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 |
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)
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
What is MOD and when would you use it?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
Explain about File Tailoring
jcl is like a complier....?
what is inrec fields and outrec fields in sorting
how to put a dependency on job in jcl using opc scheduler?
whats the diff bw the evaluate also and and?
when GDG version number get changed ? bcz always Generations only increasing.
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
What happens if both JOBLIB & STEPLIB is specified ?