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
Name the parameters which can be used to limit the number of records written to a sysout dataset?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Is automatic restart possible in jcl? If yes, how?
Explain the purpose of dd dummy statement?
How can a fb file convert to vb file using sort program?
What is the motivation behind coding class parameter in job statement?
Differentiate between the joblib and the steplib statements?
Explain about ISPF/TSO Commands
Can I share my data with other jobs? How?
what is DD statement is used in JCL?
Explain how can return codes be tested before execution of a job step?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the function of the steplib dd statement?
What are the utility programs in jcl?
What is the difference between the positional and keyword parameters? Give examples.