- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- COBOL and DCLTABLES
Operating System - OpenVMS
1821802
Members
3330
Online
109637
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО10-20-2006 02:34 PM
тАО10-20-2006 02:34 PM
COBOL and DCLTABLES
Hi all,
I am trying to install COBOL 2.8 but after the install, when it runs the ivp it comes up with:
Portion done: 0%...80%...90%...100%
The following product has been installed:
DEC AXPVMS COBOL V2.8-1286 Layered Product
%PCSI-I-IVPEXECUTE, executing test procedure for DEC AXPVMS COBOL V2.8-1286 ...
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
%LINK-F-OPENIN, error opening HOMES$DISK:[HOMES.QUACK322.MENU]COBOL$IVP.OBJ; as t
-RMS-E-FNF, file not found
%SYSTEM-F-ABORT, abort
%PCSI-E-IVPFAILURE, test procedure completed with an error status
-SYSTEM-F-ABORT, abort
%PCSI-E-IVPINSTALL, product is installed, but its verification test has failed
Do you want to continue? [YES]
%PCSIUI-I-COMPWERR, operation completed after explicit continuation from errors
And now I when I type cobol nothing happens
BARCA0::QUACK322> cobol
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\COBOL\
And yes I have logged out and in again, rebooted,SET COMMAND /TABLE=SYS$LIBRARY:DCLTABLES
and still no effect
I am trying to install COBOL 2.8 but after the install, when it runs the ivp it comes up with:
Portion done: 0%...80%...90%...100%
The following product has been installed:
DEC AXPVMS COBOL V2.8-1286 Layered Product
%PCSI-I-IVPEXECUTE, executing test procedure for DEC AXPVMS COBOL V2.8-1286 ...
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
%LINK-F-OPENIN, error opening HOMES$DISK:[HOMES.QUACK322.MENU]COBOL$IVP.OBJ; as t
-RMS-E-FNF, file not found
%SYSTEM-F-ABORT, abort
%PCSI-E-IVPFAILURE, test procedure completed with an error status
-SYSTEM-F-ABORT, abort
%PCSI-E-IVPINSTALL, product is installed, but its verification test has failed
Do you want to continue? [YES]
%PCSIUI-I-COMPWERR, operation completed after explicit continuation from errors
And now I when I type cobol nothing happens
BARCA0::QUACK322> cobol
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\COBOL\
And yes I have logged out and in again, rebooted,SET COMMAND /TABLE=SYS$LIBRARY:DCLTABLES
and still no effect
- Tags:
- COBOL
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2006 07:07 PM
тАО10-20-2006 07:07 PM
Re: COBOL and DCLTABLES
Hi,
do you happen to have a DCLTABLES.EXE laying around in SYS$SPECIFIC:[SYSLIB] ?
The COBOL installion will probably update the DCLTABLES in SYS$COMMON:[SYSLIB], so you won't get the COBOL verb defined in your copy of DCLTABLES in SYS$SPECIFIC:[SYSLIB]
Try SET COMMAND/TABLE=SYS$COMMON:[SYSLIB]DCLTABLES and consider to delete the copy of DCLTABLES in the specific root.
Volker.
do you happen to have a DCLTABLES.EXE laying around in SYS$SPECIFIC:[SYSLIB] ?
The COBOL installion will probably update the DCLTABLES in SYS$COMMON:[SYSLIB], so you won't get the COBOL verb defined in your copy of DCLTABLES in SYS$SPECIFIC:[SYSLIB]
Try SET COMMAND/TABLE=SYS$COMMON:[SYSLIB]DCLTABLES and consider to delete the copy of DCLTABLES in the specific root.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2006 06:22 AM
тАО10-21-2006 06:22 AM
Re: COBOL and DCLTABLES
Thanks, it works
but do I have to put that command in the SYLOGIN? If I don't the COBOL verb wont work after I log in again. Is there a way I can tell which tables it is using?
Thanks again...
but do I have to put that command in the SYLOGIN? If I don't the COBOL verb wont work after I log in again. Is there a way I can tell which tables it is using?
Thanks again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2006 07:26 PM
тАО10-21-2006 07:26 PM
Re: COBOL and DCLTABLES
Hi,
you should rename the DCLTABLES in SYS$SPECIFIC:[SYSLIB] to .EXE_OLD to prevent them from being loaded, as they will cause these types of problems in the future.
LOGINOUT will automatically load the first version of DCLTABLES it finds when searching through the SYS$SYSROOT:[SYSLIB] searchlist.
Volker.
you should rename the DCLTABLES in SYS$SPECIFIC:[SYSLIB] to .EXE_OLD to prevent them from being loaded, as they will cause these types of problems in the future.
LOGINOUT will automatically load the first version of DCLTABLES it finds when searching through the SYS$SYSROOT:[SYSLIB] searchlist.
Volker.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP