Submit more than one Job from a JCL.

This Forum is for the guests or the users who are not registered on this board. This part allows guests to post in.
JCLQuestion

Submit more than one Job from a JCL.

Post by JCLQuestion »

Hi,

I want to submit 5 Jobs from a single JCL, is it possible? If yes, can you please give me a sample to build on?
William Collins
Global Moderator
Global Moderator
Posts: 490
Joined: Sun Aug 25, 2013 7:24 pm

Re: Submit more than one Job from a JCL.

Post by William Collins »

Depends what you think "a JCL" is.

If you have a sequential file (can be a member of a PDS/PDSE) it can contain multiple JOBs. Just specify multipl JOB cards.
JCLQuestion

Re: Submit more than one Job from a JCL.

Post by JCLQuestion »

Can you please share some example with me so that it will help me.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Submit more than one Job from a JCL.

Post by Robert Sample »

Create your data set like:

Code: Select all

//JOB1 JOB ...
...
//JOB2 JOB ...
...
//JOB3 JOB ...
...
//JOB4 JOB ...
...
//JOB5 JOB ...
...
Unless you are asking about a specific situation you have not yet explained, why is it so hard for you to just test this yourself?
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “You are a Guest.”