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

i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


How can we increment subscript and index?

1 Answers   CTS, IBM,


A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?

2 Answers  


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


Suppose I have five jobs to do. But I want to hold one?

0 Answers  






What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


Definition of COND parameter in JCL

5 Answers   TCS,


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


what is SOC4 error?

0 Answers  


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

0 Answers   IBM,


Categories