- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Scripting in Open Vms
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
01-23-2007 03:16 PM
01-23-2007 03:16 PM
Scripting in Open Vms
Is there any documents or books to learn
Open Vms Scripting from basics
Please help me in this
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 03:47 PM
01-23-2007 03:47 PM
Re: Scripting in Open Vms
Or
RTFH: Type in HELP and read carfully.
This question was recently asked.
See:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1090489
Also... consider learning PERL.
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 05:09 PM
01-23-2007 05:09 PM
Re: Scripting in Open Vms
If you mean by "scripting", the facilities native to OpenVMS, then the correct OpenVMS terminology is "command files in DCL".
There have been books written on this subject, which may be available from Digital Press or on the secondary market.
However, the documentation set is comprehensive, and well written (in contrast to a variety of other systems). The documentation set is available online in HTML and PDF formats from http://www.hp.com/go/openvms
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 05:40 PM
01-23-2007 05:40 PM
Re: Scripting in Open Vms
As my learned colleagues said, read the fine manuals, and try to get hold of the book "Writing Real Programs in DCL" by Paul Anagnostopoulos and Steve Hoffman (see:
http://www.hp.com/hpbooks/digital_press/dp_1555581919.html ).
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 01:08 AM
01-25-2007 01:08 AM
Re: Scripting in Open Vms
Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2007 04:11 AM
01-25-2007 04:11 AM
Re: Scripting in Open Vms
AUTOGEN.COM and various other older/larger DCL command procedures are run through a tool known as DCLDIET before being placed on the OpenVMS distribution tool. DCLDIET generates DCL that runs fast(er), but is definitely not maintainable; I'd not even bother to look at the shipping version of that tool.
There's a copy of DCLDIET on the OpenVMS Freeware, if you want to experiment with it.
The original and fully-commented versions of AUTOGEN.COM and of VMSINSTAL.COM and other such are generally available on the OpenVMS Source Listings distro.
Stephen Hoffman
HoffmanLabs