{ If attempting to use these constants for a served file the command
{ set_job_recovery_test must be sent to the server via the
{ file server driver_test_utility test command send_remote_command_line

  CONST
    {File system range 200 .. 255
    { Permanent files 200 .. 229,  File Manager 230 .. 255

   { Do bacpf of file
    pfc$tjr_utility_attach = 200,

    { Will cause file known to device manager but not pf.
    pfc$tjr_define = 201,

    { Will cause file known to pf but not device manager.
    pfc$tjr_purge = 202,

    { In pfp$internal_return_file after dmp$detach_file but before closing
    { catalog and releasing attached pf table entry.
    pfc$tjr_return = 203,

    { If this is set the return file is allowed in the awaiting recovery state.
    { This will allow a file known on the server but not the client.
    pfc$tjr_allow_return_await_rec = 204,

    {This is a restartable request.
    pfc$tjr_permit = 205,

    { This is a non-restartable request but does not make the job unrecoverable.
    pfc$tjr_delete_permit = 206,

    { After dm_attach and before catalog flushed
    pfc$tjr_reattach_permanent_file  = 207,

    pfc$tjr_last = 229;
