FMS Error Parameter NERROR
Data Type
Integer
Default Value
None. This is a read only parameter.
DESCRIPTION:
This parameter returns the status of FMS operations. It is not automatically reset after each call. Following is a list of possible values for NERROR and the error they indicate.
- 0
No error detected.
- 1, FMS$ERR_LICENSE
Software license violation.
- 2, FMS$ERR_PROFILE
Error on profile vector.
- 3, FMS$ERR_SYSTEM
Error calling system routine.
- 4, FMS$ERR_FILENAME
Illegal file name.
- 5, FMS$ERR_CREATE
Error creating file.
- 6, FMS$ERR_OPEN
Error opening file.
- 7, FMS$ERR_WRITE
Error writing to file.
- 8, FMS$ERR_READ
Error reading from file.
- 9, FMS$ERR_WAIT
Error waiting for I/O to complete.
- 10, FMS$ERR_EXIST
Existing file has wrong attributes.
- 11, FMS$ERR_ALIGN
Data does not start on an appropriate address.
- 12, FMS$ERR_ARRAY
Array dimension error.
- 13, FMS$ERR_CLOSE
Error closing file.
- 14, FMS$ERR_DELETE
Error deleting file.
- 15, FMS$ERR_MEMROY
Insufficient FMS memory for requested problem.
- 16, FMS$ERR_TMRAM
Insufficient Table Memory RAM for requested problem.
- 17, FMS$ERR_MVDIF
Specified matrix and vector files are inconsistent.
- 18, FMS$ERR_MMDIF
Input and output matrix files are inconsistent.
- 19, FMS$ERR_VVDIF
Input and output vector files are inconsistent.
- 20, FMS$ERR_POSDEF
Negative pivot during factoring.
- 21, FMS$ERR_NOWORK
No work specified.
- 22, FMS$ERR_UNFACT
Attempt to solve with an unfactored matrix.
- 23, FMS$ERR_UNRED
Attempt to skip forward reduction with unreduced vectors.
- 24, FMS$ERR_SYMDIF
Inconsistent symmetry, matrix file and subroutine.
- 25, FMS$ERR_MMDIF
Inconsistent data type, matrix file and subroutine.
- 26, FMS$ERR_VVDIF
Inconsistent data type, vector file and subroutine.
- 27, FMS$ERR_REDUCED
Attempt to reduce already reduced vectors.
- 28, FMS$ERR_LUPR
Error writing to print output file
LUPR
- 29, FMS$ERR_OUTSIDE
Submatrix equation outside profile.
- 30, FMS$ERR_SUBTYPE
Submatrix type inappropriate for problem.
- 31, FMS$ERR_ORDER
Submatrix equations not in required order.
- 32, FMS$ERR_LOWASM
Starting equation for matrix assembly out of range.
- 33, FMS$ERR_PIVOT
Small or zero pivot during factoring.
- 34, FMS$ERR_VALUE
Actual parameter exceeds maximum allowed.
- 35, FMS$ERR_GETMEM
Error allocating memory.
- 36, FMS$ERR_RELMEM
Error releasing memory.
- 37, FMS$ERR_XXUSUB
Test user supplied subroutine called.
- 38, FMS$ERR_SUBEQN
Submatrix equation exceeds maximum specified.
- 39, FMS$ERR_SUBZERO
Zero submatrix record length specified.
- 40, FMS$ERR_MAXVEC
More vectors specified than file contains.
- 41, FMS$ERR_FMSROW
FMSROW
and
FMSCOL
both called.
- 42, FMS$ERR_NOTFULL
Attempt to perform a full matrix operation on a sparse matrix.
- 43, FMS$ERR_FMSINI
FMSINI
not called as first FMS subroutine.
- 44, FMS$ERR_CPUOVER
CPU task command buffer overflow.
- 45, FMS$ERR_NOASYNC
Attempt to do asynchronous I/O to a file opened for synchronous I/O.
- 46, FMS$ERR_NOSHR
Argument not in shared memory.
- 47, FMS$ERR_FILLIMIT
FMS stripe file limit exceeded.
- 48, FMS$ERR_LICVAL
Attempt to set FMS parameter beyond license maximum.
- 49, FMS$ERR_BUFFULL
All buffers full.
- 50, FMS$ERR_SEM
Error in semaphore operation.
- 51, FMS$ERR_EXTEND
Error extending file.
- 52, FMS$ERR_DEADLOCK
Deadlock - All tasks waiting on events.
Copyright © Multipath Corporation