Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can we change the LIMIT of GDG?

6 Answers   HCL,


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


what are the symbolic parameters? why do we use symbolic parameters ?

2 Answers   IBM, TCS, UST, Xansa,


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


SORT card to eliminate duplicity.

1 Answers   Syntel,


what is DSN parameter and DISP parameter is used for?

0 Answers  


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?

4 Answers   Accenture,


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

0 Answers   IBM,


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

1 Answers   L&T,


Categories