is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?
Answer Posted / deb
when we submit job or jobs ....jobs get different classes..
if job name is same output would be unpredictable coz MVS
can run any of the job..once job is executed MVS is not
going to execute another job with the same name.
so the jobs with the same name will be executed but output
will be unprectable.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Is automatic restart possible in jcl? If yes, how?
Is there any command to check wether the ps file is in sorted order?
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 ?
Is it possible to left uncode disp? If yes, how?
what is JCL?
Is their any set of rules for dd? Explain.
What is condition checking in jcl? Is this possible?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Name the statement which can be used to send data to another mvs jes3 node?
how can the same proc be re-used and called by many jobs?
Can I share my data with other jobs? How?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?