is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?

Answers were Sorted based on User's Feedback



is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to..

Answer / suresh

We can submit more than one job from single JCL by giving
multiple job cards in the JCL.

Its not necessary to have the same job name for all the
jobs. If all the jobs have the same job name, then the
jobs will be in queue to finish one by one.

Please let me know, if you are exepecting something
different.

Is This Answer Correct ?    23 Yes 3 No

is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to..

Answer / shail

we can submitt more then one job in a sigle job card, and
the job name will be diffrent (this is mandatory)

Is This Answer Correct ?    10 Yes 6 No

is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to..

Answer / muttaiah

1. There can be only 1 job in a jobcard.
2. There can be multiple jobs in the JCL(Job stream, I mean
the file-PS/PDS in which you have your jcl)
3. Say when you submit the JCL with 2 jobs, jobs will be
submitted, The job having class & priority as higher will
execute first. well let me give you an example.

JOBA(Jobname1) - Class(A), Priority(10)
JOBB(Jobname2) - Class(A), Priority(12)

In this case, JOBB will run first instead of jobA since
priority is higher.

Say you want to run JOBB only after the execution of JOBA
then make the job name same as JOBA

Change Jobname2 as Jobname1 and submit the jcl.

JOBB will run only after JOBA.

Hope your understand

Is This Answer Correct ?    2 Yes 0 No

is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to..

Answer / deb

when we submit job or jobs ....jobs get different classes..
if job name is same output would be unpredictable coz MVS
can run any of the job..once job is executed MVS is not
going to execute another job with the same name.

so the jobs with the same name will be executed but output
will be unprectable.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More JCL Interview Questions

in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options

4 Answers   HSBC,


what is the restart?hopw it is invoked?

1 Answers  


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,






There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.

1 Answers   IBM,


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


shall we concordinate two different length dataset in to a new date set.

6 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


Can we change a FB file to VB file in JCL? Please help

1 Answers  


What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,


Explain dfsort utility?

0 Answers  


Categories