Measure Reference Manual
entitydesc_1 [ entitydesc_2 ... entitydesc_n ]
defines the entities in the measurement. Specify each entitydesc as one of the entity
descriptors described in Chapter 5: Entity Descriptors (page 451).
In Measure H01 and later PVUs, MEASCONFIGURE accepts DISCOPEN, DISKFILE, FILE,
or SQLSTMT entity descriptors for ANSI SQL objects or partitions.
CONTAB^TRAILER
marks the end of the contab array.
Struct Contab^trailer (*)
Begin
Int Type; ! Set to CONTAB^TRAILER^T
Int Len; ! Byte length of this record
End;
type
INT:ref:1
identifies the trailer section of the contab array. Specify type as the literal
CONTAB^TRAILER^T or the numeric identifier 51.
len
INT:value:1
is the length in bytes of the CONTAB^TRAILER descriptor (typically four).
errDetail
output
FIXED .EXT:ref:1
contains information about the first encountered error in the contab buffer.
The ordinal number of the bad descriptor within an entity type, starting
with 1.
> 0 =
errDetail.32:47
This argument is not supported by the used version of MEASFH
-1 =
errDetail.48:63
There is something wrong with the contab, but not necessarily with
any of the descriptors.
0 =
The entity type.
> 0 =
The errDetail parameter may only be used with Measure H03-AFV/J01-AFW and later
releases. This parameter is only valid if the error ERR^BADDESC is returned.
Related Procedures
To start a measurement, use the MEASCONTROL procedure.
MEASCONFIGURE 385