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

Job have 4 procs. 3 should execute monday remain on tuesday.


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

New User


Joined: 30 Aug 2005
Posts: 3

PostPosted: Fri Dec 09, 2005 1:50 pm
Reply with quote

A Job contains 4 Procs.
That Job will Execute on Monday & Tuesday.

But I want to execute First 3 Procs on Monday.
and last proc should execute on Tuesday.

In Jcl is there any utility for finding today day of week and using that day
will execute procs.
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Fri Dec 09, 2005 2:28 pm
Reply with quote

Hi frnd,
Use this code

Code:
  //*MAIN DEADLINE=(0700,B,012086)


OR

Code:
 //*MAIN DEADLINE=(0700,B,01/20/2000)


the above code executes the step on 7AM on JAN 20,1986,,,

so use this code hope it will b helpful
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Fetch data from programs execute (dat... DB2 3
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Evaluate variable to execute a jcl step JCL & VSAM 3
No new posts Execute REXX on logon with ISPF CLIST & REXX 3
Search our Forums:

Back to Top