
{
{    The purpose of this request is to allow a user condition handler
{  to continue to cause the condition being processed (i.e., pass the
{  condition to the next most recently established handler in effect for
{  the condition.  Attempts to use this request from other than a condition
{  handler are in error.
{    Selection of pmc$execute_standard_procedure will cause execution of
{  the respective standard operating system procedure if there is no other
{  condition handler in effect for the condition.
{    Selection of pmc$inhibit_standard_procedure will inhibit the execution
{  of standard operating system procedures if no other handler is in effect.
{  Attempts to continue a condition with the inhibit selection for which there
{  is no other condition handler in effect will result in abnormal status.
{
{        PMP$CONTINUE_TO_CAUSE ( STANDARD, STATUS )
{
{ STANDARD: (input) This parameter specifies whether the standard operating
{       system procedure should execute in absence of another condition
{       handler.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$no_condition_to_continue, pme$no_established_handler,
{                  pme$handler_stack_error, pme$inconsistent_stack,
{                  pme$invalid_condition_handler, pme$recursive_continue,
{                  pme$invalid_standard_selection, pme$stack_overwritten.
{       IDENTIFIER: pmc$program_management_id.
{
