The information in this article applies to:
SUMMARY
The Microsoft Fortran PowerStation version 4.0 reference manual and Help
file incorrectly state that the program-name is optional when using the the
PROGRAM statement. Actually, it is not optional. Compiling a source file
using the PROGRAM statement without a program-name will cause one of the
following syntax errors to occur:
For Fortran PowerStation version 4.0 with the .for file extension, the errors are: For Fortran PowerStation version 4.0 with the .f90 file extension, the error is:
MORE INFORMATIONAccording to the FORTRAN standard, the PROGRAM statement is optional, but if it is used, a program-name is required. Sample Code to Illustrate Problem
Additional query words: 1.00 1.00a 4.00
Keywords : kbFortranPS kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |