Measure Reference Manual
02 process-name type character 8.
02 program-file-name.
03 volume type character 8.
03 subvol type character 8.
03 filename type character 8.
02 osspid type binary 32 unsigned.
02 ancestor-cpu type binary 16 unsigned.
02 ancestor-pin type binary 16 unsigned.
02 ancestor-sysname type character 8.
02 ancestor-process-name type character 8.
02 device-name type character 8.
02 program-file-name-MID.
03 PATHID type character 24.
03 CRVSN type character 6.
02 statement-index type binary 16 unsigned.
02 GMOM.
03 GMOM-node type binary 16 unsigned.
03 GMOM-cpu type binary 16 unsigned.
03 GMOM-pin type binary 16 unsigned.
03 GMOM-jobid type binary 16 unsigned.
02 GMOM-full-id type binary 64
redefines GMOM.
02 GMOM-sysname type character 8.
02 GMOM-process-name type character 8.
02 version type binary 16 unsigned.
02 creator-type type binary 16 unsigned.
02 run-unit-len type binary 16 unsigned.
02 reserved-1 type character 2.
02 run-unit type character 784.
end
Counter Fields DDL Definition
DEFINITION zmssqls-ctrs.
02 calls type binary 64.
02 elapsed-busy-time type binary 64.
02 records-used type binary 64.
02 records-accessed type binary 64.
02 disc-reads type binary 64.
02 messages type binary 64.
02 message-bytes type binary 64.
02 sorts type binary 64.
02 elapsed-sort-time type binary 64.
02 recompiles type binary 64.
02 elapsed-recompile-time type binary 64.
02 lock-waits type binary 64.
02 timeouts type binary 64.
02 escalations type binary 64.
end
DDL Record Description Fields
RECORD zmssqls. FILE is "zmssqls" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmssqls-ctrs.
02 id type zmssqls-id.
end
DDL Record for SQLSTMT Entities (Legacy Style)
The Legacy Style DDL record for SQLSTMT entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
RECORD sqlstmt. FILE is "sqlstmt" ENTRY-SEQUENCED.
.
.
SQLSTMT 345