base variable not set up yet Facility: DEBUG, VMS Debugger Explanation: The pointer to the based variable has not been set up by an ALLOCATE statement. Without a valid pointer, the reference cannot be made. User Action: Execute the ALLOCATE statement that defines the pointer for this based variable and then use the pointer to dereference the desired variable.