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

How to execute 300 steps in a Job?

Answer Posted / lalith

one job can execute max. of 255 steps only...
so we cant execute 300 steps in one job...

we can solve this using procs...
1). we can write some steps in one proc and remaining in
another procs call these two procs in one job then we can
execute 300 steps.
2). we can write 255 steps in one proc and remaining steps
in job....

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you access an uncatalogued dataset in a jcl?

1271


What are the parameter we cannot use in procedure?

1196


Where & How Do You Code Identifier In Jcl?

1324


how can you check if a file is empty using jcl?

1487


Explain the function of dd disp parameter?

1175


List the different components of jcl statement?

1146


How to override loadlib?

2115


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2523


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

1320


What is the purpose of the dd keylen parameter?

1282


Explain the hierarchy levels in jcl?

1725


what is the use of IEBGENER utility?

1227


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

2409


In sms datasets, what is the function of the dd mgmtclas keyword?

1431


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

1178