VNC0959D

VNC0959D program-name: exec-name RSM action an storage-class@ buffer-address, length=buffer-length; totals RM31=decimal-K-bytesK, RM24=decimal-K-bytesK

Debug message issued by VNCRXM00, the program that controls REXX execution, and VNCRXR02, the program that services REXX requests to obtain and free blocks of memory, to show the disposition of a block of memory.

RSM refers to the REXX Storage Management component of VNAC.

The action may be either “allocated” or “freed.”

The storage-class refers to the name of the buffer type being processed. Requests for 64KB or less use storage-class RXL0-RXL4 for rmode 24 buffers, and RXH0-RXH4 for rmode 31 buffers. storage-class is SMTS for memory blocks larger than 64KB for both rmodes.

The buffer-address is the buffer’s hexadecimal memory address. The buffer-length is the decimal length of the buffer, including its 32 byte header.

The totals show the current memory allocation for each rmode. They include the amount for the latest request.