is step name is compulsory in jcl ?
Answers were Sorted based on User's Feedback
Answer / divya
No,but it is necessary if referback,step restart is used.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / himap
No. But it is always recommended to have a step name.
| Is This Answer Correct ? | 9 Yes | 1 No |
Explain concatenating datasets?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
jcl is like a complier....?
what is XSUM in some fields= none, xsum ??
What parameters can be used to limit the number of records written to a sysout dataset?
How does jcl act on code(if you take a cobol program)?
What is COND=EVEN ?
How do you skip a particular step in a proc/JOB?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
what is use of space parameter in dd statement?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?