i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)
| Is This Answer Correct ? | 1 Yes | 0 No |
what is use of space parameter in dd statement?
If your job fails at particular step then what would be the return code for next steps
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is timing concept in mainframe?
What is the use of DSNDB07 ?
How can a fb file convert to vb file using sort program?
which statement is used to end the in-stream procedure in a jcl?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Explain dd statement in jcl?
Why do you want to specify the REGION parameter in a JCL step?