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

If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1013


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

1179


Is automatic restart possible in jcl?

927


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2191


What is timing concept in mainframe?

1880






is there any way to execute more than one proc in the same exec statement at the same time..?

2326


how you can direct the data to spool using SYSOUT option?

1137


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

934


Can an individual step be restricted from using all the jobs allowed cpu time?

1231


Explain how can an in-stream dataset be terminated?

937


Explain the function of the steplib dd statement?

821


Explain how can a stopped job be started again?

843


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1881


what happens in conversion stage in job processing?

914


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

826