MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 4 357
Error Messages V i C 4
Error, Warning, and Status Messages
152 MESSAGE OVERFLOW IN TOFILE LABELS
CAUSE There are too many labels in the fromfile to be copied to
the tofile.
ACTION If the tofile is an old file, retry the operation using the
NOUSERLABELS option. If it is a new file, use the NEW
option.
153 MESSAGE ATTEMPT TO BACKSPACE OVER FROMFILEBOF
CAUSE The negative number specified in a "skip end-of-file"
function for the fromfile is too large.
ACTION Change the number to a smaller one to avoid skipping too
many files back.
154 MESSAGE ATTEMPT TO BACKSPACE OVER TOFILEBOF
CAUSE The negative number specified in a "skip end-of-file"
function for the tofile is too large.
ACTION Change the number to a smaller one to avoid skipping too
many files back.
155 MESSAGE DEBLOCK OPTION: INVALID LOGICAL RECORD LENGTH
CAUSE Specified logical record length is greater than the physical
record length of the fromfile, or it is equal to zero.
ACTION Correct the DEBLOCK option and retry the operation. Make
sure that there is a minus sign in front of the logical record
length if it is specified in bytes.
200 * MESSAGE WARNING: FROMFILE RECSIZE IS
number
type
,TOFILE RECSIZE IS
number type
CAUSE The record sizes of the fromfile and tofile are not identical.
ACTION In a job: FCOPY performs the specified operation despite
the conflict. In a session: you are given the choice of
whether or not to continue the operation. If the record size
of the fromfile is larger than that of the tofile, the "from"
records would be truncated. If the record size of the tofile
is larger than that of the fromfile, the content of the excess
byte positions in the "to" records is unpredictable.
201 * MESSAGE WARNING: FROMFILE IS ASCII, TOFILE IS BINARY
OR WARNING: FROMFILE IS BINARY, TOFILE IS
ASCII
CAUSE The data formats of the fromfile and tofile are not
identical.
ACTION In a job: FCOPY performs the specified operation despite
the conflict. In a session: you are given the choice of
whether or not to continue the operation.
301 MESSAGE READ ERROR IN FROMFILE AT RECORD
recnum