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 / saisankar
step name is not unique.we can take same stepname to
multiple jobs but at the time of debugging point of view
application prog is very easy while giving different
stepnames.
jcl execution is line by line,once it executed it wont mind
the what is the previous job.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How does jcl act on a cobol code?
What is NOTCAT ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is job control language?
What is the purpose of dd * statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What parameter directs the output of the job log dataset?
Explain the purpose of dd dummy statement?
What do you understand by the term job time – out and how can you overcome that?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can unused space allocation be returned to the system when a dataset is closed?