can we have more than one job in a single job card that is
we are specifying only one 'job' statement in the jcl.

Answers were Sorted based on User's Feedback



can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / mvrams

The Answer is Yes. We can have multiple jobs in the same
PDS member. For example my pds member is mvrams.jcl(myjobs)
The memeber my jobs can have multiple job cards coded like
this.

MYJOB1 JOB (GNAC-TSO-T),'COPY JOB',CLASS=P,MSGCLASS=5
......................
.......................
/*
MYJOB2 JOB (GNAC-TSO-T),'COPY JOB',CLASS=P,MSGCLASS=5
.......................
.......................

Generally we dont do this in model/prod environment,
because in CA7 scheduler we can only get the notification
for one job ( in one PDS member )

Is This Answer Correct ?    10 Yes 0 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / premil

NO... v can have many steps in one JOB... but not many
JOS'S..

Is This Answer Correct ?    16 Yes 11 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / reddy kanupuru

we can have more than one job in a job card .after the
first job give /* after that code another job and so on.

Is This Answer Correct ?    7 Yes 2 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / bhanuprathap

Yes, we have many steps Under one Job but not many Jobs in
one step.....

Is This Answer Correct ?    6 Yes 2 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / rookie

Why not after the null statement i mean after specifying
end of job we can have another job statement and so on.

Is This Answer Correct ?    4 Yes 3 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / saty

no..

Is This Answer Correct ?    1 Yes 1 No

can we have more than one job in a single job card that is we are specifying only one 'job�..

Answer / amresh

JOB Statement is the one that identifies the job. I dnt
understand the meaning of more than one JOBs under one JOBCARD..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it

1 Answers   L&T,


what is DSN parameter and DISP parameter is used for?

0 Answers  


What is the function of the dd dcb keyword?

0 Answers  


wht is step lib n job lib ? where can we code joblib n steplib ?

3 Answers   L&T,






What u mean by include statement in JCL ?

3 Answers  


How many days does a job remain in spool

7 Answers   Syntel,


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


How to copy VSAM files without using REPRO

3 Answers   ADP,


How do you find which GDG is using which dataset?

3 Answers   Patni,


what is the difference between static call and dynamic call?

1 Answers  


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


Categories