Software Version: Compaq Fortran 77 Version 6.6 for OpenVMS VAX Systems
Compaq Computer Corporation
Houston, Texas
Compaq Computer Corporation makes no representations that the use of its products in the manner described in this publication will not infringe on existing or future patent rights, nor do the descriptions contained in this publication imply the granting of licenses to make, use, or sell equipment or software in accordance with the description.
Possession, use, or copying of the software described in this publication is authorized only pursuant to a valid written license from Compaq or an authorized sublicensor.
Copyright © 1999, Digital Equipment Corporation, All Rights Reserved
Compaq, the COMPAQ logo, DEC, DIGITAL, and VAX are registered in the United States Patent and Trademark Office.
Bookreader, DEC Fortran, OpenVMS, POLYCENTER, and VAX FORTRAN are trademarks of Compaq Computer Corporation
PostScript is a registered trademark of Adobe Systems, Inc.
UNIX is a registered trademark in the United States and other countries licensed exclusively through X/Open Company Ltd.
Other product names mentioned herein may be trademarks of their respective companies.
Online Compaq Fortran 77 (formerly Digital Fortran or DEC® Fortrantm) for OpenVMStm VAX® Systems documentation is available on the two Layered Product CD-ROM sets:
The Software Product Library (media) CD-ROM set contains the following:
Depending on how you order the Compaq Fortran 77 product, you may receive printed copies of the following Compaq Fortran 77 manuals that apply to Compaq Fortran 77 Version 6.6:
This document is provided in Bookreader and HTML form on the Online Documentation CD-ROM. When using Bookreader Version 4.0, note that the shading of extensions may sometimes be inaccurate.
This document is provided in Bookreader form on the Online Documentation CD-ROM.
You can order these documents in printed form from Compaq (specify
order number QA-100AA-GZ).
1.2 Product Directory on the Software Product Library CD-ROM
To locate the correct CD-ROM in the Software Product Library media CD-ROM set and the Compaq Fortran 77 directory in the appropriate CD-ROM, see the CD-ROM user guide (in the [README] directory on the first CD-ROM) or use the CDMENU utility.
For information on using the Bookreader, the CDMENU utility, and the CD-ROM files on the Software Product Library media CD-ROM set, see the online Software Product Library CD-ROM User's Guide, which is provided:
Compaq Fortran 77 provides the following online information, which is copied to the user's system during installation:
The Compaq Fortran 77 online release notes provide more information on this version of Compaq Fortran 77. After Compaq Fortran 77 has been installed, the online release notes can be displayed on the screen using the TYPE command:
$ TYPE/PAGE SYS$HELP:FORT06n.RELEASE_NOTES |
For example, the release notes for Version 6.6 are named FORT066.RELEASE_NOTES.
To display or print the ASCII Compaq Fortran 77 release notes before installing Compaq Fortran 77, see the Compaq Fortran 77 installation guide.
In addition to the copying the ASCII file FORT06n.RELEASE_NOTES into
SYS$HELP during installation, Compaq Fortran 77 for OpenVMS VAX provides
release notes in PostScript (.PS) and Bookreader (.DECW$BOOK) forms
(files SYS$HELP:FORT06*_RELEASE_NOTES.*)
1.3.2 Compaq Fortran 77 DCL HELP
The Compaq Fortran 77 DCL HELP module in SYS$LIBRARY:HELPLIB.HLB (the Compaq Fortran 77 help file) provides online access to Compaq Fortran 77 help, including error message descriptions, a summary of the language elements (statements, intrinsic functions, and so on), a glossary, and other information.
To view the online Compaq Fortran 77 help file using the HELP command, type:
$ HELP FORTRAN |
You can specify topics to navigate the help hierarchy. For example, to display the /CHECK qualifier, type:
$ HELP FORTRAN /CHECK |
You can abbreviate the HELP command words. For instance, to specify the OVERFLOW keyword for the /CHECK qualifier, you might use the following command:
$ HELP FORT /CHEC OVER |
To display error messages, you can use the HELP/MESSAGE command (requires OpenVMS VAX Version 6.0 or higher), as described in the online release notes.
To add the Fortran messages to the list of known HELP/MESSAGE databases, you must define the logical name MSGHLP$LIBRARY to be a search list that names each of the available databases, including the OpenVMS VAX supplied database SYS$HELP:MSGHLP$LIBRARY.MSGHLP$DATA. For more information, see the online Compaq Fortran 77 release notes (see Section 1.3.1).
Once you define the logical name MSGHLP$LIBRARY, you can then use the HELP/MESSAGE command, as described in the OpenVMS System Messages: Companion Guide for Help Message Users.
If needed, you can alternatively use the HELP FORTRAN command, which
also lists error messages.
1.4 Documentation Corrections and Additions
For information on documentation corrections and a description of new features, see the online release notes.