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
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 |
Answer / premil
NO... v can have many steps in one JOB... but not many
JOS'S..
| Is This Answer Correct ? | 16 Yes | 11 No |
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 |
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 |
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 |
How to read records in reverse order in flat file?
What u mean by include statement in JCL ?
A job has 90 steps i want to execute only step7 and step15
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is primary allocation for a dataset?
What is a Dummy Utility and what it does ?
mainframe questions like basic&depth
Explain COND used in JCL?
what is the purpose of coding notify parameter in job statement?
what is d/f b/w sysout & sysprint