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 |
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
what do you mean By spooling? Expand SPOOL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How do you designate a comment in JCL?
what is XSUM in some fields= none, xsum ??
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What is the exact difference between PRTY and DPRTY
Explain about Specifying compiler options in the PROCESS (CBL) statement
how to purge 50 initiators continuously?? console commands??
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.