IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?

Answer Posted / loga

code restart parameter in jobcard as below.
JOBNAME JOB ,,MSGCLASS=***,NOTIFY=***,
RESTART=STEP8,COND(0,LE)
- only step 8 will execute

then change the jobcard with RESTART=STEP4,COND(0,LE)
- only step 4 wil be executed.

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is acct parameter mandatory?

749


Differentiate between the joblib and the steplib statements?

847


What is jcl in mainframe?

672


When output dataset space is required, what quantity categories are used?

808


Can I share my data with other jobs? How?

660






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

800


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

634


What is concatenating?

624


What are the jcl procedures?

635


what is use of dsn parameter in dd statement?

657


What are the difference between jcl and jes?

1036


Name a few IBM utility programs, and explain its function.

4420


what is the use of JCL?

655


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2149


how to run batch program without jcl?

10037