DLIFUNC command object (X'CC05')

Use the distributed data management (DDM) architecture DLIFUNC (DL/I function) command object to specify the DL/I function that is being called.

Format

Read syntax diagramSkip visual syntax diagramDSSHDRLLCPBYTSTRDR

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'CC05', the 2-byte codepoint of the DLIFUNC command object.
BYTSTRDR
Byte String Data Representation, a required character string that contains the DL/I call to run on the database. The following character string values can be specified in the DLIFUNC command object:
ISRT
Insert call
DLET
Delete call
REPL
Replace call
GHU
Get Hold Unique call
GU
Get Unique call
GHN
Get Hold Next call
GN
Get Next call
GHNP
Get Hold Next Within Parent call
GNP
Get Next Within Parent call
DELETE
Batch Delete call
UPDATE
Batch Replace call
RETRIEVE
Batch Retrieve call