FLDENTRY command object (X'CC03')

Use the distributed data management (DDM) architecture FLDENTRY (field entry) command object to specify the field to insert or update.

Format

Read syntax diagramSkip visual syntax diagramDSSHDRLLCPRECOFFFLDVAL

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'CC03', the 2-byte codepoint of the FLDENTRY command object.
RECOFF
A required, 4-byte signed integer that contains the offset of the field within the hierarchic path I/O area.
FLDVAL
A required string that contains the byte array to place into the I/O area for the ISRT or REPL DL/I call starting at position RECOFF.

Usage

Multiple FLDENTRY command objects might be chained to the EXCSQLIMM command.