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 u see jobs submitted before ur job ?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to skip first step of a job? Can we use COND on the first step?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain about LMPUT-
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
what's the significance of freespace(0 0) and freespace(100 100)
What do you understand by jcl?
What happens if both JOBLIB and STEPLIB is specified ?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?