I don't know what the context of this question is, and I hesitate to offer advice that you could very easily figure out yourself, but I once wrote a REXX routine duplicating RACF's logic for dataset masks, including '*', '**' and '%'. Turns out it isn't that hard. But maybe REXX isn't anything you can use in this case.
--- Bob Bridges, [email protected], cell 336 382-7313 /* Doing the right thing is always doing the right thing. Even if nobody else is doing it. -Reddit user LordCoale in _The Mercy of Humans_ */ -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Binyamin Dissen Sent: Tuesday, August 13, 2024 16:46 I need to support masking where say * means 0-n characters and % means one required character. It would appear that ASAXWC would do this, but the code at this point is PASN<>HASN. The doc seems to imply that PASN=HASN is required, even if WORKAREA is specified. Also, I have concerns about performance. I am interested in comments from those that have tried it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
