MPE/iX Intrinsics Reference Manual (32650-90875)
Chapter 7 385
Command Definitions (HP32208-HPLOACNMPROC)
HPFOPEN
file already opened (for example, $STDLIST), where the highest value
supplied before the last FCLOSE takes effect. This option is ignored for
nonspooled devices.
Default: 8
28/CA Spooled message:
Passes a spooler message associated with a spoolfile. For example, a
message is passed that can be used for telling the system operator what
type of paper to use in the line printer. This message must be displayed to
the system operator and verified before the file can be printed on a line
printer. The number of characters allowed <=48; any quantity > 48
characters is truncated.
Default: No spooled message specified
A character placed in the first element designates the delimiter used by
HPFOPEN to search for the end of the character array. The delimiter can
appear again only following the last valid character of the character array,
for example:
%message%
(% is the delimiter,
message
is the designator)
fabcxyzf
(
f
is the delimiter,
abcxyz
is the designator)
29/I32 Privileged access:
Passes a value that temporarily restricts access to the file number
returned from HPFOPEN to a calling process whose execution level is equal
to or less than the value specified in this option. This restriction lasts until
the file associated with the restricted file number is closed. Do not specify
a value less than the execution level of the calling process.
The following values are valid:
0 Privilege level zero (most privileged level)
1 Privilege level one
2 Privilege level two
3 Privilege level three (least privileged level)
Default: The execution level of the calling process
30/I32 Labeled tape type:
Passes a value that indicates tape label type information. This option is
valid only for labeled tapes. The following values are valid:
0 ANSI standard labels
1 IBM standard labels
Default: 0
(ASC) Not used for asynchronous devices.
31/CA Labeled tape expiration: