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 / ravikumar. r

You can IEBEDIT utility for your requirement. The syntax as
follows.

Syntax:
//JOBCARD
//PS010 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=path of your JCL,DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(PS008,PS004)
/*

Is This Answer Correct ?    26 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to code instream data in a PROC?

752


how you will the direct the data to spool using sysout option?

1765


What are steplib and joblib?

725


What is notcat 2 - gs?

941


Why block size is multiple of lrecl in jcl?

915






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

1351


Is condition checking possible in jcl?

722


What is multithreading in jcl?

940


how do you access an uncataloged dataset in a jcl?

841


Can I share my data with other jobs? How?

670


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

722


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1587


How dummy is used in jcl?

649


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

788


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

657