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 a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??

Answer Posted / anurag singh

At Job card level write Restart=step17(ddname) and put null
indicator (//) at the end of 17th step , so that while
executing the job will start form 17th step and after that
it will find the null indicator , so job execution will be
terminated.

Is This Answer Correct ?    16 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1313


a dd statement has 2 types of parameters. Name them?

1180


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

1567


What is the function of the dd mgmtclas keyword in sms datasets?

1295


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


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1281


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

1209


What are hierarchy levels in jcl?

1573


what is use of space parameter in dd statement?

1333


which parameter is use to declare the name of dataset in dd statement?

1320


What do you know about jcl?

1203


Explain how can an in-stream dataset be terminated?

1411


what is use of dcb parameter in dd statement?

1346


List in order the hierarchical levels of jcl?

1150


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1439