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 |
How do you find which GDG is using which dataset?
Why we will create load module in PDS only, Why nt in PS?
what is the use of JCL?
Explain the function of //cntl statement?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What is a Generation Data Group (GDG)?
i want to avoid the positional parameter how to code it ?
how to code instream data in procedure?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What is the exact difference between PRTY and DPRTY
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is a JCL Command statement ?