- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to determine the version of Compaq cobol w...
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
11-13-2006 05:50 PM
11-13-2006 05:50 PM
I need to know the version and license details of the compaq cobol compiler I am using on my OpenVMS server. Could some one help me with the commands for the same
Thanks and Regards,
Pallavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 05:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 05:58 PM
11-13-2006 05:58 PM
Re: How to determine the version of Compaq cobol we are using
$analy/image sys$system:cobol.exe
The version is on the about the fourth page of the information, if I recall correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 06:07 PM
11-13-2006 06:07 PM
Re: How to determine the version of Compaq cobol we are using
$ ana/ima/sele=ident sys$system:cobol.exe
SYS$COMMON:[SYSEXE]COBOL.EXE;1
"COBOL V2.8-1286"
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 06:48 PM
11-13-2006 06:48 PM
Re: How to determine the version of Compaq cobol we are using
you can look on the first line of a listing file produced by that cobol compiler.
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 06:52 PM
11-13-2006 06:52 PM
Re: How to determine the version of Compaq cobol we are using
pipe cobol/lis=TT: nl: | sear sys$input: "source listing"
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:19 PM
11-27-2006 08:19 PM
Re: How to determine the version of Compaq cobol we are using
$PRODUCT SHOW PRODUCT COBOL
Regards.
Ana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:24 PM
11-27-2006 08:24 PM
Re: How to determine the version of Compaq cobol we are using
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 04:47 PM
12-01-2006 04:47 PM
Re: How to determine the version of Compaq cobol we are using
Set def sys$help:
dir *cob*.release_notes
and you'll see the current release notes installed on your system.
If it's an alpha and it uses Product Install, you can always do $
product show history.
Have fun