MPE/iX Error Messages Manual Vol 1 (32650-90878)

370 Chapter5
Error Messages V i C 5
(FSERR)
162 MESSAGE EXPECTED "=" AFTER KEYWORD IN DEVICE
PARAMETER (FSERR 162)
163 MESSAGE "ENV" BACK REFERENCE IN FILE EQUATION
INCORRECT (FSERR 163)
164 MESSAGE DEVICE PARAMETER TOO LARGE OR MISSING
CARRIAGE RETURN (FSERR 164)
165 MESSAGE INVALID DENSITY SPECIFICATION (FSERR 165)
166 MESSAGE FFILEINFO FAILED IN ACCESSING REMOTE SPOOL
FILE. (FSERR 166)
167 MESSAGE SPOOL FILE LABEL ERROR, CAN'T INSERT ENV FILE
NAME. (FSERR 167)
168 MESSAGE ITEM NOT SUPPORTED ON REMOTE SYSTEM. (FSERR
168)
170 MESSAGE RECORD IS MARKED FOR DELETION (FSERR 170)
171 MESSAGE DUPLICATE KEY VALUE (FSERR 171)
172 MESSAGE NO SUCH KEY (FSERR 172)
173 MESSAGE TCOUNT PARAMETER LARGER THAN RECORD SIZE
(FSERR 173)
CAUSE There is a discrepancy between the number of bytes that
the system has transferred (or is attempting to transfer)
and the number of bytes specified in a buffer or record size.
ACTION Check all calls to intrinsics where a buffer or record size is
specified which may not match data transfer size. In
particular, check calls to intrinsics such as FREAD or
FREADBACKWARD, which have a TRANSFERCOUNT
parameter which is returned by the system. A possible
cause is that the system has (or is attempting to) set the
TRANSFERCOUNT to a value which exceeds the buffer
length specified in the call. Another possible cause is a
LENGTH parameter which exceeds the record size in a
call to FWRITE without the NOBUF option. Also, a call to
FWRITE with a LENGTH parameter which exceeds the
physical record size may produce this message unless the
MULTIRECORD AOPTION is used.
174 MESSAGE CAN NOT GET EXTRA DATA SEGMENT (FSERR 174)
175 MESSAGE KSAM INTERNAL ERROR (FSERR 175)
176 MESSAGE ILLEGAL EXTRA DATA SEGMENT LENGTH (FSERR 176)
177 MESSAGE TOO MANY EXTRA DATA SEGMENTS FOR THIS PROCESS
(FSERR 177)
178 MESSAGE NOT ENOUGH VIRTUAL MEMORY FOR EXTRA DATA
SEGMENT (FSERR 178)