Measure Reference Manual
02 GMOM-sysname type character 8.
02 GMOM-process-name type character 8.
* New Version Field
02 VERSION type binary 16 unsigned.
02 CREATOR-TYPE type binary 16 unsigned.
* New identifiers for full ANSI SQL name
02 FULL-NAME-OFFSET type binary 16 unsigned.
02 FULL-NAME-LEN type binary 16 unsigned.
* Variable data goes here, pointed to by VARSTRING (offset/length)
* VAR-DATA needs to be defined for the maximum expected variable length data.
02 FULL-NAME type character 784.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
Common and ZMS Style Only ID Field DDL Definitions for SQLSTMT Entities
These ID fields are used in both styles of DDL records. Fields that are used in ZMS Style DDL records
only are noted.
Fields are listed alphabetically; subfields are listed in the order they occur in the field.
ANCESTOR-CPU
Number of the CPU on which the ancestor process resides.
ANCESTOR-PIN
Process identification number of the ancestor process.
ANCESTOR-PROCESS-NAME
Name of the ancestor process.
ANCESTOR-SYSNAME
Name of the system on which the ancestor process resides.
CREATOR-TYPE
The creator type: 0 = not used. 1 = SQL/MP. 2 = SQL/MX 1.x. 3 = SQL/MX 2.x.
CREATORID
Creator access ID (CAID). This field identifies the creator of the process and is divided into two
subfields: GROUP and USER.
DEVICE-NAME
Disk device on which the program file is located. For SMF files, this field provides the physical
location that corresponds to the logical file name. For NonStop files, this field is the same as the
FILE-NAME VOLUME subfield.
GMOM
The GMOM structure consists of four subfields:
Expand node number of the GMOM process if this process is part of a
NetBatch job and the GMOM process is remote; otherwise zero.
GMOM-NODE
Processor number of the GMOM process if this process is part of a NetBatch
job; otherwise zero.
GMOM-CPU
SQLSTMT 347