DOCERR: F2400 : "<name> : COMMON not defined"Last reviewed: December 9, 1995Article ID: Q117904 |
The information in this article applies to:
The following compiler error message is not included in the documentation for the products listed above:
error F2400: <var name> : COMMON not definedOr for Fortran PowerStation 4.0:
error FOR3295: COMMON block /A/ SAVEd but not declaredNote: the above error message is correctly described in the Fortran PowerStation 4.0 on-line help. The sample code below produces the error. The "save" statement should have a common block name between the slashes ("/").
Sample CodeC Compile options needed: none
CALL TEST END SUBROUTINE TEST() SAVE /A/ END |
Additional reference words: 1.00 1.00a 4.00 docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |