is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?
Answer Posted / muttaiah
1. There can be only 1 job in a jobcard.
2. There can be multiple jobs in the JCL(Job stream, I mean
the file-PS/PDS in which you have your jcl)
3. Say when you submit the JCL with 2 jobs, jobs will be
submitted, The job having class & priority as higher will
execute first. well let me give you an example.
JOBA(Jobname1) - Class(A), Priority(10)
JOBB(Jobname2) - Class(A), Priority(12)
In this case, JOBB will run first instead of jobA since
priority is higher.
Say you want to run JOBB only after the execution of JOBA
then make the job name same as JOBA
Change Jobname2 as Jobname1 and submit the jcl.
JOBB will run only after JOBA.
Hope your understand
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
How jcl is used for testing batch programs?
What are the parameter we cannot use in procedure?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Name the statement which can be used to send data to another mvs jes3 node?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the syntax of JCL statement?
Suppose I have five jobs to do. But I want to hold one?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is SOC4 error?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
what is DD statement is used in JCL?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Is there any command to check wether the ps file is in sorted order?
Differentiate between the joblib and the steplib statements?