if we give two job cards in a single what happens
Answer Posted / rikdeb
consider this scenerio.
#xxxxx1 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)
*
#xxxxx2 JOB (9999,0206,3),CLASS=X,
MSGCLASS=X,NOTIFY=&SYSUID,
TIME=(0,20)
while prepping the jcl u will get a erro saying:
job xxxxx1 has no steps.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of dd disp parameter?
How jcl is used for testing batch programs?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Is their any set of rules for dd? Explain.
how you can access an uncataloged dataset in a JCL?
What is the purpose of the dd keylen parameter?
What parameter directs the output of the job log dataset?
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 it possible to code instream data in a PROC?
How do you create a temporary dataset?
How can a stopped job be started again?