Hi all,
I need to extract the name of the PDS/member from where a REXX module is executed.
Suppose my REXX module 'A' is present in the PDS 'B'.
I am currently viewing a member C whose PDS is 'D'. When I type 'Exec A' in the command line, my REXX program should be executed and it should display the name of the PDS ( that is 'D' here) and member name (that is 'C')