Specifications
Visual Fortran Run-Time Errors Page 24 of 48
575
severe (575): Illegal SHARE value
FOR$IOS_F6309. An illegal value was used with the SHARE= option.
SHARE= accepts the values ’COMPAT’, ’DENYRW’, ’DENYWR’, ’DENYRD’, and
’DENYNONE’.
577
severe (577): Illegal record number
FOR$IOS_F6311. An invalid number was specified as the record number for a direct-
access file.
The first valid record number for direct-access files is 1.
578
severe (578): No unit number associated with *
FOR$IOS_F6312. In an INQUIRE statement, the NUMBER= option was specified for
the file associated with * (console).
580
severe (580): Illegal unit number
FOR$IOS_F6314. An illegal unit number was specified.
Legal unit numbers can range from 0 through 2**31-1, inclusive.
581
severe (581): Illegal RECL value
FOR$IOS_F6315. A negative or zero record length was specified for a direct file.
The smallest valid record length for direct files is 1.
582
severe (582): Array already allocated
FOR$IOS_F6316. The program attempted to ALLOCATE an already allocated array.
583
severe (583): Array size zero or negative
FOR$IOS_F6317. The size specified for an array in an ALLOCATE statement must be
greater than zero.
584
severe (584): Non-HUGE array exceeds 64K
FOR$IOS_F6318.
585
severe (585): Array not allocated
FOR$IOS_F6319. The program attempted to DEALLOCATE an array that was never
allocated.
586
severe (586): BACKSPACE illegal on terminal device










