Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove REXX Buffer (RMVREXBUF) command removes one or more buffers from the REXX external data queue.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
BUFFER | Buffer | Decimal number, *CURRENT, *ALL | Optional, Positional 1 |
Top |
Specifies the number of the buffer to remove. The buffer identified by the number and all buffers added after it, are removed.
The possible values are:
Top |
RMVREXBUF BUFFER(2)
This command removes buffer number 2 and all buffers with numbers higher than 2 from the REXX external data queue.
Top |
Top |