MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to invoke multiple jobs 1 after another without ZEKESET

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
computer
Beginner


Joined: 12 Jun 2007
Posts: 64
Topics: 17
Location: Hyderabad

PostPosted: Sun Sep 16, 2007 8:29 am    Post subject: How to invoke multiple jobs 1 after another without ZEKESET Reply with quote

Hi everybody,
We are in the testing phase of an application.Our requirement is the integration tetsing of the application.But we dont have access to the ZEKESET.So we need to do the Scheduling of the jobs manuallly.
Is there any jcl that can serve our purpose.
Back to top
View user's profile Send private message
CICS Guy
Intermediate


Joined: 30 Apr 2007
Posts: 292
Topics: 3

PostPosted: Sun Sep 16, 2007 9:59 am    Post subject: Reply with quote

Sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub, sub? Wink
Back to top
View user's profile Send private message
computer
Beginner


Joined: 12 Jun 2007
Posts: 64
Topics: 17
Location: Hyderabad

PostPosted: Sun Sep 16, 2007 10:37 am    Post subject: Reply with quote

ok thanks,
I got the solution from here itself.
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Sun Sep 16, 2007 11:47 am    Post subject: Reply with quote

I have a little thing I use: I have a dataset that describes the job relationship and then each job, before ending, executes a Rexx exec that queries that dataset and submits any jobs that are ready to rock'n'roll. Allows multiple predecessors / sucessors. It is quick and dirty but does the job - so to speak
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
jsharon1248
Intermediate


Joined: 08 Aug 2007
Posts: 291
Topics: 2
Location: Chicago

PostPosted: Mon Sep 17, 2007 8:54 am    Post subject: Reply with quote

If you have single successor relationships, you can add an IEBGENER step at the end of each job that references the JCL pds as the SYSUT1 and the INTRDR as the SYSUT2. The following example shows how you'd submit a job to the CLASS B initiator. This works well if you just want to submit a string of jobs to run serially. Not so good for anything other than simple predecessor/successor relationships.

Code:

//AUTOSUB  EXEC PGM=ICEGENER
//SYSUT1   DD   DSN=YOURID.TEST.JCL(JOB02),DISP=SHR
//SYSUT2   DD   SYSOUT=(B,INTRDR)
//SYSPRINT DD   SYSOUT=*
//SYSIN    DD   DUMMY
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group