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 / samay simant
Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
Is automatic restart possible in jcl?
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 ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Is it possible to define dd statements as you want?
how you can access an uncataloged dataset in a JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what are JCLLIB and STEPLIB in JCL?
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?
List the different components of jcl statement?
What do you understand by the terms: joblib and steplib?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is use of restart and how to use it?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY