Is stepname is a MUST and should be unique also for each
JOBSTEP ? or system can supply the stepname for a step which
is not given a name by the programmer ?
Answer Posted / archana
Step name need not be unique.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How does jcl specify the job to the operating system?
Can an individual step be restricted from using all the jobs allowed cpu time?
What are the 4 fields in dd statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the purpose of dd dummy statement?
what is SOC4 error?
Explain the job statement in jcl?
What do you understand by jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to run batch program without jcl?
Name a few IBM utility programs, and explain its function.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?