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 / pavan
If we can edit the JCL then add a COND to the steps which you don't want to execute so that you can skip those.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
a dd statement has 2 types of parameters. Name them?
What is the function of the dd dcb keyword?
Is automatic restart possible in jcl?
How gdg are concatenated?
How is a type of file defined in the jcl that executes the cobol program?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can I send output of job to my remote device careerride123?
what is the purpose of coding notify parameter in job statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is multithreading in jcl?
What is the function of dd disp parameter?
what is the JCL statement consists of?
What is timing concept in mainframe?