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

382 Chapter5
Error Messages V i C 5
HPFOPEN
255.
ACTION Use a name which is short enough to fit in a directory
entry in the parent directory.
-240 MESSAGE Invalid name semantics value.
CAUSE A value other than 0, 1, or 2 was specified for HPFOPEN's
name semantics parameter.
ACTION Specify a valid value.
-362 MESSAGE Invalid UFID value.
CAUSE The UFID passed to HPFOPEN references an object
whose name is outside the MPE name space or it doesn't
reference a valid label table entry.
ACTION Use HPFDUPLICATE to reopen an opened object. Open
the object by name if it is not already open. Use a name in
the MPE name space if opening by UFID is necessary.
-369 MESSAGE Invalid record format value.
CAUSE The record format value specifies a record format not
implemented for the selected file type.
ACTION Specify a different record format or file type.
-595 MESSAGE Invalid file type.
CAUSE KSAM/3000, RIO, CIR, and MSG file types must have
names belonging to the MPE name space.
ACTION Use names belonging to the MPE name space.
-596 MESSAGE Invalid file code.
CAUSE Negative file codes may be used only for files in MPE
groups.
ACTION Either modify the filecode or create the file in an MPE
group.
-597 MESSAGE Object cannot be created in the new file
domain.
CAUSE Files with names outside the MPE name space and
hierarchical directories must be created in the the
permanent file domain.
ACTION Create the object using HPFOPEN and specify the
permanent file domain (itemnum 3 equal to 4).
-598 MESSAGE File privilege cannot be used outside MPE
groups.
CAUSE A file privilege level other than level three was specified
when creating a file with a name outside the MPE name
space.