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?

Answers were Sorted based on User's Feedback



How to execute 300 steps in a Job?..

Answer / jugal kishor

Answer number 10 is not correct, the total number of steps
in all the procs <= 255

Is This Answer Correct ?    0 Yes 1 No

How to execute 300 steps in a Job?..

Answer / 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

How to execute 300 steps in a Job?..

Answer / shiba

call one job using another job
put all the 300 job in 2 diff job 0r jcl

Is This Answer Correct ?    1 Yes 3 No

How to execute 300 steps in a Job?..

Answer / sunil

i think it might be possible by using procdure.

we have write more than 255 step by using proc.And proc
step also included on that.

Is This Answer Correct ?    0 Yes 6 No

How to execute 300 steps in a Job?..

Answer / manikandan.d

by using procedure we can execute 300 step since each proc
contain max of 255 steps...

one way :

so here we may use 2 proc to execute 300 steps...

another way:

we may use one proc(255 steps) and remaining steps(45 steps)
just include in a same job after that proc

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More JCL Interview Questions

How to copy VSAM files without using REPRO

3 Answers   ADP,


What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?

4 Answers  


Explain dfsort utility?

0 Answers  


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


What is the purpose of the dd keylen parameter?

0 Answers  


what is “Cond= even” and “Cond=only”?

0 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 Answers   IBM,


In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?

2 Answers   IBM,


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

0 Answers  


I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....

3 Answers   RBS,


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


Categories