Specifications
Visual Fortran Run-Time Errors Page 22 of 48
562
severe (562): IOFOCUS option illegal with non-window unit
FOR$IOS_F6211. IOFOCUS was specified in an OPEN or INQUIRE statement for a
non-window unit. The IOFOCUS option can only be used when the unit opened or
inquired about is a QuickWin child window.
563
severe (563): IOFOCUS option illegal without QuickWin
FOR$IOS_F6212. IOFOCUS was specified in an OPEN or INQUIRE statement for a
non-QuickWin application. The IOFOCUS option can only be used when the unit
opened or inquired about is a QuickWin child window.
564
severe (564): TITLE illegal with non-window unit
FOR$IOS_F6213. TITLE was specified in an OPEN or INQUIRE statement for a
non-window unit. The TITLE option can only be used when the unit opened or
inquired about is a QuickWin child window.
565
severe (565): TITLE illegal without QuickWin
FOR$IOS_F6214. TITLE was specified in an OPEN or INQUIRE statement for a
non-QuickWin application. The TITLE option can only be used when the unit opened
or inquired about is a QuickWin child window.
566
severe (566): KEEP illegal for scratch file
FOR$IOS_F6300. STATUS=’KEEP’ was specified for a scratch file; this is illegal
because scratch files are automatically deleted at program termination.
567
severe (567): SCRATCH illegal for named file
FOR$IOS_F6301. STATUS=’SCRATCH’ should not be used in a statement that
includes a filename.
568
severe (568): Multiple radix specifiers
FOR$IOS_F6302. More than one alternate radix for numeric I/O was specified. F6302
can indicate an error in spacing or a mismatched format for data of different radices.
569
severe (569): Illegal radix specifier
FOR$IOS_F6303. A radix specifier was not between 2 and 36, inclusive. Alternate
radix constants must be of the form n#ddd... where n is a radix from 2 to 36 inclusive
and ddd... are digits with values less than the radix. For example, 3#12 and 34#7AX are
valid constants with valid radix specifiers. 245#7A and 39#12 do not have valid radix
specifiers and generate error 569 if input.
Run-Time Errors 570 Through 614










