Joined: 12 Jun 2007 Posts: 64 Topics: 17 Location: Hyderabad
Posted: Sun Sep 16, 2007 8:29 am Post subject: How to invoke multiple jobs 1 after another without ZEKESET
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.
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Sun Sep 16, 2007 11:47 am Post subject:
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.
Joined: 08 Aug 2007 Posts: 291 Topics: 2 Location: Chicago
Posted: Mon Sep 17, 2007 8:54 am Post subject:
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.
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