VNC0960D

program-name: exec-name REXX-storage-request ADR=pool-address, ACTSZ=actual-size, MINSZ=requested-size, SP=storage-subpool; CPB=cpb-address

Debug message issued by VNCRXR02, the program that services REXX requests to obtain and free blocks of memory, to show the parameters passed by REXX every time REXX makes a storage request.

The REXX-storage-request may be “GET” for an rmode 31 storage request, “GETLOW” for an rmode 24 storage request. Or “FREE” for a request to free storage of either rmode.

ADR and ACTSZ only have meaningful data for “FREE” requests, in which case pool-address is the address of the data section of a previously allocated buffer, and actual-size is the size of the data section of the buffer.

MINSZ only has meaningful data for “GET” and “GETLOW” requests.

The requested-size is the minimum length of the memory block REXX is requesting.
The storage-subpool is always zero. All storage allocations for REXX are in subpool zero.