I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / atul
Hi,
Code as: RESTART=PROCNAME.STEP17,COND=(4095,NE)
This executes 17th step only and no other step. For
successful execotuin, you will recieve message 'STEP17
PROCNAME - ENDED BY CC 0000 - TIME=nn' in JESMSGLG in SPOOL.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
define cond parameter in jcl?
How jcl is used for testing batch programs?
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
List the different components of jcl statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is condition checking in jcl? Is this possible?
Can we use DISP=SHR in output file in JCL
What is the motivation behind coding class parameter in job statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the function of the steplib dd statement?
how JCL works?
List the various advantages of using jcl language?
What are steplib and joblib?