1752782 Members
6722 Online
108789 Solutions
New Discussion юеВ

VMS Comands

 
SOLVED
Go to solution

VMS Comands

Hi All,

I am working in VMS operating system and it is new for me. Can anyone upload all the VMS commands so that i can learn and work. I find all the genius people on VMS in this forum..

I also tried by searching in google. but, it has only the basic commands.
Example :
http://www.physnet.uni-hamburg.de/physnet/vms-unix-commands.html

Thanks.
7 REPLIES 7
John Gillings
Honored Contributor
Solution

Re: VMS Comands

Huh? I don't know what you mean by "upload all the commands"? Have you tried:

$ HELP

OpenVMS Documentation can be found at

http://h71000.www7.hp.com/doc/os84_index.html

Try the Users Guide
http://h71000.www7.hp.com/doc/731FINAL/6489/6489PRO.HTML

or DCL Dictionary
http://h71000.www7.hp.com/doc/84FINAL/9996/9996PRO.HTML
A crucible of informative mistakes
Shriniketan Bhagwat
Trusted Contributor

Re: VMS Comands

Hi,

As John said online help ($ HELP) is the best place to get the information about all the commands. Refer the qualifiers and examples for the commands in the online help which explains how to use them.

Regards,
Ketan

Peter Zeiszler
Trusted Contributor

Re: VMS Comands

If you are familiar with Unix commands then do a google search of "Unix to VMS commands".

The other entries above about using documentation and HELP are the key things and you should do those.
Hoff
Honored Contributor

Re: VMS Comands

The manual you want to start with is the OpenVMS User's Guide:

http://h71000.www7.hp.com/doc/731FINAL/DOCUMENTATION/PDF/OVMS_731_USERS.PDF

You'll be able to carry over nearly ZERO of what you know about Unix and its shells, or about Windows and its shells.

Absolutely and completely and totally forget what you know about the commands, syntax, norms and construction of other platforms.

That path leads only to pain and suffering and frustration.

DCL is entirely different from the Unix shells, and from Window's DOS and PowerShell shells.

As is VMS itself.

You're in a whole new world.

You need to start with the User's Guide, then either the Programming Concepts and/or the System Manager's manuals, and the DCL Dictionary and related reference materials. The manuals are all here:

http://www.hp.com/go/openvms/doc
John McL
Trusted Contributor

Re: VMS Comands

Try $ HELP Hints

and then select a topic if you want to get a list of related commands.
P Muralidhar Kini
Honored Contributor

Re: VMS Comands

Hi CHANDRASEKARAN,

Refer the following link -
http://h71000.www7.hp.com/doc/os83_index.html
* HP OpenVMS DCL Dictionary
* OpenVMS User's Manual
* HP OpenVMS Programming Concepts Manual

This above link has both HTML as well as PDF options.
You can refer other documents in the site as need arises.

Also,
http://h71000.www7.hp.com/faq/openvms_faq.html
* OpenVMS beginner's FAQ

You can also refer the DCL help for a VMS command. They have examples
also which you can refer.
$ HELP

As John has mentioned, if you want to explore the DCL help then you can
start with
$ HELP HINTS

Hope this helps.

Regards,
Murali
Let There Be Rock - AC/DC

Re: VMS Comands

Hi All,

thanks for your valuable information.
I am new to VMS and i am keen on etting good knowledge. thats the reason i asked the commands list. thanks anyways.