Measure Reference Manual
extname_len
output
INT:ref:1
is the length, in bytes, of the name returned in extname, including the null terminator.
extname_len is required when extname is specified.
index
input, output
FIXED:ref:1
is a context value for iterative calls. On the initial call of MEASLISTENAME, index must be set
to -1f. If the translation resolves to a single name, index is returned as -1f.
If the translation resolves to multiple names, index contains an internal value that must be passed
to subsequent MEASLISTENAME calls. If index is returned as -1f, no more data is available.
To explicitly stop the iteration of the MEASLISTENAME call sequence before encountering a
-1f termination value, make a final call using a negated index (index := -index).
extname_type
output
INT:ref:1
indicates whether the name returned in extname is to be treated as an OSS pathname or as
an ANSI SQL name:
OSS pathname1
ANSI SQL name2
context_crvsn
output
INT:ref:1
is an array of three words containing the CRVSN value of the instance of the Guardian file
name corresponding to the external name returned in the extname buffer. This value is used
to distinguish between multiple instances of the same Guardian file name during the
measurement period.
extname_format
input
INT:ref:1
specifies the format of the external ANSI SQL name returned in extname:
SQL/MX partition name format0
ANSI SQL object name format1
MEASLISTENAME 401