
?? FMT (FORMAT := OFF) ??

?? NEWTITLE := '  PMDAPER : Analyze Program Dynamics : ''PM'' 5300 .. 5349' ??
?? OLDTITLE ??

*copyc PMC$PC_BASE_EXCEPTION

  CONST
    pmc$apd_external_base_exception = pmc$pc_base_exception + 300,

    pme$e_internal_mpe_seg_overflow = pmc$apd_external_base_exception + 0,
    {E Internal MPE segment overflow.}

    pme$e_premature_eof_on_file     = pmc$apd_external_base_exception + 1,
    {E Premature end of file encountered on file: +F.}

    pme$e_internal_apd_read_error   = pmc$apd_external_base_exception + 2,
    {E Error encountered while reading APD_SEQ file: +F.}

    pme$e_fatal_intercept_error     = pmc$apd_external_base_exception + 3,
    {E Error encountered while intercepting calls - MPE unable to continue.}

    pme$e_target_text_not_file      = pmc$apd_external_base_exception + 4,
    {E Target text file name must be included in object file list.}

    pme$e_file_not_created_by_mpe   = pmc$apd_external_base_exception + 5,
    {E File being read was not created by APD: +F.}

    pme$e_no_program_description    = pmc$apd_external_base_exception + 6,
    {E A program description has not yet been defined.}

    pme$path_name_too_long_for_mpe  = pmc$apd_external_base_exception + 7,
    {E Path name of local files too long for restructure procedure.}

    pme$e_mpe_loader_abort          = pmc$apd_external_base_exception + 8,
    {E Unable to complete Measure Program Execution.}

    pme$w_mpe_environment_restored  = pmc$apd_external_base_exception + 9,
    {W Measure Program Execution environment has been reinitialized.}

    pme$e_missing_or_empty_file     = pmc$apd_external_base_exception + 10,
    {E Missing or empty file on file: +F.}

    pme$e_no_connectivity_matrix    = pmc$apd_external_base_exception + 11,
    {E A connectivity matrix does not exist.}

    pme$e_no_execution_time_totals  = pmc$apd_external_base_exception + 12,
    {E Execution time totals do not exist.}

    pme$e_no_block_name_map         = pmc$apd_external_base_exception + 13,
    {E The block name map has not yet been defined.}

    pme$e_no_local_program_units    = pmc$apd_external_base_exception + 14,
    {E There are no local program units to print.}

    pme$e_no_remote_program_units   = pmc$apd_external_base_exception + 15,
    {E There are no remote program units to print.}

    pmc$max_apd_ext_base_exception  = pmc$apd_external_base_exception + 49;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
