Add REXX Buffer (ADDREXBUF)

Where allowed to run: Compiled CL program or interpreted REXX (*BPGM *IPGM *BREXX *IREXX)
Threadsafe: No
Parameters
Examples
Error messages

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

Top

Parameters

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

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.

Top

Examples

ADDREXBUF

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

Top

Error messages

*ESCAPE Messages

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