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

What is Uncatalog dataset? How can we access/use them?

1 Answers  


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


How are datasets concatenated?

3 Answers   CitiGroup,


what happens in execution stage in job processing?

0 Answers   IBM,


What is Cataloged Procedures?

0 Answers  


What is multithreading in jcl?

0 Answers  


what is JCLLIB and PROCLIB in jcl and their syntax

3 Answers   IBM,


Explain about LMGET�read a logical record from a data set

1 Answers  


List the different components of jcl statement?

0 Answers  


SORT card to eliminate duplicity.

1 Answers   Syntel,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


Categories