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

Schedule a job to run at a particular time


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

New User


Joined: 08 Aug 2007
Posts: 9
Location: Chennai

PostPosted: Thu Sep 13, 2007 2:43 pm
Reply with quote

Hello,

Is there any means to schedule a job to run at a particular time, somekind of parameter that could be added to the JCL which would trigger the job at that instance otherthan using schedulers like OPC, CA7??

Thanks.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Sep 13, 2007 3:01 pm
Reply with quote

No.

Here are some previous topics that might offer some suggestions:

www.ibmmainframes.com/viewtopic.php?t=927
ibmmainframes.com/about4017.html
www.ibmmainframes.com/viewtopic.php?t=5051
www.ibmmainframes.com/viewtopic.php?t=434
www.ibmmainframes.com/viewtopic.php?t=125
Back to top
View user's profile Send private message
tchen40

New User


Joined: 12 Sep 2007
Posts: 30
Location: Los Angeles, Ca

PostPosted: Thu Sep 13, 2007 7:47 pm
Reply with quote

There's nothing in JCL. However, there are JES2 automatic commands that could be run off a timer. You could submit the auto command from your job via an IEBEDIT.

The command could look like this:

/*$TA,T=36.00,'$VS,''S JOB,MBR=MYJOB '''

This will submit a job at 12 noon. Caveats:

1) There must be a proc named JOB in the proclib concatenations.
2) The proc also (from my sample) have a substitutinal parameter of JOB. That proc is normally an IEBEDIT job (or any program that can submit a job to the internal reader) and point to the PDS that has a member JOB.
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 To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
Search our Forums:

Back to Top