Measure Reference Manual
FILE^NAME^MID
is a structure that contains the internal-format file name for the OSS pathname.
STRUCT MID^def (*) ! High level view of Measure ID
begin
Int Pathid[0:11];
Int Crvsn[0:2];
end;
pathid
INT:value:12
is the internal format representation of the OSS file pathname. If the internal format
representation was used to access the disk file, initialize Pathid[0] to -1 to indicate all
PATHID values.
crvsn
INT:value:3
is the creation version serial number that identifies a unique instance of an OSS disk file.
Initialize CRVSN[0] to -1 to indicate all CRVSN values.
measflags
INT:value:1
is a field for future use; initialize to 0.
opener^pname
INT:value:4
is the name of the opener process. The process name must be left-justified and blank-filled. It
must start with a dollar sign ($) followed by a process name in internal format. Use a dollar
sign followed by an asterisk ($*) to indicate all processes.
opener^program^fname
INT:value:12
is the object file that the opener process is executing. The process name must be left-justified,
blank-filled, and in local internal file-name format. You can use asterisks (*) for the volume,
subvolume, and file-name fields.
OPENER^PROGRAM^FNAME^MID
is a structure that contains the internal-format file name of the OSS pathname for the
OPENER^PROGRAM^FILENAME if the file belongs to an OSS file set.
pathid
INT:value:12
is the internal format representation of the OSS file pathname for the
OPENER^PROGRAM^FILENAME if the file belongs to an OSS file set. Initialize Pathid[0]
to -1 to indicate all PATHID values.
crvsn
INT:value:3
is the creation version serial number that identifies a unique instance of an OSS disk file.
Initialize CRVSN[0] to -1 to indicate all CRVSN values.
SQLMX^obj^desc
INT:value:12
is the internal format representation of the ANSI SQL object definition. This field is filled in
using the MEAS_GETDESCINFO_ procedure, the input for which is the actual ANSI SQL name,
while the output is the contents of this structure.
472 Entity Descriptors