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 Kevin
Is that ture that we can run ISREDIT commands within an Edit or View session (i.e, when we have opened the member contaning the ISREDIT code). If so, then what is the use of ISREDIT commands?
Below is my code:
Present in library : S64601.REXX.EXEC(PARM)
/* REXX INFO*/
ADDRESS ISREDIT "MACRO (DISP) NOPROCESS"
UPPER DISP
SAY "DATA ENTERED BY YOU IS: " DISP
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.