FLDENTRYREL command object (X'CC0C')
Use the distributed data management (DDM) architecture FLDENTRYREL (relative field entry) command object to specify which field to insert or update.
Restriction: The FLDENTRYREL command
object is supported only with an ODBM DDM level of 1, 2, 3 or 1, 3.
Format
Parameters
- DSSHDR
- The 6-byte header that contains information about the data stream structure (DSS).
- LL
- The length specified as a 2-byte binary integer. This length includes LL and CP.
- CP
- X'CC0C', the 2-byte codepoint of the FLDENTRYREL command object.
- SEGMOFF
- A required, 4-byte, signed integer that specifies the relative offset of the target field from the start of the parent segment.
- SEGMID
- A required, 1-byte, signed integer that specifies which segment in the SEGMLIST the field is referenced from. This value is relative to 1 rather than 0.
- FLDVAL
- The value for the field that is being updated or inserted.
