If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / joshna
//jobname positional parms,keyword parms,.... Restart=step3
//..
//..
//..
//step3 exec=xxxx
//...
//step4 exec=yyyy,cond=(0,eq,step3)
//..
//step5 exec=zzzz
| Is This Answer Correct ? | 52 Yes | 12 No |
Post New Answer View All Answers
What do you know about jcl?
What are the rules employed while naming the steps in a job?
How jcl is used for testing batch programs?
Is acct parameter mandatory?
What do you understand by the terms: joblib and steplib?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Can I send output of job to my remote device careerride123?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What do you understand by jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what sort card you will use to copy the data from one dataset to another dataset?
How to submit jcl through a cobol program?
Explain the function of a dd statement?