Ceda, Operands, Return codes – IBM SC34-5764-01 User Manual

Page 345: Example, Operands return codes example

Advertising
background image

CEDA

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:
v

Binary halfword containing inclusive length of field.

v

Binary halfword containing the number of messages produced.

v

Binary halfword containing the highest message-severity: 0 and 4 continue to execution; 8 and 12 do not
continue to execution.

v

Variable-length data containing:

– For CEDATOUT: messages produced from translation stage of command

– For CEDAEOUT: messages produced from execution stage of command

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.

Commands

Chapter 25. REXX/CICS Commands

323

Advertising