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 can values be passed from the job stream to an executable program?
What is concatenating?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is it possible to left uncode disp?
What is the syntax of JCL statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the function of //jcllib statement?
What is use of restart and how to use it?
For what purpose steplib and joblib are used ?
Is their any set of rules for dd? Explain.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the JCL statement consists of?
Can I share my data with other jobs? How?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Which dd parameters are required?