How can I identify which modules are written in RLX REXX?
search cancel

How can I identify which modules are written in RLX REXX?

book

Article ID: 258345

calendar_today

Updated On:

Products

PDSMAN RLX

Issue/Introduction

How can I identify which modules are written in RLX REXX?

Environment

PDSMAN

RLX

z/OS

Resolution

- Add the following rule to the PDSMINIT member:


$ACCESS LIB=dsname   (the library that contains RLXREXX)
                  MEM=RLXREXX
                  TYPE=EXECUTE
                  MODE=L

- and then use the PDSM17 tool with the following statements:


SELECT MEM=RLXREXX