Measure Reference Manual
02 ancestor-sysname type character 8.
02 ancestor-process-name type character 8.
* SMS changes:
02 device-name type character 8.
* Identifiers for OSS file pathname support:
02 osspid type binary 32 unsigned.
02 program-file-name-mid.
03 pathid type binary 64.
03 crvsn type binary 64.
* New identifiers for NetBatch Job Control:
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.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
Common ID Field DDL Definitions for USERDEF Entities
These ID fields are used in both styles of DDL records.
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.
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
USERDEF 369