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

How to submit time triggered NDM through JCL


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
himanshupant

New User


Joined: 21 Mar 2007
Posts: 46
Location: India

PostPosted: Tue Sep 04, 2007 2:11 pm
Reply with quote

Hi ,

Can anyone guide me as to how to submit time triggered NDM through JCL ?
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Sep 04, 2007 3:04 pm
Reply with quote

himanshupant,

Quote:
Can anyone guide me as to how to submit time triggered NDM through JCL ?


Use scheduler (like opc, control-m etc...) and schedule the job as per your requirement. Include NDM step in the job.
Back to top
View user's profile Send private message
himanshupant

New User


Joined: 21 Mar 2007
Posts: 46
Location: India

PostPosted: Tue Sep 04, 2007 4:49 pm
Reply with quote

Hi Murali ,

Basically , I am making a tool which would take in some user input on ispf screen and based on that inputs , submit an ndm job which would in turn get triggered at 9:30 pm IST when the source files would be available.

As it is a tool , to be run on need basis , I wont be having access to any scheduler.

As for NDM , using the SB option ( which is submit Predefined process ) I can do the same on online screen , but that is NDM console screen . I wish to somehow replicate that using jcl..

Hope I have not confused more ... icon_question.gif
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Sep 04, 2007 7:05 pm
Reply with quote

When you submit your process in batch via the DMBATCH program, you can specify the start date/time for the process by using the STARTT keyword, either within the Process or when invoking the SUBMIT command.

The syntax is STARTT=(date|day,hh:mm:ssXM)

All of this is detailed in the Connect:Direct OS/390 User's Guide or the Connect:Direct Understanding Connect:Direct Processes Guide.
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 -> All Other Mainframe Topics

 


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 Submit multiple jobs from a library t... JCL & VSAM 14
Search our Forums:

Back to Top