I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / kamaldeep
The answer #5 by Challa Srinivas is wrong, if we give //STEP11 EXEC=PGM2,COND=(0,LE,STEP10) then it will only not run Step11 but will run all the step after it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
what is “Cond= even” and “Cond=only”?
Explain the purpose of the dd keylen parameter?
Explain how can return codes be tested before execution of a job step?
what JCL Procedures?
in ways data can be passed to a COBOL program from JCL?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
State the uses of syspring, sysin, sort fields, sum fields and dummy.
In sms datasets, what is the function of the dd mgmtclas keyword?
what is the purpose of coding class parameter in job statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
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?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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?
Mention the types of job control statements?