MPE/iX Intrinsics Reference Manual (32650-90905)

388 Chapter7
Command Definitions (HP32208-HPLOACNMPROC)
HPFOPEN
Passes the date of the expiration of the file or the date after which the
information in the file is no longer useful, in the format MM/DD/YY. The file
can be overwritten after this date. If the default is specified, the file can be
overwritten immediately. In a volume set, file expiration dates must
always be equal to or earlier than the date on the previous file.
Default: No expiration date 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,
%expdate%
(% is the delimiter,
expdate
is the designator)
fabcxyzf
(
f
is the delimiter,
abcxyz
is the designator)
(ASC) Not used for asynchronous devices.
32/CA Labeled tape sequence:
Passes one of the following character arrays indicating the position of the
file in relation to other files on the tape:
0 Causes a search of all volumes until the file is found.
1.. 9999 Specifies the position of the file relative to the current file
on the tape.
ADDF Causes the tape to be positioned so as to add a new file at
the end of the volume or last volume in a multivolume set.
NEXT Positions the tape at the next file on the tape. If this is not
the first HPFOPEN/FOPEN for the file and a rewind
occurred on the last close, then the position remains at the
beginning of the previous file.
Default: No array passed (no sequence indicated)
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,
%position%
(% is the delimiter,
position
is the designator)
fabcxyzf
(
f
is the delimiter,
abcxyz
is the designator)
(ASC) Not used for asynchronous devices.
33/I32 User labels:
Passes the number, in the range 0..254, of user-label records to be created
for the file. Applicable for new disk files only.
Default: 0
This
itemnum
may not be specified when creating hierarchical directories.
(ASC) Not used for asynchronous devices.