- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- batch files
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
03-09-2007 09:17 AM
03-09-2007 09:17 AM
batch files
Is there a place where i can get sample batch files and also is there anyone here that uses UDMS reporting system? its for VMS ...
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 09:52 AM
03-09-2007 09:52 AM
Re: batch files
submitted as a batch job (although some will
be more successful than others). For what
kinds of things are you looking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 10:02 AM
03-09-2007 10:02 AM
Re: batch files
Batch files are nothing more than command files. The most common error when submitting a command file through batch is that the batch job starts in the login default directory.
I therefore often have a shell batch file that does nothing but change directories and invoke the actual command file.
One could also engineer some intelligence into the command file itself to deal with that situation, but one must be careful. The shell batch job is generally a better choice.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 10:10 AM
03-09-2007 10:10 AM
Re: batch files
You may also want to consider looking for a copy of "Writing Real Programs in DCL" http://www.amazon.com/Writing-Real-Programs-DCL-Technologies/dp/1555581919 bye Steve Hoffman and Paul Anagnostopoulos. Look for the second edition, it's out of print but can still be found and is an excellent introduction to DCL.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2007 11:15 AM
03-09-2007 11:15 AM
Re: batch files
Also, go to http://www.openvms.org/ and look at the opensource and freeware links.