I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?

Answer Posted / siddhartha

whenever ur submitting multiple jobs @ a same time u'l hav
give the priority for the execution of jobs. according to
the priority the jobs will b executed 1 by 1.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608


Is their any limit for data sets?

693


What dd statement is used to supply the name of a dataset?

768


How is a type of file defined in the jcl that executes the cobol program?

701


How can the submitting users racf authority be overridden in a job stream?

736






how can the same proc be re-used and called by many jobs?

898


How can the disposition of sysout datasets be set for an entire jobstream?

830


What is the significance of addrspc parameter in exec statement?

724


How can an in-stream dataset be terminated?

838


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1477


What is concatenating?

627


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

724


How does jcl act on a cobol code?

647


Is it possible to left uncode disp?

704


Is condition checking possible in jcl? If yes, how?

727