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..?)

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the purpose of the dd keylen parameter?

669


Explain dd statement in jcl?

640


What parameter directs the output of the job log dataset?

763


Is it possible to left uncode disp?

711


Can we call instream to catalog and catalog to instream?

681






How can a fb file convert to vb file using sort program?

802


Must tape dataset definitions include vol=ser specifications?

971


What do you understand by jcl?

625


Name the statement which can be used to send data to another mvs jes3 node?

600


in ways data can be passed to a COBOL program from JCL?

662


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

834


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

603


what are the statements that are not valid to be included in an include statement?

776


What are the jcl procedures?

643


What is the function of the steplib dd statement?

737