*copyc fme$ecc_validation_errors
?? NEWTITLE := 'file management errors:  ''AM'' 7000 .. 7999', EJECT ??

?? FMT (FORMAT := OFF) ??


  CONST
    fmc$min_ecc_fil_mgmt_validation = fmc$min_ecc_program_action,

    fme$not_all_pfs_recovered = fmc$min_ecc_fil_mgmt_validation + 4,
    {F +P1 permanent file(s) not recovered in job.}

    fme$not_all_files_recovered = fmc$min_ecc_fil_mgmt_validation + 5,
    {F +P1 local file(s) not recovered in job.}

    fme$tape_files_not_recovered = fmc$min_ecc_fil_mgmt_validation + 6,
    {W +P1 tape file(s) not recovered in job.}

    fme$tape_resource_not_recovered = fmc$min_ecc_fil_mgmt_validation + 7,
    {W +P1 tape resource(s) not recovered in job.}

    fme$multiple_job_recoveries = fmc$min_ecc_fil_mgmt_validation + 8,
    {E Job recovery condition arose in the middle of job recovery.}

    fme$no_preserved_attributes = fmc$min_ecc_fil_mgmt_validation + 9,
    {E No preserved attributes were found for the file: +P1.}

    fme$no_cycle_description = fmc$min_ecc_fil_mgmt_validation + 12,
    {E There is no cycle description for the requested file.}

    fme$invalid_path_handle = fmc$min_ecc_fil_mgmt_validation + 13,
    {E An invalid path_handle was passed to file_management.}

    fme$obsolete_path_handle = fmc$min_ecc_fil_mgmt_validation + 14,
    {E An obsolete path_handle was passed to file_management.}

    fme$reattach_detached_file = fmc$min_ecc_fil_mgmt_validation + 15,
    {E A file was detached by an asynchronous task in the middle of this..
    { request.}

    fme$path_handle_not_resolved = fmc$min_ecc_fil_mgmt_validation + 16,
    {E System Error - resolved path_handle expected in +P1.}

    fme$wait_for_open_lock = fmc$min_ecc_fil_mgmt_validation + 17,
    {E An asynchronous task is in the process of opening this file.}

    fme$pt_locked_by_current_task = fmc$min_ecc_fil_mgmt_validation + 18,
    {E The path table is already locked by the current task.}

    fme$system_error = fmc$min_ecc_fil_mgmt_validation + 900,
    {F An error internal to the file system has occurred +P1 +P2 +P3 +P4 +P5}

    fmc$max_ecc_fil_mgmt_validation = fmc$min_ecc_fil_mgmt_validation + 999;

*copyc amc$condition_code_limits
?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
