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 the maximum length of a single line of jcl?

0 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

6 Answers   IBM,


For what purpose steplib and joblib are used ?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,


Explain the purpose of dd * statement in jcl?

0 Answers  


what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


Categories