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

When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


once we submitted the job to the operating system, how can we cancel the job before execution?

2 Answers  


How is the record format of an output dataset specified?

0 Answers  


Is automatic restart possible in jcl?

0 Answers  






i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.

1 Answers   TCS,


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  


What is a Dummy Utility and what it does ?

3 Answers  


how to skip the steps in JCl

2 Answers   EDS,


Categories