Measure Reference Manual
INT:value
is the Measure product version when the data file was created. The value returned consists of
two parts: bits 0:7 contain an alphabetic character (for example, D), and bits 8:15 contain a
numeric value (for example, 30). Together they express the product version (for example, D30).
all^recs
input
INT:value
requests all interval records within the specified window if the value 1 is passed. If omitted or
0, only summary records are returned.
zero^reports
input
INT:value
requests the exclusion of zero records if the value 0 is passed. If omitted or 1, zero records
are returned.
totals
input
INT:value
is a value of 0, 1, or 2, which indicates:
Omit the total record; include individual counter records (default).0
Include individual records and the total record.1
Omit individual counter records; include the total record.2
loadid
input
INT .EXT:ref:4
is an 8-byte string to be included in all records returned.
if^item
input
INT .EXT:ref:$LEN(IF^ITEM^G09^DEF) / 2
is a structure that supports longer (128 byte) SQL/MX run unit names in Measure G09 and
later PVUs:
STRUCT IF^ITEM^G09^DEF (*);
Begin
Int Item^Name[0:15]; ! Item name in entity record
Int Relation^Operator;! Relation Operator
! See Usage Notes (page 424)
! Bit 0 must be 1
!
! Bits 13:15
! 1 -> Equal =
! 2 -> Not Equal <>
! 3 -> Less Than <
! 4 -> Greater Than >
Fixed Value; ! Value used in comparison
Int Rate; ! Use rated or nonrated value
! for condition checking:
! 0 -> No-Rate, 1 -> Rated
Int SQLName[0:63]; ! for SQLSTMTs only
Int SQLIndex; ! SQL Index number
String IP^addr[0:15] = SQLName;
MEASREAD_DIFF_ 421