Hi all,
The below code will popup the data present in that member, which is provided at run time.
/* REXX - TO POPUP A THE DATA PRESENT IN A MEMBER */
PARSE PULL MEM
ADDRESS
"ISPEXEC ADDPOP"
"ISPEXEC BROWSE DATASET('DLMG0.PDS.COPYBOOK("MEM")')"
"ISPEXEC REMPOP"
When we execute...
Hi Friends,
I have recently started rexx and i am fine with the progress.
I am now executig few ISREDIT commands. I want some basic information that how do these work(excuted).
I have created a member by name(PARM) in my pds which is linked to SYSEXEC and SYSPROC.
The code just accepts data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.