IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

submit multiple JCL parallel


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mukun264

New User


Joined: 01 Jan 2008
Posts: 32
Location: Bangalore

PostPosted: Thu Dec 31, 2009 3:34 am
Reply with quote

I have one requirement to run multiple JCL parallel.
.
Suppose I have 4 JCLs. Now I want to submit all these four JCL parallel to save the process time.

Is there any way to submit all four JCLs through either a single JCL or some other way?

--------------------------------
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Thu Dec 31, 2009 3:47 am
Reply with quote

Yes. Remember that all must have different job names, else they will serialize regardless of submission method.


  1. If this is intended to be in the production environment, use the fine scheduler.
  2. If this is in the development or test environments, you may or may not have a useful scheduling system, or even any at all. However, you can:
    1. Submit a job that uses the utility of your choice to read the jobs (not "JCLs"; the two terms are not equivalent, and if you have JCL that is not a job, your task just became more difficult, although not impossible) and copy them to the internal reader.
    2. Use the TSO SUBMIT command multiple times; you will, my name as my word, be forgiven in the World to Come for the tiny amount of non-parallelism inherent in this.
    3. If the frequency of doing this justifies it (and it probably doesn't), you can write a few lines of Rexx to submit these jobs.

  3. Hi, Opal!

Best of luck in this endeavor.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Grouping by multiple headers DFSORT/ICETOOL 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top