fl.hlp (Table of Contents; Topic list)
F2706
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN compilation error F2706
 
     UNIT= * illegal for this statement
 
     The asterisk (*) unit specifier (console unit) cannot be specified
     for this I/O statement.
 
     Use the asterisk (*) unit specifier only with READ, WRITE, or
     INQUIRE statements. For INQUIRE statements, the asterisk (*) unit
     specifier is allowed only when the /4Ns compiler option is used
     (or the $NOTSTRICT metacommand is in effect).
                                    -♦-