Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

which utility is used a dummy utility?

1521


How jcl is used for testing batch programs?

1354


What is Cataloged Procedures?

1205


What is the significance of addrspc parameter in exec statement?

1263


Are there any set of rules for the names of the steps used in a job?

1171


What is the maximum length of a single line of jcl?

1405


How does jcl act on a cobol code?

1237


Give the syntax of job specifying jcl statement.

1202


What are the parameters that are used in creating a gdg?

1277


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

1313


What is the function of a dd statement?

1261


how to compare two datasets without using superce because output is limited to 133 bytes

2166


what JCL Procedures?

1306


Matching Logic in Jcl not in cobol.Could any one please answer this question

4227


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

2676