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 / laxman
//SYSIN DD *
SORT FIELDS=COPY,
STOPAFT=5
/*
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
What is the significance of addrspc parameter in the exec statement?
Is it possible to define dd statements as you want?
Explain the purpose of the dd keylen parameter?
Why block size is multiple of lrecl in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Name the statement which can be used to send data to another mvs jes3 node?
Mention the types of job control statements?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is multithreading in jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is condition checking in jcl? Is this possible?
How to submit jcl through a cobol program?