*copyc OSC$BASE_EXCEPTION
?? NEWTITLE := '  OSDFERR : Heap Full Exceptions : ''OS'' 0 - 9', EJECT ??
  CONST
    ose$mainframe_wired_full = osc$base_exception + 0,
    {F +I +P - NOS/VE mainframe wired heap full.}

    ose$mainframe_pageable_full = osc$base_exception + 1,
    {F +I +P - NOS/VE mainframe pageable heap full.}

    ose$job_fixed_full = osc$base_exception + 2,
    {F +I +P - NOS/VE job fixed heap full.}

    ose$job_pageable_full = osc$base_exception + 3,
    {F +I +P - NOS/VE job pageable heap full.}

    ose$task_shared_full = osc$base_exception + 4,
    {F +I +P - NOS/VE task shared heap full.}

    ose$task_private_full = osc$base_exception + 5;
    {F +I +P - NOS/VE task private heap full.}
?? OLDTITLE ??

