I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / rekha
In JOB card give Restart=(name of the second step).
After that for every ODD numbered step give the cond as
COND=(0,GE) because the Condition Code will starts from 0
onwards,so every odd step will be skiped and only the even
steps will be executed.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
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?
Is it possible to code instream data in a PROC?
What are hierarchy levels in jcl?
List in order the hierarchical levels of jcl?
Explain the function of the steplib dd statement?
How can a jobs execution priority be modified?
What is the function of //cntl statement?
how you will the direct the data to spool using sysout option?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
in ways data can be passed to a COBOL program from JCL?
when does a dataset go uncataloged?
Is there any command to check wether the ps file is in sorted order?
Explain how can a jobs execution priority be modified?
can any one plzzzzzz tell the jcl code for creating ps using idcams