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

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  


A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)

3 Answers   Cap Gemini, CSC, Xchanging,


For how long a job can be executed continuously in a mainframe ?

4 Answers  


IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?

2 Answers  


wht is sysudump n sysout,sysprint ?

1 Answers   L&T,






describe the dd statement,its meaning,syntax and keywords?

1 Answers  


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 Answers  


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  


How to concatenate different LRECL of files?

2 Answers   IBM,


Categories