I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
'to execute first 5 steps only', end of the 5th step
introduce NULL(//) character and run. first 5 steps will
run.
If you want to run step3, step5, step10 like that, use
IEBEDIT utility.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List the various advantages of using jcl language?
In sms datasets, what is the function of the dd avgrec keyword?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of a dd statement?
What are hierarchy levels in jcl?
What is notcat 2 - gs?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the purpose of the dd keylen parameter?
Is it possible to left uncode disp? If yes, how?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?