if we give two job cards in a single what happens

Answers were Sorted based on User's Feedback



if we give two job cards in a single what happens..

Answer / sesha

If we give two job cards in a single dataset, both the jobs
will be submitted for exection. it's like we are submitting
jobs seperately.

Is This Answer Correct ?    11 Yes 0 No

if we give two job cards in a single what happens..

Answer / suresh

if we give two job cards in a single dataset,the job will
execute based on priority

Is This Answer Correct ?    4 Yes 1 No

if we give two job cards in a single what happens..

Answer / 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

More JCL Interview Questions

What is multithreading in jcl?

0 Answers  


What do you feel makes a good program?

1 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


GDG Create syntax ?

4 Answers   Xansa,


How to send notification to multiple users through jcl???

8 Answers  






What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


I have three files for one step i need to override the third file how to do that in jcl?

1 Answers   UST,


What are the jcl procedures?

0 Answers  


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

0 Answers  


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

0 Answers   IBM,


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


Categories