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
For what purpose steplib and joblib are used ?
What is catelog procedure and how many catelog procedure to use in one job?
Can I share my data with other jobs? How?
Explain the function of the steplib dd statement?
i want to store 20 digits . how will u do it in cobol ?
What is the format of comment statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to pass the parameter in parm using linkage section ? (syntax)?
What is condition checking in jcl? Is this possible?
What is the function of dd name parameter with a 2 part structure; audit.report?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is condition checking possible in jcl? If yes, how?
What is the purpose of dd dummy statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is condition checking possible in jcl?