Contains the value returned by a stored procedure.
The STP_RETURN system variable will contain the value returned by a stored procedure. This return value is set by using the RETURN command. The STP_RETURN variable will be whatever type is needed by the RETURN statement within the stored procedure.