?? RIGHT := 110 ??
?? PUSH (LISTEXT := ON) ??
*copyc osc$base_exception
?? POP ??

?? NEWTITLE := 'ose$keypoint_conditions: Operating System: ''OS'' + 700..729' ??
  CONST
    osc$keypoint_base = osc$base_exception + 700,

    ose$kpt_not_enough_files_for_mp = osc$keypoint_base + 0,
    {E Not enough files were specified for the number of processors on this
    { mainframe.

    ose$kpt_kbs_too_large = osc$keypoint_base + 1,
    {E The value +P specified for keypoint_buffer_size exceeds the system
    { maximum of +P.

    ose$kpt_invalid_collection_file = osc$keypoint_base + 2,
    {E A collection file either was not a permanent file or was not writeable.

    ose$kpt_coll_term_io_error = osc$keypoint_base + 3,
    {E Keypoint collection was terminated due to an i/o error on a collection
    { file.

    ose$kpt_coll_term_mbs_error = osc$keypoint_base + 4,
    {E Keypoint collection was terminated because the maximum buffer size was
    { exceeded.

    ose$kpt_coll_term_max_kpts = osc$keypoint_base + 5,
    {W Keypoint collection was terminated because the maximum number of
    { keypoints had been reached.

    ose$kpt_environment_not_avail = osc$keypoint_base + 6,
    {E Another job is currently using the keypoint collection environment.

    ose$kpt_collect_already_started = osc$keypoint_base + 7,
    {W A start_keypoint_collection request was issued but collection has
    { already been started.

    ose$kpt_collect_already_stopped = osc$keypoint_base + 8,
    {W A stop_keypoint_collection request was issued but collection has already
    { been stopped.

    ose$kpt_illegal_request = osc$keypoint_base + 9,
    {E A keypoint environment request was issued, but the keypoint environment
    { has not been enabled.

    ose$kpt_wrong_hardware = osc$keypoint_base + 10,
    {E This mainframe does not support the requested type of keypoint
    { collection.

    ose$kpt_mp_required = osc$keypoint_base + 11,
    {E This collection request requires multiprocessor collection.

    ose$kpt_task_environ_incorrect = osc$keypoint_base + 12,
    {E The current job task environment will not allow keypoint collection.

    ose$kpt_not_all_proc_avail = osc$keypoint_base + 13,
    {E Keypoint collection cannot be started because not all processors are
    { available for use.

    ose$task_in_job_owns_env = osc$keypoint_base + 14,
    {E A task in this job already owns the keypoint environment.

    ose$job_kpt_invalid_mp_job = osc$keypoint_base + 15,
    {E Collecting single cpu keypoints in multiprocessing job is prohibited.


    ose$kpt_not_valid_in_task = osc$keypoint_base + 16,
    {E Keypoint activities in this task are invalid.

    ose$not_enough_procs_for_kpt = osc$keypoint_base + 17,
    {E The task's current processor selections are not such that
    {  multiprocessor keypoint collection is available.


    ose$fail_to_update_keyp_flags = osc$keypoint_base + 18;
    {E The keypoint flags were not successfully cleared in
    { all of the tasks in the system or job.

?? OLDTITLE ??

