
{
{    The purpose of this request is to terminate execution of the requesting
{  task either normally or abnormally.  Abnormal termination in this
{  context implies that the requesting task was unable to perform its
{  requested function due to some flaw in the job environment or in the
{  task's input.  This is contrasted with abnormal termination due to an
{  abort, which is attributable to an internal failure of the task.
{    Returning from the starting procedure of the task is equivalent
{  to issuing a PMP$EXIT request passing the status parameter that was
{  provided to the starting procedure.
{
{        PMP$EXIT (STATUS)
{
{  STATUS: (input) This parameter specifies the status to be returned to the
{        caller of the requesting task.
{
