One of the things I do for test purposes is use the following JCL at the
end of the job:
//STARTER EXEC PGM=IKJEFT01,DYNAMNBR=25,COND=(4,LT)    
//SYSABEND DD SYSOUT=*                                 
//SYSTSPRT  DD SYSOUT=*                                
//SYSTSIN   DD *                                       
 SUBMIT ('FAMISA.LYNNE.JCLLIB(FAMXWD1A)') USER(LEK0727)
 SUBMIT ('FAMISA.LYNNE.JCLLIB(FAMXW01A)') USER(LEK0727)

In this case, two jobs are submitted simultaneously.  We use
CA-Scheduler for production and other test job streams.  I thought that
a scheduler was included with the operating system, but I am just an
application programmer, not a sysprog. 

Lynne Karson
Senior Software Specialist
U.S. Senate Sergeant at Arms
(202)224-9587
[EMAIL PROTECTED]


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of McKown, John
Sent: Wednesday, April 12, 2006 8:49 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Job scheduling

> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Rashmi Nijaguni Mogali
> Sent: Wednesday, April 12, 2006 1:17 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Job scheduling
> 
> Hi,
> 
> I need to schedule the execution of 26 jobs.
> 
> This has to happen such that the 2nd job should start after the
> successful execution of the 1st job, the 3rd after the 2nd and so on.
> 
> Moreover the output of 1st job is the input to the 2nd job.
> 
> How do I accomplish this using Clist?
> 
> Any documents available on Clist would be most helpful.
> 
> TIA,
> 
> Rashmi

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to