I have 255 procedures in a job, each procedure contain 2
steps.can we execute this job?

Answers were Sorted based on User's Feedback



I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?..

Answer / mr. cooooool

It's not possible b'coz a jcl contain max 255 steps.
acording to the question this job will contain 510 steps.
That is impossible for a particular job.

Is This Answer Correct ?    25 Yes 5 No

I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?..

Answer / brahmareddy.t

Yes,we can execute this job if the proc is instreamproc.
we can write 255 instreamproc in one job.
we can write 255 steps in one instreamproc.
ok.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More JCL Interview Questions

List some valid operation codes in JCL

3 Answers  


How is a GDG base created?

5 Answers  


how to resolve the soc4 error?

5 Answers   ITC Infotech,


How to DEBUG a JCL?

9 Answers   Satyam,


how can the same proc be re-used and called by many jobs?

0 Answers   IBM,






What is a JCL Command statement ?

1 Answers   IBM,


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


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  


How is the keyword DUMMY used in JCL?

4 Answers  


in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options

4 Answers   HSBC,


How do you submit a job for execution?

0 Answers  


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.

0 Answers  


Categories