Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can anyone tell me the syntax for printing two files at two different destinations in a single step?

3 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


How to print data of sequential file to Spool..?

2 Answers  


There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


How do you access a file that had a disposition of KEEP?

3 Answers  


Explain the function of dd disp parameter?

0 Answers  


How can return codes be tested before execution of a job step?

0 Answers  


Explain the jcl exec statement?

0 Answers  


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


Categories