I am using the following code to get Job name and Job number, for one of my tool I need to capture the Date and Time at which the job started execution. Please tell me how to get that information.
/* REXX */
TCB = PTR(540)
TIOT= PTR(TCB+12)
JNAM= STG(TIOT,8)
SNAM= STG(TIOT+8,8)
PSNAM =...
Hi, I searched my best to find an answer in this forum. But could not find it. So, I am raising this question.
How to copy the contents of a Temporary PDS member before the first line of a regular PDS member.
I have a regular PDS member 'XXXXXX.SPUFI(SQL)'
Contents of it is
//Line01...
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.