Add REXX Buffer (ADDREXBUF)

The Add REXX Buffer (ADDREXBUF) command creates a buffer in the REXX external data queue.

Parameters

Keyword Description Choices Notes
BUFFER Buffer Decimal number Optional, Positional 1

Buffer (BUFFER)

Specifies the name of the variable that receives the number of the new buffer. In a control language (CL) program, a decimal variable with a minimum length of 11 digits and no decimal positions must be specified.

Examples

ADDREXBUF

This command creates a logical buffer within the REXX external data queue.

Error messages

*ESCAPE Messages

CPF7CF7
REXX external data queue is damaged.
CPF7CF8
REXX external data queue is full.