Can anybody tell what is tool used to generate the list of
PROCS used in JCL to generate a PROCTREE
No Answer is Posted For this Question
Be the First to Post Answer
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
How to print data of sequential file to Spool..?
what do you mean By spooling? Expand SPOOL?
A dd statement consists of 4 fields. Name them?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is force complete
What is DISP= (NEW,PASS,DELETE)?
Explain the hierarchy levels in jcl?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
What is the difference between the JOBLIB and the STEPLIB statements?