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 multithreading in jcl?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
what is the purpose of coding notify parameter in job statement?
How do you designate a comment in JCL?
How do you restart a step in JCL?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Explain about LMCLOSE�close a data set
If your job fails at particular step then what would be the return code for next steps
What are the common keyword parameters in both job and exec statements
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
What is a COND parameter in JCL?