I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / guest
It will not give any error .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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
which parameter is used to check the syntax of a jcl without executing it?
Explain how can values be passed from the job stream to an executable program?
what is the compile process of cobol program expalin with code
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the function of the dd avgrec keyword in sms datasets?
List the different components of jcl statement?
what is SOC4 error?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what are the various stages of job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is notcat 2 - gs?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is NOTCAT ?
how do you access an uncataloged dataset in a jcl?