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 / sridharaadi
The steps conted: 2
we can not have more than 255 steps in a job.
Cheers,
Aadi
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Name a few IBM utility programs, and explain its function.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how to compare two datasets without using superce because output is limited to 133 bytes
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Can I share my data with other jobs? How?
Differentiate between addressing mode and run mode.
What is the use of symbol // in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
how you can direct the data to spool using SYSOUT option?
what is use of dsn parameter in dd statement?
What is catelog procedure and how many catelog procedure to use in one job?
How can return codes be tested before execution of a job step?