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



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

Answer / guest

Multiple jobs are submitted (as many jobs as the number of
JOB cards).

Is This Answer Correct ?    14 Yes 2 No

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

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

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

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

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

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

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

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

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

Answer / prashanthkodakani

all the jobs will submited.............

Is This Answer Correct ?    4 Yes 0 No

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

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

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

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

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

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

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

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

Post New Answer

More JCL Interview Questions

Give the syntax of job specifying jcl statement.

0 Answers  


How do You skip a Step In JCL?

9 Answers   HTC,


How to create delta file using JCL

1 Answers   CTC,


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


How can i execute 5th step without executing first 4 steps?

4 Answers  






How does jcl specify the job to the operating system?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?

4 Answers  


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?

2 Answers  


Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


how you will define a temporary dataset in jcl?

1 Answers   IBM,


Categories