I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answers were Sorted based on User's Feedback
Answer / guest
Multiple jobs are submitted (as many jobs as the number of
JOB cards).
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / gaurav
We have put number of job card in a single JOb. It will
treat each Job card as a new Job. So if you put 10 Jobcard
statement,means you are submitting 10 Jobs
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / 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 |
Answer / satish.m.s
all jobs will be submitted.if all the job name is same then
based on based on FIFO if job name is different then based
on avaliablity of initiator multiple jobs are submitted
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prashanthkodakani
all the jobs will submited.............
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raghavendra
U can have any number of jobs in a memeber. All the jobs
with different JOB cards get submitted as long as u wont
code // at the end of each job
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ekta agrawal
you can submit any nor of jobs in a jcl
but ther name should be unique they will be executed in the
order u specified them untill you sets the priority.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / satyasivaji.ch
We can submitt as many number of jobs as we can,but each job
seperated by // statement.
| Is This Answer Correct ? | 1 Yes | 1 No |
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What are three parameters you can specify on Job statement as well as on exec stmt ?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
How can a stopped job be started again?
What statement marks the end of an in-stream or catalogued procedure?
Explain the function of the steplib dd statement?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
How to see the COMP3 value(packd decimal)
how do you resolve for soc7 error
whats the difference between empty and noempty of GDG?
Explain about LMINIT - generate a data ID for a data set
How many types we can give input to JCL