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 |
What is the purpose of the PARM keyword in the EXEC statement?
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
what is DSN parameter and DISP parameter is used for?
What is the function of the dd dcb keyword?
wht is step lib n job lib ? where can we code joblib n steplib ?
What u mean by include statement in JCL ?
How many days does a job remain in spool
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?
How to copy VSAM files without using REPRO
How do you find which GDG is using which dataset?
what is the difference between static call and dynamic call?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,