Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????

Answer Posted / mithun suresh

Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.

//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to submit jcl through a cobol program?

676


Explain the function of //cntl statement?

653


State the uses of syspring, sysin, sort fields, sum fields and dummy.

644


Is condition checking possible in jcl?

716


Is it possible to left uncode disp?

711






Is acct parameter mandatory?

758


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1345


How can unused space allocation be returned to the system when a dataset is closed?

806


Explain the function of dd name parameter with a 2 part structure; audit.report?

891


how to run batch program without jcl?

10065


What is the function of the dd dcb keyword?

821


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1613


What does a disposition of (MOD,DELETE,DELETE) mean ?

662


Differentiate between the joblib and the steplib statements?

855


What is the purpose of the dd keylen parameter?

718