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
Is it possible to left uncode disp? If yes, how?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the syntax of JCL statement?
Explain dfsort utility?
what is the use of JCL?
What is the function of job statement in jcl?
Can we use DISP=SHR in output file in JCL
How does the jcl specify the job to os?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the purpose of the dd keylen parameter?
what is SOC4 error?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what are the various stages of job processing?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.