z/OS TSO/E REXX User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Creating a Buffer with the MAKEBUF Command

z/OS TSO/E REXX User's Guide
SA32-0982-00

To create a buffer on the data stack before adding more elements to the stack, use the TSO/E REXX MAKEBUF command. All elements added to the data stack after the MAKEBUF command are placed in the buffer. Below the buffer are elements placed on the stack before the MAKEBUF command.
IKJC3X06
Instructions that could be used to create the illustrated buffer are as follows:
'MAKEBUF'
PUSH 'newX'
QUEUE 'newY'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014