How to execute step2,step1,step3 when step1,2&3 are in order

Answer Posted / r

//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY (TEST001), DISP=SHR
//SYSUT2 DD SYSOUT= (A,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE, STEPNAME=(STEP2,STEP1,STEP3)
/*

in SYSUT1, we need to mentioned the job name , which having
these 3 steps.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

656


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222


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

812


Explain how can a jobs execution priority be modified?

742


How can a jobs execution priority be modified?

799






The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949


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

2113


what is use of space parameter in dd statement?

758


How does jcl specify the job to the operating system?

754


How do you overcome this limitation ?

699


Brief description of inline procedure of jcl.

687


Suppose I have five jobs to do. But I want to hold one?

662


Where can program checkpoints be stored for use in a restart?

851


in ways data can be passed to a COBOL program from JCL?

669


How to do automated restart when a job abend?

791