MPE/iX Intrinsics Reference Manual (32650-90875)

180 Chapter5
Command Definitions (FCONTROL - FLOCK)
FFILEINFO
103 I32 MPE Tape labels flag
This item returns a value indicating whether or not a tape was opened labeled
or unlabeled. A value of 0 indicates an unlabeled tape; a value of 1 indicates a
labeled tape. This item is identical to bit 6:1 of the foptions.
104 I32 File designator type
This item returns the file designator type for this file. It is identical to bit 10:3 of
the foptions. The following values can be returned by this item:
0 A normal file open
1 $STDLIST
2 $NEWPASS
3 $OLDPASS
4 $STDIN
5 $STDINX
6 $NULL
7 $STDERR
105 I32 ASCII/Binary flag
This item returns the setting of the file's ASCII/Binary flag. A value of 0
indicates that this is a binary file; a value of 1 indicates that this is an ASCII
file. This item is identical to bit 13:1 of the foptions.
106 I32 File domain
This item returns the domain in which the file currently resides. It is identical
to bit 14:2 of the foptions, and can return the following values:
0 New file domain
1 Permanent file domain
2 Temporary file domain
107 I32 File compressed flag
This item indicates whether or not the data stored in the file is currently in a
compressed or non-compressed satate:
0 Data is not compressed
1 Data is compressed
Table 5-2. FFILEINFO Itemnum/Item Values
Itemnu
m
Item
Type
Item Description