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 / syntel
Sorry,my previous solution was wrong.Infact it is correct
if you don't want to skip step 4th step
The correct solution for this is
to use COND paramater.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
What do you understand by the term notcat 2 – gs?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is the JCL statement consists of?
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?
How does the jcl specify the job to os?
What is the function of the dd mgmtclas keyword in sms datasets?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What do you understand by the term job time – out and how can you overcome that?
What is the format of comment statement?
Is it possible to code instream data in a PROC?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about LMFREE�free data set from its association with data ID