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
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 |
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 |
what is the restart?hopw it is invoked?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to fetch even records from one file to another file by using ICETOOL in JCL?
How to copy VSAM files without using REPRO
What is GDG?
What is the use of symbol // in jcl?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
Mention the types of job control statements?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
What is model dataset label(Model DSCB)?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain