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
how to compare two datasets without using superce because output is limited to 133 bytes
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Does jcl support automatic restart?
How can the attributes of one sms dataset be copied to another dataset?
What is condition checking in jcl? Is this possible?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What are the parameters that are used in creating a gdg?
How to submit jcl through a cobol program?
Can I send output of job to my remote device careerride123?
In sms datasets, what is the function of the dd avgrec keyword?
How does the jcl specify the job to os?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how would you create a temporary dataset? And where will you use them?