- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- FORTRAN FDML pre-processor error
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
05-02-2023 08:50 AM - last edited on 05-04-2023 03:19 AM by support_s
05-02-2023 08:50 AM - last edited on 05-04-2023 03:19 AM by support_s
I'm trying to compile a FORTRAN program that has (DBMS) DML statements against the Common Data Dictionary (CDD). The CDD has the DBMS schema defined (type DBM$SCHEMA). However the program fails in the pre-compile stage with the following error:
%FDML-F-NODNOTFND, Error locating schema or subschema in CDD
[TABASE=xxx_xxx)] in module XXXXXXXXX
The "VAX DBMS FDML Reference Manual" didn't provide any explanations on what the error message means. I expected to find a table of FDML error messages in that manual, and the actions to take, but that manual didn't have any references to any FDML error messages, or what actions to take to resolve this issue. When I run the CDO utility, I can see the schema defined, so I'm at a loss to understand what's going on or what to do next.
If anyone has any experience with VAX DBMS or CDD, and who has come across this error before, please let me know.
VMS Version: V5.5-2H4
$ cdo show version
Welcome to CDO V2.3
The CDD/Repository V5.3 User Interface
Type HELP for help
CDO>
$ dmu
DMU> show version
DMU Version: V5.3
DMU>
Thanks in advance,
Ron (personal info erased)
Solved! Go to Solution.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2023 02:53 AM
05-04-2023 02:53 AM
SolutionHere are a few suggestions that you can give a try:
* Verify that the schema or subschema is defined in the CDD by running the CDO utility and checking the schema definition.
* Make sure that the correct CDD is being used by your program. You can specify the CDD to use by setting the appropriate logical name or environment variable.
* Check if there are any typos or mistakes in the schema or subschema names used in your program.
* Check if the CDD is configured properly, and there are no issues with the CDD installation or setup.
If none of the above solutions work, you may need to contact the support team for VAX DBMS or CDD for further assistance.