Discussion:
Pattern match REXX
(too old to reply)
Roland Kinsman
2021-09-02 17:22:49 UTC
Permalink
I needed a REXX routine that would do ISPF-style pattern matching, but I
couldn't find anything, so I wrote my own. It accepts two parameters: a
needle and a haystack.

Here's a link to where you can find it:
https://drivewe.google.com/file/d/16pEA4t974EBk1qi9kYIO7wMuyl-dOEFc/view?usp=sharing
<https://drive.google.com/file/d/16pEA4t974EBk1qi9kYIO7wMuyl-dOEFc/view?usp=sharing>

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to ***@VM.MARIST.EDU with the message: INFO TSO-REXX
Willy Jensen
2021-09-02 19:47:02 UTC
Permalink
But there is - file 669 on www.cbttape.org contains program RXPATTRN. Ok, you must install it as a program, but then it can check a value or an entire stem.


-----Oprindelig meddelelse-----
Fra: TSO REXX Discussion List <TSO-***@VM.MARIST.EDU> På vegne af Roland Kinsman
Sendt: 2. september 2021 19:22
Til: TSO-***@VM.MARIST.EDU
Emne: [TSO-REXX] Pattern match REXX

I needed a REXX routine that would do ISPF-style pattern matching, but I couldn't find anything, so I wrote my own. It accepts two parameters: a needle and a haystack.

Here's a link to where you can find it:
https://drivewe.google.com/file/d/16pEA4t974EBk1qi9kYIO7wMuyl-dOEFc/view?usp=sharing
<https://drive.google.com/file/d/16pEA4t974EBk1qi9kYIO7wMuyl-dOEFc/view?usp=sharing>

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions, send email to ***@VM.MARIST.EDU with the message: INFO TSO-REXX


--
Denne mail er kontrolleret for vira af AVG.
http://www.avg.com

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to ***@VM.MARIST.EDU with the message: INFO TSO-REXX
Roland Kinsman
2021-09-02 19:56:31 UTC
Permalink
Right, but I needed it to be platform-independent, fully rexx, no
application program. However, I do like the idea of checking an entire
stem. I could modify mine to do that.

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to ***@VM.MARIST.EDU with the message: INFO TSO-REXX
Loading...