i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / mahesh
I think its not possible because , always first step need
to execute, then based on the CC of the first step,
we can specify COND whether to SKIP or Process a Step in
JCl.
Note : You cannot use Restart Parameter in the above
cases. it is used only when the Job is Abended.
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
What are the jcl procedures?
What is the function of the dd avgrec keyword in sms datasets?
i want to store 20 digits . how will u do it in cobol ?
How can a stopped job be started again?
How does the jcl specify the job to os?
which parameter is use to declare the name of dataset in dd statement?
How to run cobol program using jcl?
Is their any limit for data sets?
How to submit jcl through a cobol program?
what is the purpose of coding class parameter in job statement?
How can an in-stream dataset be terminated?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Can we call instream to catalog and catalog to instream?
In job processing, what happens in conversion stage?