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...

i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?

Answer Posted / amarnath reddy

Hi,

It is possible to execute selected steps. Use IEBEDIT
utility we can execute selected steps.

Ex: //xcon39ac dob (p54I9k),'amarnath',class=x,....
//JS05 exec pgm=IEBEDIT
//.
.
.
//SYSIN DD *
EDIT TYPE=INCLUDE,
STEPNAME=(STEP2,STEP4,STEP6,STEP8,STPE10)
/*
//

Is This Answer Correct ?    35 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1565


What parameter directs the output of the job log dataset?

1327


Explain the purpose of dd dummy statement?

1275


How do you access an uncatalogued dataset in a jcl?

1270


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1286


How jcl work to handle various input output file operations?

1221


What is timing concept in mainframe?

2266


How is the record format of an output dataset specified?

1200


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1266


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?

1381


Explain about LMQUERY�give a dialog information about a data set

1508


Which statement is used to identify the private libraries in job?

1246


Name a few IBM utility programs, and explain its function.

5034


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2618


What is the function of //jcllib statement?

1378