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

Chapter 6 413
File System (Native Mode)
(Subsystem 143)
namespace in a file domain that only supports the MPE
namespace.
ACTION Do not attempt to give this file a name outside the MPE
namespace.
100 MESSAGE The name syntax that was specified is
invalid. (FILE SYSTEM ERROR -100)
CAUSE An invalid name syntax was specified.
ACTION Consult the Intrinsics Manual for valid syntax values.
101 MESSAGE A system file name was specified that was not
known to the system. (FILE SYSTEM ERROR -101)
CAUSE An invalid $xxxx name was specified.
ACTION Consult the Intrinsics Manual for valid system file names.
102 MESSAGE An invalid character was found in an MPE
syntax name. (FILE SYSTEM ERROR -102)
CAUSE An invalid MPE name was specified.
ACTION Make sure that the name contains only alphanumerics, . ,
/, and :.
103 MESSAGE A wildcard character was found in the name,
and it was not allowed. (FILE SYSTEM ERROR
-103)
CAUSE A wildcard character was present in the name when it was
not allowed.
ACTION Remove wildcard characters from the name.
104 MESSAGE A back-referenced file specification is not
allowed here. (FILE SYSTEM ERROR -104)
CAUSE A leading * was found in the name when it was not
allowed.
ACTION Do not attempt to backreference the file to a file equation.
105 MESSAGE System files are not allowed to be specified
here. (FILE SYSTEM ERROR -105)
CAUSE A system file was specified when it was not allowed.
ACTION Do not attempt to specify a system file.
106 MESSAGE A remote environment specification is not
allowed here. (FILE SYSTEM ERROR -106)
CAUSE A remote environment was specified when it was not
allowed.
ACTION Do not attempt to specify a remote environment.
107 MESSAGE An invalid usage of a character class was