{    The purpose of this request is to establish a condition handler for all
{ types of NOS/VE conditions except the process interval timer condition and
{ optionally the block exit condition.
{
{    Only one condition handler may be established in a procedure block with
{ this request.  This request is not compatible with the
{ pmp$establish_condition_handler request.  If this request is made multiple
{ times, the last request holds.
{
{    Each time this request is called the stack grows by several bytes so do
{ not use this request in a loop.
{
{       OSP$ESTABLISH_CONDITION_HANDLER (CONDITION_HANDLER, BLOCK_EXIT);
{
{ CONDITION_HANDLER: (input)  This is the condition handling procedure that is
{       to be given control in the current block.
{
{ BLOCK_EXIT: (input)  Indicates if the condition handler should be given
{       control for block exit processing.
