Measure Reference Manual

tser__transfer()
WAIT 3 # 4.62 % 4.35 %
WAIT()
tip_avtrelease_flags 2 # 3.08 % 2.90 %
tip_avtrelease_flags()
tip_avtsetup_data 2 # 3.08 % 2.90 %
tip_avtsetup_data()
LOCKMEMORY 2 # 3.08 % 2.90 %
LOCKMEMORY()
searchInitIndex__45NSKOrderedArr 1 # 1.54 % 1.45 %
NSKOrderedArrayOf<NSKM_MOPSTEntry
, unsigned long>::searchInitIndex(unsigned long
, unsigned int) const
Code range name "searchInitIndex__45NSKOrderedArr" becomes
"NSKOrderedArrayOf<NSKM_MOPSTEntry, unsigned long>::searchInitIndex(unsigned long,
unsigned int) const", both of which are more familiar to the programmer.
LIST EXTNAMES
In Measure G11 and later PVUs, the LIST EXTNAMES command creates or appends to a
key-sequenced file of records for mapping:
Measure OSS PATHID values to OSS pathnames and Guardian file names
MIDs to ANSI SQL names and Guardian file names
The file EXTNAMES contains EXTNAME name records and is assumed to be located in the current
default subvolume.
This command has no options or qualifiers. It can be issued only within the context of the REPORT
FORMAT STRUCTURED option.
Syntax
LIST EXTNAMES
DDL Record for EXTNAMES file
The DDL record for EXTNAMES, defined in MEASDDLS, is:
RECORD extname. FILE is "extnames" KEY-SEQUENCED.
02 MID.
03 PATHID type character 24.
03 CRVSN type character 6.
02 FILE-SYSTEM-NAME type character 8.
02 FILE-NAME.
03 VOLUME type character 8.
03 SUBVOL type character 8.
03 FILENAME type character 8.
02 NAME-TYPE type .
02 FULL-NAME-LEN type binary 16 unsigned.
02 FULL-NAME type character 1100.
end
DDL Record Description Fields
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
MID
A Measure identifier for an OSS file or SQL/MX file. For OSS and SQL/MX files, the MID can be
used as a key to the EXTNAMES file to retrieve the corresponding Guardian file name and external
format OSS pathname or ANSI SQL name.
LIST EXTNAMES 79