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

Answer Posted / mohammadanis

All the Jobs will be submitted.If all the jobs are of same
job name then they will go one by after another in FIFO
bases.If their names are different,then dependin on
availability of initiator,multiple jobs can run concurrently

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you can direct the data to spool using SYSOUT option?

935


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

657


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

615


how to do automated restart when a job abends?

858


what is the use of IEBGENER utility?

670






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

1494


how you can access an uncataloged dataset in a JCL?

664


How to alter the parameters for the existing gdg?

725


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1776


Must tape dataset definitions include vol=ser specifications?

993


What is the purpose of dd?

735


How gdg are concatenated?

676


which utility is used to run a cobol-db2 program?

820


what is the purpose of coding notify parameter in job statement?

695


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

727