is there any possibilities for sumbitting more than one
job in single jcl? if yes...based on which thing they will
execute..(priority,class,time,written order..?)

Answers were Sorted based on User's Feedback



is there any possibilities for sumbitting more than one job in single jcl? if yes...based on whic..

Answer / mohan.chepuri

yes
first class wil check out the system it is higher priority
that job is exec first
if 2 or more jobs class is equal the checks the priority is
0-9 then hight priority is run first
time it is used to save the amount to cmpnys our job is
going to loop the job is running no of times then use time
limited time is given

Is This Answer Correct ?    4 Yes 0 No

is there any possibilities for sumbitting more than one job in single jcl? if yes...based on whic..

Answer / quasar chunawala

Well, you can use the Special Writer - INTRDR that takes
whatever is there in the Output Queue, and puts it back in
the Input Queue. Here's ow to do it -

//AGY0157A JOB A123,'BIN-7 QUASAR',CLASS=A,NOTIFY=&SYSUID
//STEP010 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=AGY0157.HIDDEN.JCL,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*

AGY0157.HIDDEN.JCL Dataset can contain the second job -
//AGY0157B JOB A123,'BIN-7 QUASAR',CLASS=A,NOTIFY=&SYSUID
//STEP020 EXEC PGM=IEFBR14

Is This Answer Correct ?    2 Yes 0 No

is there any possibilities for sumbitting more than one job in single jcl? if yes...based on whic..

Answer / mohan.chepuri

yes
first class wil check out the system it is higher priority
that job is exec first
if 2 or more jobs class is equal the checks the priority is
0-9 then hight priority is run first
time it is used to save the amount to cmpnys our job is
going to loop the job is running no of times then use time
limited time is given

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


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.

0 Answers   HP,


Explain the purpose of dd * statement in jcl?

0 Answers  


how do you code a null statement?

0 Answers   IBM,


which utility is used to update pds?

1 Answers   IBM,






Name what parameter directs the output of the job log dataset?

0 Answers  


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 ?

0 Answers   IBM,


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

6 Answers   IBM,


How to identify where file is empty or not? How many ways are there to identifying?

3 Answers   CTS,


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


how to set dependancy for jobs?

4 Answers  


Categories