can we have more than one job in a single job card that is
we are specifying only one 'job' statement in the jcl.
Answer Posted / 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 |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
what is “Cond= even” and “Cond=only”?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain about ISPF/TSO Commands
What are hierarchy levels in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the motivation behind coding class parameter in job statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Is it possible to left uncode disp? If yes, how?
Can we use DISP=SHR in output file in JCL
How to run cobol program using jcl?