OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual

Return Codes
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual522223-001
B-66
Information Buffer
ZGPI-ST-DANGLING-OBJ (Value 20)
This structure returns information about a created object that is not inserted as an
attribute of a root object.
Z-OBJ-ID
is the object identifier of the dangling object (the object has been created but not
inserted as an attribute).
Z-OBJ-CLASS
is the class of the dangling object.
Z-ROOT-OBJ-ID
is the object identifier specified as the root object when the dangling object was
created.
Z-OBJ-COUNT
is the total number of dangling objects that have been created for the root object.
This value indicates the number of entries in Z-OBJ-LST.
Z-OBJ-LST
is an array of dangling objects. For each dangling object, the array contains
Z-OBJ-ID and Z-OBJ-CLASS.
DEFINITION ZGPI-INFO-2.
02 Z-STRUCT-TYPE TYPE BINARY 32.
02 Z-DATA TYPE ZGPI-DANGLING-OBJ-DATA.
END
DEFINITION ZGPI-DANGLING-OBJ-DATA.
02 Z-ROOT-OBJ-ID TYPE OM-OBJECT.
02 Z-OBJ-COUNT TYPE BINARY 16.
02 Z-OBJ-LST TYPE ZGPI-DANGLING-OBJ-ELMT.
OCCURS ZGPI-MAX-DANGLING-OBJ-TIMES.
END
DEFINITION ZGPI-DANGLING-OBJ-ELMT.
02 Z-OBJ-ID TYPE OM-OBJECT.
02 Z-OBJ-CLASS TYPE OM-CLASS.
END