if we have a job consist of two steps and each step calling
a proc having 10 steps each then how many steps are counted
only 2 or 22(10+10+1+1)? can we have more than 255 steps in
a single job?
Answer Posted / vinod
the no of steps counted are 22 .
if we want to code more than 255 exec the split the jcl to
two and immediate after completion of one check the return
code and intialize to second one .in this way we can
perform.
i think
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
Explain the hierarchy levels in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is timing concept in mainframe?
Can I send output of job to my remote device careerride123?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what operation is performed by job statement?
Are there any set of rules for the names of the steps used in a job?
what is the resolution for sb37 error
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of the dd mgmtclas keyword in sms datasets?
Brief description of inline procedure of jcl.
how to do automated restart when a job abends?