There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answer Posted / sivakumar sekharannair
That was correct. cond=(0,le) won't work for first step of
jcl.
Sysout details when cond=(0,le) was coded
-JOBNAME STEPNAME PROCSTEP RC
-ESNKMAA PS0010 00
-ESNKMAA PS0020 00
-ESNKMAA PS0030 00
Sysout details when cond=ONLY was coded
-ESNKMAA PS0010 FLUSH
-ESNKMAA PS0020 00
-ESNKMAA PS0030 00
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Is it possible to left uncode disp?
Explain the function of the dd dcb keyword?
how to run batch program without jcl?
How jcl work to handle various input output file operations?
Explain the function of dd disp parameter?
What are steplib and joblib? What for they are used?
I need exexution process for JCL programs
What is multithreading in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain in DD statement what is the use of DCB parameter?
What is catelog procedure and how many catelog procedure to use in one job?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
write a jcl to execute a job by 7:00 am on jan 20,1986?