I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / kamaldeep
The answer #5 by Challa Srinivas is wrong, if we give //STEP11 EXEC=PGM2,COND=(0,LE,STEP10) then it will only not run Step11 but will run all the step after it.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of the dd mgmtclas keyword in sms datasets?
Explain how can the submitting users racf authority be overridden in a job stream?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of the dd dcb keyword?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the function of //cntl statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Where can program checkpoints be stored for use in a restart?
Explain how can the attributes of one sms dataset be copied to another dataset?
Can we call instream to catalog and catalog to instream?
How to pass the parameter in parm using linkage section ? (syntax)?
what is use of space parameter in dd statement?
What is the maximum length of a single line of jcl?