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

How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

671


what is the resolution for sb37 error

7712


How dummy is used in jcl?

647


what is the purpose of coding class parameter in job statement?

721


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

672






Name what parameter directs the output of the job log dataset?

563


What are the jcl procedures?

645


Which dd parameters are required?

694


How can a stopped job be started again?

711


what is the purpose of coding notify parameter in job statement?

683


What are the utility programs in jcl?

648


What is the purpose of dd * statement in jcl?

812


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

711


what is the JCL statement consists of?

699


What happens if both JOBLIB & STEPLIB is specified ?

612