- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Submiting a batch job to run automatically twi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 10:47 AM
04-03-2008 10:47 AM
Re: Submiting a batch job to run automatically twice a year
SET NOON or
ON condition THEN ...
in your command procedure then see HELP ON and look at the examples to see how best to implement error processing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 11:50 AM
04-03-2008 11:50 AM
Re: Submiting a batch job to run automatically twice a year
@WARD.COM
DAY = "Thursday"
MONTH = "04"
%SUBMIT-F-OPENIN, error opening $1$DUA1:[WARD]TREK_SNAPSHOT.COM; as input
-RMS-E-FNF, file not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:14 PM
04-03-2008 12:14 PM
Re: Submiting a batch job to run automatically twice a year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:16 PM
04-03-2008 12:16 PM
Re: Submiting a batch job to run automatically twice a year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:19 PM
04-03-2008 12:19 PM
Re: Submiting a batch job to run automatically twice a year
>>>
if (f$search("$1$DUA1:[WARD]:''node'_snapshot.com") .eqs. "")
<<<
The colon (":") between [ward] and ''node'
is incorrect.
And, the search will NEVER find a file with a syntax error.
AND, you should check your logic:
IF the file lookup is empty (CANNOT find the file
THEN submit the file
ELSE (we have found SOMETHING)
THEN report we did not find it
Are you REALLY sure that this is the EXACT procedure? I would have expected an error on the SUBMIT statement...
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:41 PM
04-03-2008 12:41 PM
Re: Submiting a batch job to run automatically twice a year
TREK >>@ward.com
DAY = "Thursday"
MONTH = "04"
Job TREK_SNAPSHOT (queue DBA$BATCH, entry 187) pending
pending status caused by queue stopped state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:44 PM
04-03-2008 12:44 PM
Re: Submiting a batch job to run automatically twice a year
%SUBMIT-F-OPENIN, error opening $1$DUA1:[WARD]TREK_SNAPSHOT.COM; as input
-RMS-E-FNF, file not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 12:57 PM
04-03-2008 12:57 PM
Re: Submiting a batch job to run automatically twice a year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 01:29 PM
04-03-2008 01:29 PM
Re: Submiting a batch job to run automatically twice a year
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 01:31 PM
04-03-2008 01:31 PM
Re: Submiting a batch job to run automatically twice a year
- « Previous
-
- 1
- 2
- Next »