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

Is it possible to schedule my JCL for a specific time


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

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Sun Jul 16, 2006 2:47 pm
Reply with quote

Hi,
Is it possible to schedule my JCL for a specific time, so that it runs exactly at the time i have specified.

Is it possible ?

I dont think i have access to Schedulers. Is it possible through coding ?

Let me give an idea on how to proceed with this problem

Regards,
Diwakar


Nobody is perfect . I am Nobody
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Mon Jul 17, 2006 8:09 am
Reply with quote

On a Netview console, use the AT function to schedule a command at a specific date and/or time:

AT

.- day--. .-,ROUTE=*----. .-,TIMEFMSG=NO--.
>>-AT--+-------+-- time--+-------------+--+---------------+----->
'- date-' +-,ROUTE=*----+ +-,TIMEFMSG=NO--+
+-,ROUTE=oper-+ '-,TIMEFMSG=YES-'
'-,PPT--------'

.-,LOCAL-.
>--+-------------+--+-------+--+--------+--,command------------><
'-,ID=reqname-' '-,SAVE-' '-,GMT---'

For the command, use the SUBMIT function:

>>-SUBMIT --+-dataset_name-----+-------------------------------><
'-(dsiparm_member)-'

For example:

AT 20:45:00,PPT,SUBMIT SYS1.JCLLIB (MYJOB)

See the IBM Tivoli NetView for z/OS Command Reference Volume 1.
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Mon Jul 17, 2006 10:23 am
Reply with quote

Hi,

Thanks superk.

Could you be little more clear on this command. What do mean by Netview Console.

Will this command schedules the job daily ?

I tried the command, it didnt work for me ?

Thanks,
Diwakar


Nobody is perfect . I am Nobody
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