Displaying raw storage in PL/I

You can display the storage for a variable by using the LIST STORAGE command. For example, to display the storage for the first 30 characters of STACK enter:
LIST STORAGE(STACK,30)

Refer to the following topics for more information related to the material discussed in this topic.