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 significance of addrspc parameter in exec statement?
What is the function of dd disp parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Are there any set of rules for the names of the steps used in a job?
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 ?
Explain the purpose of dd * statement in jcl?
How do you access an uncatalogued dataset in a jcl?
Which statement is used to identify the private libraries in job?
In job processing, what happens in execution stage?
Can I share my data with other jobs? How?
Explain the function of a dd statement?
what is use of space parameter in dd statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How dummy is used in jcl?