FCOPY Reference Manual (32212-90008)
118 AppendixA
FCOPY Messages
Error, Warning, and Status Messages
Cause MPE cannot get read access to the fromfile. The read
access specified by FCOPY has been overridden by an
MPE FILE command containing ACC=APPEND, ACC=OUT,
or ACC=OUTKEEP.
Action Reset the FILE command (using the MPE RESET
command) and retry the operation.
112 Message CANNOT GET WRITE ACCESS TO TOFILE
Cause MPE cannot get read access to the tofile. The write access
specified by FCOPY has been overridden by an MPE FILE
command containing ACC=IN.
Action Reset the particular FILE command (using the MPE
RESET command) and retry the operation.
113 Message SKIPEOF OPTION: FROMFILE NOT AN UNLABELED
TAPE
Cause The "skip end-of-file" function was specified for the
fromfile, and the fromfile device is not a magnetic tape
unit, serial disk, or cartridge tape unit containing
unlabeled media.
Action If the intended fromfile or tofile is on magnetic tape or
serial disk, check the associated MPE FILE command and
its backreference.
114 Message SKIPEOF OPTION: TOFILE NOT AN UNLABELED TAPE
Cause The "skip end-of-file" function was specified for the tofile,
and the tofile device is not a magnetic tape unit, serial
disk, or cartridge tape unit containing unlabeled media.
Action If the intended fromfile or tofile is on magnetic tape or
serial disk, check the associated MPE FILE command and
its backreference.
115 Message SUBSET OPTION: STRING FALLS OUTSIDE OF
FROMFILE RECSIZE
Cause The characterstring or patternlist specified extends beyond
the record size of the fromfile. No such subset can exist in
the specified fromfile.
Action Change the specified subset definition to a valid one and
try the operation again.