Hi All ,
I have a query , Please suggest me on this .
I am using below code to view the job details in "TSO SAR" .
/*REXX*/
OPT = "TSO SAR;=S SHAXXXHDB;"
ADDRESS ISPEXEC "SELECT PGM(ISPSTRT) SUSPEND ,
PARM(&OPT)"
My question is how to view the job by giving the 'S' command in prefix line using REXX program .
I have a query , Please suggest me on this .
I am using below code to view the job details in "TSO SAR" .
/*REXX*/
OPT = "TSO SAR;=S SHAXXXHDB;"
ADDRESS ISPEXEC "SELECT PGM(ISPSTRT) SUSPEND ,
PARM(&OPT)"
My question is how to view the job by giving the 'S' command in prefix line using REXX program .