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

how JCL works?

0 Answers  


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


What is the purpose of the dd keylen parameter?

0 Answers  


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,






what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


What are the difference between jcl and jes?

0 Answers  


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


When cursor is not closed what is the error?

3 Answers   IBM,


What is JOBLIB ?

5 Answers   Xansa,


IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)

8 Answers  


Categories