CEDA

Read syntax diagramSkip visual syntax diagram>>-CEDA--RDO_Command-------------------------------------------><
 

Executes a CEDA command for resource definition online (RDO).

Operands

RDO_Command
specifies a command string passed as input to the CEDA transaction program.

Return Codes

n
specifies the return code passed back by CICS if an error is detected
0
Normal return
-101
Invalid command

Any warning or error messages are placed in the variable CEDATOUT. The results of the execution, if any, are placed in the variable CEDAEOUT. The maximum length returned in CEDAEOUT is approximately 28K bytes. Each variable has the following format:

The format of this data is not guaranteed from release to release, but it is the same as that displayed by CEDA.

Example

'CEDA INSTALL PROGRAM(XYZ) GROUP(ABC)'

This example shows a CICS command that is passed to the CEDA transaction program for execution.