Computing.Net > Forums > OpenVMS > Adding New Job to SYS$BATCH QUEUE

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Adding New Job to SYS$BATCH QUEUE

Reply to Message Icon

Name: Dipak Dabhade
Date: February 3, 2009 at 22:47:26 Pacific
OS: OPENVMS
Subcategory: General
Comment:

I Want to Transfer File ftrom OpenVMS server to Windows System. I have written the file_transfer.com in Open VMS . Now I want to add this file/job in SYS$BATCH queue so that it will on a defined time.



Sponsored Link
Ads by Google

Response Number 1
Name: Joseph.Huber
Date: February 4, 2009 at 08:20:50 Pacific
Reply:


SUBMIT file_transfer.com/que=sys$batch/-
after=("TODAY+23")

starts the file at 23:00h today.
Similar after=("TOMORROW+6") to start tomorrow at 06:00h.
See HELP SUBMIT /AFTER
and help dcl_tips Date_Time

Joseph Huber, http://www.huber-joseph.de


0

Response Number 2
Name: d_dipak
Date: February 17, 2009 at 04:16:53 Pacific
Reply:

Thank you Joseph

I tried the above and then use sh que/all DCL command to show the status. I got Following reply

$ sh que/all
Printer queue QUE, stopped, on TF18::, mounted form DEFAULT

Batch queue SYS$BATCH, stopped, autostart, on TF29::

Entry Jobname Username Status
----- ------- -------- ------
2 FILE_TRANSFER CLEARY Holding until 18-FEB-2009 10:00:00.00

Printer queue SYS$PRINT, stopped, autostart, on TF29::LTA108:, mounted form DEFAULT

from the message it is seen that queue is stopped . What may be the possible resons. where and How can i check this?


0

Response Number 3
Name: Joseph.Huber
Date: February 17, 2009 at 12:29:21 Pacific
Reply:

There might be different reasons why a queue is stopped, the simplest one:
is was never started since system boot ?
$ START/QUE quename will start it.
Check with Your system manager if a
$ ENABLE AUTOSTART/QUEUES
command is missing in systartup_vms.com .

For queues not initialized as AUTOSTART, an explicit START QUEUE command has to be given.
For details see
sys$manager:systartup_vms.template.

And if You ARE the system manager, would be appropriate to find the time to read the system managers manual (online at the documentation pages of HP#s OpenVMS site).

Joseph Huber, http://www.huber-joseph.de
http


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Adding New Job to SYS$BATCH QUEUE

what is sys$batch and how is it def www.computing.net/answers/openvms/what-is-sysbatch-and-how-is-it-def/385.html

Redirecting print jobs www.computing.net/answers/openvms/redirecting-print-jobs/389.html

Openvms monitoring script www.computing.net/answers/openvms/openvms-monitoring-script/487.html