Hi Experts,
What is the significance of below command.
jobnm,jobnbr,jobdsn and jobname is being populated in the program
ADDRESS TSO "output "jobnm"("jobnbr")",
"print('"jobdsn"("strip(jobname)")') keep"
When I am trying to execute the above function in a single line rexx exec it is throwing some Space abend.
ADDRESS TSO "OUTPUT Z103468#(JOB00069) PRINT(Z103468.JCL(JOBNAME)) KEEP"
Can some on pls help.
Thanks,
Chinkump