bound_dm_.bind 10/02/86 1219.5rew 10/02/86 1056.7 225126 /* HISTORY COMMENTS: 1) change(86-07-31,Ex), approve(86-07-31,MCR7468), audit(86-07-31,Wong), install(86-08-19,MR12.0-1133): Modified by Rick Kissel to retain the print_data_ subroutine for external use. 2) change(86-09-19,Dupuis), approve(86-09-19,MCR7401), audit(86-09-26,Blair), install(86-10-02,MR12.0-1173): Added the rlm_get_count and rlm_get_tuple_id entrypoints. END HISTORY COMMENTS */ /* DESCRIPTION: All of the modules of Data Management which can be bound are placed in this bound segment unless they must be placed in bound_dm_firstref_. Programs are placed in bound_dm_firstref_ if they reference data which is initialized by a first reference trap. Also, a program is placed in bound_dm_firstref_ if it is only called by programs which are in bound_dm_firstref_. */ /* HISTORY: Written by Lindsey Spratt, 07/29/83. Modified: 08/02/83 by Lindsey Spratt: Added the file_manager_. 08/04/83 by Lindsey Spratt: Converted from bound_dm_is_outer_ to bound_dm_outer_. Added all of the components for relation_manager_, index_manager_, record_manager_, collection_manager_, opening_manager_, data_mgmt_util_. 08/05/83 by Lindsey Spratt: Added many miscellaneous programs, many of which are concerned with DM system initialization. 08/18/83 by Lindsey Spratt: Added the dm_send_request_ module, and made its entries externally available. Removed some names to stay under the 30 name limit which update_seg -name imposes. The removed names are: txabn (short name for txn_abandon) and cmds (short name for collmgr_display) 08/26/83 by Lindsey Spratt: Added the dm_request_action_ module. 08/28/83 by Lindsey Spratt: Removed the dm_request_action_ module. It appears that CDS segments cannot be bound. 09/14/83 by Lee A. Newcomb: removed retention of per-system init modules, added some misc. things missed first time, some new rlm procs., added tm_handle_conditions (moved from bound_dm_is_inner_ as it is supposed to run in the user's ring). Also added back some removed names, we have to go over the thirty name limit of of update_seg. 11/14/83 by Lindsey Spratt: Added the cm_simple_get_buf_element module. 11/16/83 by Lindsey Spratt: Removed references to cm_find_first. It's obsolete. 11/22/83 by Lindsey Spratt: Added suffix_bj_. Also, bj_suffix_info_. 12/02/83 by Lee A. Newcomb: Added Order statement to cause an error if an object exists in the archive without an objectname statement. 12/21/83 by Matthew Pierret: Added fm_validate_, globally retained. This module is referenced by fm_gate_, but is bound here instead of in bound_dm_is_inner_ so as to avoid the first reference trap. 01/05/84 by Matthew Pierret: Temporarily added msf_manager_. 02/15/84 by Matthew Pierret: Added bj_mgr_call and before_journal_meters. 02/16/84 by Lee A. Newcomb: Added several dfu_cv_* programs. 02/23/84 by Lee A. Newcomb: Replaced data_mgmt_util_ with data_format_util_, currently adding the old name to the new one. 02/24/84 by Lee A. Newcomb: Re-added the name data_mgmt_util_ to the bound object until data_mgmt_util_ is totally replaced. 03/01/84 by Lee A. Newcomb: Added the transaction cmd to replace txb, etc. The old tx* cmds will be left in for one week. 03/21/84 by Matthew Pierret: Added im_basic_search_insert, cm_get_ci_ptr. 03/28/84 by L. A. Newcomb: Deleted the obsolete modules dm_who and txn_begin; added tm_user_shutdown, tm_get_state_description, tm_get_state_info, and dm_get_daemon_info_; retained dm_util_ since it is referenced via gates. 04/04/84 by Matthew Pierret: Added cm_compact_ci. 05/09/84 by Matthew Pierret: Removed im_basic_search_insert 05/14/84 by Lee A. Newcomb: added dm_shutdown_, dm_shut_warn_handler_, dm_user_shut_handler_; removed the obsolete command before_journal_call (bjc), in favor of bj_mgr_call. 05/23/84 by Lee A. Newcomb: temporarily removed cm_put_element_portion by commenting it out until it is upgraded. 05/30/84 by Matthew Pierret: Added rlm_get_cursor_info, rlm_get_info. 06/13/84 by Matthew Pierret: Deleted cm_allocate_element and cm_put_element, adding cm_put and cm_modify in their stead. 06/14/84 by Lindsey Spratt: Changed tm_user_shutdown to tm_user_shutdown_real. 06/25/84 by Lee A. Newcomb: changed one usage of tm_user_shutdown to =_real. 08/14/84 by Lee A. Newcomb: Added dm_daemon_util_, dm_system_shutdown, and dm_misc_util_. Replaced dm_shutdown_ with dm_dmn_system_shutdown_. 08/16/84 by Lee A. Newcomb: Retained dm_per_system_$(set_system_state start_shutdown) so dm_daemon_util_ won't walk off the stack. 10/05/84 by Lindsey Spratt: Removed msf_manager_, added print_dm_log and dm_copy_log. 10/11/84 by Lindsey Spratt: Added dm_admin_util_ and dm_no_fref_inner_ring_tv_. 10/19/84 by Matthew Pierret: Re-named the collection_manager_ modules as follows: cm_allocate_basic_element->cm_put_basic_element, cm_allocate_cn_datum -> cm_put_cn_datum, cm_allocate_ordered_element -> cm_put_ordered_element, cm_allocate_overlength_tail -> cm_put_overlength_tail, cm_free_element -> cm_delete, cm_free_element_buffered -> cm_delete_buffered, cm_recursive_put -> cm_recursive_modify, cm_simple_get_buf_element -> cm_simple_get_element. 10/30/84 by Lee A. Newcomb: added dm_shutdown_handler and changed dm_(shut_warn user_shut)_handler_ to dm_signal_(shutdown_warning user_shutdown). 11/01/84 by Lindsey Spratt: Removed retain of start_shutdown in dm_per_system_. Entry doesn't exist. 11/04/84 by Lindsey Spratt: Added dm_hphcs_fake_. Added synonyms dm_hphcs_ to dm_hphcs_fake_ and dm_hcs_ to dm_hcs_fake_. 11/12/84 by Lindsey Spratt: Renamed set_journal_stamps to dm_set_journal_stamps. 11/26/84 by Lindsey Spratt: Changed name of bound segment to bound_dm_ from bound_dm_outer_. 11/28/84 by Matthew Pierret: Added fm_attribute_, fm_no_firstref_tv_. 12/05/84 by Lindsey Spratt: Removed the cmds, data_format_util_, data_mgmt_util_, crf, and set_dm_aim_dir addnames. Removed boot_dms, dm_aim_dir_util_, and print_dm_log entirely. Renamed create_file to create_dm_file, dm_no_fref_inner_ring_tv_ to dm_no_firstref_tv_, set_dm_system_dir to dm_set_system_dir. Added dm_lock_meters, dm_lock_status, dm_vector_util_ (and its associated dm_vu_* modules). Replaced several "global: retain;" statements with specific "retain: " statements. 12/06/84 by Lindsey Spratt: Moved dm_get_daemon_info_ to bound_dm_firstref_. Added rcm_(update get)_by_spec. 12/07/84 by Lindsey Spratt: Removed dmsd_util_. Added print_data_. 12/09/84 by Lindsey Spratt: Moved dm_log_ into bound_dm_firstref_ because it references dm_system_data_$log_lock, a firstref item. 12/11/84 by Lindsey Spratt: Moved dm_request_action_ back from bound_dm_firstref_. It is referenced from the outer ring, and doesn't need the firstref trap. 12/12/84 by Lindsey Spratt: removed rcm_process_records. 01/15/85 by Lindsey Spratt: Really removed dm_copy_log. Added bjm_attribute_ and bjm_no_firstref_tv_. 01/22/85 by Matthew Pierret: Added global retain for bjm_no_firstref_tv_. 02/13/85 by Lindsey Spratt: Renamed send_dm_request to dm_send_request. Added dm_display_version and dm_set_free_area. 02/21/85 by Lee A. Newcomb: Added global retain for dm_log_read_("" inner_). 03/01/85 by Lee A. Newcomb: To not retain dm_log_read_inner_ so links from dm_no_firstref_tv_ to it get snapped by the binder. 03/11/85 by Lindsey Spratt: Fixed to use no_link for the dm_hcs_fake_ and dm_hphcs_fake_ objects. This corrects a bug where other objects in bound_dm_ would always use *fake_ even when running in ring 2. 03/19/85 by Lindsey Spratt: Moved dm_log_ back into bound_dm_. 03/25/85 by Lindsey Spratt: Added cm_postcommit_increment. 04/04/85 by R. Michael Tague: Deleted dm_log_util_. 04/12/85 by Lindsey Spratt: Added dm_fast_lock_(meters status). 04/17/85 by Lee A. Newcomb: Added tm_no_firstref_tv_ (w/ global retain) and tm_user_shutdown. 05/03/85 by Lindsey Spratt: Retained dm_vector_util_ and added its name to the bound seg. 01/16/86 by R.J.C. Kissel: Addnamed and retained print_data_ and its entrypoints. */ Objectname: bound_dm_; Global: delete; Addname: before_journal_manager_, before_journal_meters, bjmt, before_journal_status, bjst, bj_mgr_call, bjmc, bjm_no_firstref_tv_, collection_manager_, collmgr_display, index_manager_, file_manager_, fm_no_firstref_tv_, fm_validate_, lock_manager_, lm_data_, lm_fast_lock_list_, opening_manager_, record_manager_, relation_manager_, tm_no_firstref_tv_, transaction, txn, transaction_manager_, create_dm_file, cv_dmcf, dm_admin_util_, dm_daemon_util_, dm_display_version, dm_error_, dm_fast_lock_meters, dm_fast_lock_status, dm_hcs_fake_, dm_hphcs_fake_, dm_lock_meters, dm_lock_status, dm_log_read_, dm_misc_util_, dm_no_firstref_tv_, dm_per_system_, dm_request_action_, dm_send_request, dm_set_free_area, dm_set_journal_stamps, dm_set_system_dir, dm_system_shutdown, dm_user_shutdown, dm_vector_util_, dmsd_overseer_, print_data_, suffix_bj_; Order: before_journal_manager_, before_journal_meters, before_journal_status, bj_mgr_call, bj_suffix_info_, bjm_attribute_, bjm_no_firstref_tv_, bjm_per_system_init_1_, cm_allocate_ci, cm_compact, cm_compact_ci, cm_create_collection, cm_create_file, cm_delete, cm_delete_buffered, cm_delete_cn_datum, cm_destroy_collection, cm_determine_free_space, cm_find_ci_to_alloc_datum, cm_find_free_slot, cm_free_ci, cm_free_opening_info, cm_get_bci_header, cm_get_ci_ptr, cm_get_element, cm_get_element_buffered, cm_get_element_portion, cm_get_header, cm_get_id, cm_modify, cm_opening_info, cm_postcommit_increment, cm_put, cm_put_basic_element, cm_put_cn_datum, cm_put_datum_in_place, cm_put_datum_in_pool, cm_put_header, cm_put_ordered_element, cm_put_overlength_tail, cm_recursive_modify, cm_replace_buffered_ci, cm_setup_buffered_ci, cm_simple_get_element, collection_manager_, collmgr_display, dm_vector_util_, dm_vu_append_simple_typed, dm_vu_copy_typed_vector, dm_vu_free_typed_vector, dm_vu_err_no_operation, dm_vu_free_tva, dm_vu_init_tva, dm_vu_merge_tva, data_format_util_, dfu_cv_attr_to_dim_table, dfu_cv_dim_to_dim_table, dfu_cv_dim_to_field_table, dfu_cv_field_to_dim_table, dfu_cv_tva_to_dim_table, dmu_compare_decimal_values, dmu_compare_sequential, dmu_compare_strings, dmu_compare_values, dmu_compare_vector_to_str, dmu_cv_string_to_vector, dmu_cv_table_to_typed_array, dmu_cv_typed_array_to_table, dmu_cv_vector_to_string, dmu_display_string, dmu_general_modify_string, dmu_get_data_bit_length, file_manager_, fm_attribute_, fm_no_firstref_tv_, fm_per_system_init_, fm_validate_, copy_dm_file_, delete_dm_file_, im_basic_search, im_build_interval_spec, im_compare_subset, im_create_cursor, im_create_index, im_create_subset_index, im_delete_node, im_destroy_index, im_general_delete, im_general_insert, im_general_search, im_get_key_count_array, im_get_opening_info, im_init_branch_ci_header, im_init_leaf_ci_header, im_initial_insert, im_make_parent_key, im_process_keys, im_put_key, im_rotate_insert, im_set_cursor, im_simple_delete, im_simple_insert, im_split, im_structural_search, im_update_branches, im_update_key_counts, im_update_opening_info, im_validate_cursor, index_manager_, lock_manager_, lm_data_, lm_fast_lock_list_, lm_init_fast_lock_data_, lm_per_system_init_, om_free_opening, om_get_opening, om_init, om_put_opening, opening_manager_, rcm_create_collection, rcm_create_cursor, rcm_delete_record_by_id, rcm_destroy_collection, rcm_destroy_cursor, rcm_free_opening_info, rcm_general_search, rcm_get_by_spec, rcm_get_field_info, rcm_get_opening_info, rcm_get_record_by_id, rcm_modify_record_by_id, rcm_process_intervals, rcm_put_record_by_id, rcm_update_by_spec, record_manager_, relation_manager_, rlm_create_cursor, rlm_create_index, rlm_create_relation, rlm_destroy_cursor, rlm_destroy_index, rlm_destroy_relation, rlm_general_search, rlm_get_approximate_count, rlm_get_count, rlm_get_cursor_info, rlm_get_description, rlm_get_info, rlm_get_tuple_by_id, rlm_get_tuple_id, rlm_open, rlm_opening_info, rlm_process_tuples_by_id, rlm_put_tuple, rlm_set_scope, rlm_unimplemented_entries, rlm_update_opening_info, transaction, transaction_manager_, tm_get_state_description, tm_get_state_info, tm_handle_conditions, tm_no_firstref_tv_, tm_per_system_init, tm_user_shutdown, tm_user_shutdown_real, create_dm_file, cv_dmcf, dm_admin_util_, dm_check_configuration_, dm_daemon_util_, dm_display_version, dm_dmn_requests_, dm_dmn_system_shutdown_, dm_error_, dm_fast_lock_meters, dm_fast_lock_status, dm_find_configuration_, dm_gen_checksum_, dm_hcs_fake_, dm_hphcs_fake_, dm_init_from_hardcore_, dm_initializer_, dm_load_configuration_, dm_lock_configuration_, dm_lock_meters, dm_lock_status, dm_log_, dm_log_read_, dm_log_read_inner_, dm_misc_util_, dm_no_firstref_tv_, dm_no_firstref_util_, dm_per_system_, dm_recovery_, dm_request_action_, dm_send_request, dm_set_free_area, dm_set_journal_stamps, dm_set_system_dir, dm_shutdown_handler, dm_signal_shutdown_warning, dm_signal_user_shutdown, dm_system_shutdown, dm_translate_system_config_, dm_user_shutdown, dmsd_overseer_, dmsd_ssu_request_tables_, get_dm_free_area_, hc_dm_util_, print_data_, suffix_bj_; objectname: before_journal_manager_; global: retain; objectname: before_journal_meters; global: retain; synonym: bjmt; objectname: before_journal_status; global: retain; synonym: bjst; objectname: bj_mgr_call; global: retain; synonym: bjmc; objectname: bj_suffix_info_; objectname: bjm_attribute_; objectname: bjm_no_firstref_tv_; global: retain; objectname: bjm_per_system_init_1_; objectname: cm_allocate_ci; objectname: cm_compact; objectname: cm_compact_ci; objectname: cm_create_collection; objectname: cm_create_file; objectname: cm_delete; objectname: cm_delete_buffered; objectname: cm_delete_cn_datum; objectname: cm_destroy_collection; objectname: cm_determine_free_space; objectname: cm_find_ci_to_alloc_datum; objectname: cm_find_free_slot; objectname: cm_free_ci; objectname: cm_free_opening_info; objectname: cm_get_bci_header; objectname: cm_get_ci_ptr; objectname: cm_get_element; objectname: cm_get_element_buffered; objectname: cm_get_element_portion; objectname: cm_get_header; objectname: cm_get_id; objectname: cm_modify; objectname: cm_opening_info; objectname: cm_postcommit_increment; objectname: cm_put; objectname: cm_put_basic_element; objectname: cm_put_cn_datum; objectname: cm_put_datum_in_place; objectname: cm_put_datum_in_pool; objectname: cm_put_header; objectname: cm_put_ordered_element; objectname: cm_put_overlength_tail; objectname: cm_recursive_modify; objectname: cm_replace_buffered_ci; objectname: cm_setup_buffered_ci; objectname: cm_simple_get_element; objectname: collection_manager_; global: retain; objectname: collmgr_display; retain: collmgr_display; objectname: data_format_util_; objectname: dfu_cv_attr_to_dim_table; objectname: dfu_cv_dim_to_dim_table; objectname: dfu_cv_dim_to_field_table; objectname: dfu_cv_field_to_dim_table; objectname: dfu_cv_tva_to_dim_table; objectname: dm_vector_util_; global: retain; objectname: dm_vu_append_simple_typed; objectname: dm_vu_copy_typed_vector; objectname: dm_vu_err_no_operation; objectname: dm_vu_free_tva; objectname: dm_vu_free_typed_vector; objectname: dm_vu_init_tva; objectname: dm_vu_merge_tva; objectname: dmu_compare_decimal_values; objectname: dmu_compare_sequential; objectname: dmu_compare_strings; objectname: dmu_compare_values; objectname: dmu_compare_vector_to_str; objectname: dmu_cv_string_to_vector; objectname: dmu_cv_table_to_typed_array; objectname: dmu_cv_typed_array_to_table; objectname: dmu_cv_vector_to_string; objectname: dmu_display_string; objectname: dmu_general_modify_string; objectname: dmu_get_data_bit_length; objectname: file_manager_; global: retain; objectname: fm_attribute_; objectname: fm_no_firstref_tv_; global: retain; objectname: fm_per_system_init_; objectname: fm_validate_; retain: check_read_ring_bracket, check_write_ring_bracket, get_ring_brackets, fm_validate_; objectname: copy_dm_file_; objectname: delete_dm_file_; objectname: im_basic_search; objectname: im_build_interval_spec; objectname: im_compare_subset; objectname: im_create_cursor; objectname: im_create_index; objectname: im_create_subset_index; objectname: im_delete_node; objectname: im_destroy_index; objectname: im_general_delete; objectname: im_general_insert; objectname: im_general_search; objectname: im_get_key_count_array; objectname: im_get_opening_info; objectname: im_init_branch_ci_header; objectname: im_init_leaf_ci_header; objectname: im_initial_insert; objectname: im_make_parent_key; objectname: im_process_keys; objectname: im_put_key; objectname: im_rotate_insert; objectname: im_set_cursor; objectname: im_simple_delete; objectname: im_simple_insert; objectname: im_split; objectname: im_structural_search; objectname: im_update_branches; objectname: im_update_key_counts; objectname: im_update_opening_info; objectname: im_validate_cursor; objectname: index_manager_; global: retain; objectname: lock_manager_; global: retain; objectname: lm_data_; global: retain; objectname: lm_fast_lock_list_; retain: thread_in, thread_out_first; objectname: lm_init_fast_lock_data_; objectname: lm_per_system_init_; objectname: om_free_opening; objectname: om_get_opening; objectname: om_init; objectname: om_put_opening; objectname: opening_manager_; global: retain; objectname: rcm_create_collection; objectname: rcm_create_cursor; objectname: rcm_delete_record_by_id; objectname: rcm_destroy_collection; objectname: rcm_destroy_cursor; objectname: rcm_free_opening_info; objectname: rcm_general_search; objectname: rcm_get_by_spec; objectname: rcm_get_field_info; objectname: rcm_get_opening_info; objectname: rcm_get_record_by_id; objectname: rcm_modify_record_by_id; objectname: rcm_process_intervals; objectname: rcm_put_record_by_id; objectname: rcm_update_by_spec; objectname: record_manager_; global: retain; objectname: relation_manager_; global: retain; objectname: rlm_create_cursor; objectname: rlm_create_index; objectname: rlm_create_relation; objectname: rlm_destroy_cursor; objectname: rlm_destroy_index; objectname: rlm_destroy_relation; objectname: rlm_general_search; objectname: rlm_get_approximate_count; objectname: rlm_get_count; objectname: rlm_get_cursor_info; objectname: rlm_get_description; objectname: rlm_get_info; objectname: rlm_get_tuple_by_id; objectname: rlm_get_tuple_id; objectname: rlm_open; objectname: rlm_opening_info; objectname: rlm_process_tuples_by_id; objectname: rlm_put_tuple; objectname: rlm_set_scope; objectname: rlm_unimplemented_entries; objectname: rlm_update_opening_info; objectname: transaction; global: retain; synonym: txn; objectname: transaction_manager_; global: retain; objectname: tm_get_state_description; objectname: tm_get_state_info; objectname: tm_handle_conditions; objectname: tm_no_firstref_tv_; global: retain; objectname: tm_per_system_init; objectname: tm_user_shutdown; objectname: tm_user_shutdown_real; /* The following objects are miscellaneous DM system programs. Many are concerned with system initialization and administration. */ objectname: create_dm_file; retain: create_dm_file; objectname: cv_dmcf; global: retain; objectname: dm_admin_util_; global: retain; objectname: dm_check_configuration_; objectname: dm_daemon_util_; global: retain; objectname: dm_display_version; retain: dm_display_version; objectname: dm_dmn_requests_; objectname: dm_dmn_system_shutdown_; objectname: dm_error_; global: retain; objectname: dm_fast_lock_meters; global: retain; objectname: dm_fast_lock_status; global: retain; objectname: dm_find_configuration_; objectname: dm_gen_checksum_; objectname: dm_hcs_fake_; synonym: dm_hcs_; global: no_link; objectname: dm_hphcs_fake_; synonym: dm_hphcs_; global: no_link; objectname: dm_init_from_hardcore_; objectname: dm_initializer_; objectname: dm_load_configuration_; objectname: dm_lock_configuration_; objectname: dm_lock_meters; retain: dm_lock_meters; objectname: dm_lock_status; retain: dm_lock_status; objectname: dm_log_; objectname: dm_log_read_; global: retain; objectname: dm_log_read_inner_; objectname: dm_misc_util_; global: retain; objectname: dm_no_firstref_tv_; global: retain; objectname: dm_no_firstref_util_; objectname: dm_per_system_; retain: alloc, create, initiate; objectname: dm_recovery_; objectname: dm_request_action_; global: retain; objectname: dm_send_request; retain: dm_send_request; objectname: dm_set_free_area; retain: dm_set_free_area; objectname: dm_set_journal_stamps; retain: dm_set_journal_stamps; objectname: dm_set_system_dir; retain: dm_set_system_dir; objectname: dm_shutdown_handler; objectname: dm_signal_shutdown_warning; objectname: dm_signal_user_shutdown; objectname: dm_system_shutdown; retain: dm_system_shutdown; objectname: dm_translate_system_config_; objectname: dm_user_shutdown; retain: dm_user_shutdown; objectname: dmsd_overseer_; global: retain; objectname: dmsd_ssu_request_tables_; objectname: get_dm_free_area_; objectname: hc_dm_util_; objectname: print_data_; global: retain; objectname: suffix_bj_; global: retain; /* END */  im_basic_search 10/24/88 1644.5re 10/24/88 1537.5 197424 cSC q_^]\[Z#,UTSRQPONML>sIHGFEDCB$H$HHHHH$$$$$H$$$$ ,dmu_compare_values FldTbl 3FldTbl 3IdxHdr 4IdxOpn 3im_basic_search ThTiT[X TQTITKT TTpTVT.V?T TjTTGV#L$L4?#index_headerindex_opening_infoThe vector and the key should have been equal.^/Expected version ^a of the ^a structure. Received version ^a instead.^/Expected a simple_typed_vector, type ^d, structure. Received type ^d.^/Expected version ^a of the field_table structure;^/Received ^a instead.^/Expected version ^a of the field_table structure. Received version ^a.^/Expected version ^d of the index_cursor structure. Received version ^d.^/Expected an index type cursor, cursor type ^d. Received type ^d instead.^/Expected the simple_typed_vector structure, type ^d;^/Received type ^d instead.^/Expected an index control interval header at the first slot of^/control interval ^d.^/The caller-provided descriptor has an invalid type, ^d. Valid types are between 1 and ^d.^/The field_value pointer (^p) has an invalid alignment.^/It's address should have been divisible by ^d.^/The vector_value pointer (^p) has an invalid alignment.^/It's address should have been divisible by ^d.^/The child node's recorded parent is node ^d, slot index ^d. The actual parent is node ^d, slot index ^d.^/An index control interval header should be no longer than ^d bits;^/the one in control interval ^d is ^d bits.s @L(@M(@N(@O(@P(@Q(@R(@S(@T(@ŸV@X(@Y(@[(@](@a@b(@c(@d(@N؞@#>$F@@@6@@@@l(@m(@|@s@ 0P%@PP@P@P@P@P P@L@P@N@ P@M@P@Q@P@PV@PPB@@0@.$.@6N,ot@v(@@@HxH$PP@>@U@t@@v@@x@@W@@@O@L@N@P@D@A@E@<@@ P@Ph@zW0P%@PP@P@ P@P@aS@L@N(@M(@Q(@&V@PPB@@0@.$.@6N.sv@t@w(@@@=HxH$PP@@v@@t@@w@@x@@@@@@@@@@@@@@ P@Ph@#0P%@ P P@PP@P|@l@h@P@P@@l@R@L@N(@M(@Q(@̟V@B@pP*R@, P0@PPrP@@@@T@hP@0@0 .$.@< $PPz@x@@@@(P@@PP@*@ hP@0@z@0@z0 0 O@RM@p@@@P@0NP@@@NP9h@q@(@@@kll$P PҪ@@Ԫ@@֪@@ت@@ڪ@@ܪ@@ު@@CO@PP@P@J@G@?@K@?@7@4@1@2@:@Б@(P@@@@A@P@@PP@@@@PM@N@0(@(@@@;HH$PP@@@@@@@@@P@P @P"@$@&@(@*@,@.@0@4@P@P2@@$P@@@@S@ ~P@6HN@I@L@P@J@M@P@I@~P@6HN@L@P@N@P@@I(@\@~^@rP@@>_@^>@F`@6G@~P@@6H@ ~P@6HN@Y`@^N@V6(@;R@!F@6@G@67ip@@:@PP<@P>@D@@@6@B@7@D@H@F@I@H@J@J@K@L@8@($P P@K@~P@6HN@ʄJ@ H@~X@`@_@^>@F`@H@cN@ ~Y@`@^@_>@F`@P@`@^@_>@F`@`@]@_@^>@F`@`@\N@>]N@ O@]@`@J(@I@zCJ@I(@\@`@zCJ@I@ >]N@ O@]@`@J(@I@zC@@pP]Q@![@VN@@0eN@@@`@ P(@xP@0@.$.@0f@tP@@0f@ tP@@0f@tP@0f@\@~^@tP@@>_@^>@F`@,Q@[@~N[@_d@T@a@V@pP@X@R@ @rBQ@[@V0eN@BpP@6\@pP@6\@@@Z@\@_N@`@^N@Z@Z(@\(@R@'xP@^@v@]@@0@0 .$.@\ip@@b@P@Pd@@Pf@^@h@]@j@\@l@H@n@I@p@J@r@K@t@`@($P P@xP@D@v@F@xP@0@0 .$.@<G@K@J@`@_@^>@F`@H@cN@`@^@xP@0@.$.@0f@_@`>@F`@P@`@^@xP@0@.$.@0f@_@`>@F`@I@L@$c^@\(@@@j0`0$P&Px@2z@I|@^@~@\@@`@@G@D@F@H@<@/@v@P@L@ M@`@_@^>@F`@c`@^@xP@0@.$.@0f@YJ@P@`@a@pP@6aN@a(@e@d@_z@@a@pP@6\@aN@a@e@d@xP@0@@.$.@0\@A@ƨ@Ȫ@PPnP@@@@P@P@@P@@@@$P(P@̞@#Pƈ@Ψ@Ъ@P0 P| P@CP@P@@F֩@@@9)@(@@@pXX$P$P@@@@@@@@ª@PPĪ@ƪ@Ȫ@ʪ@̪@Ϊ@Ъ@Ҫ@@P@N؞@֞P@N@8@(@@@ppN؞@$P"P֪@qت@ڪ@@ܪ@@ު@@@@@P@P@PCO@}@z@|@~@r@c@s@g@\@ԑ@$P@ 6@֞P@@@N@@PPP֝P9@FP@Pԝ@ `@`@@@PT PPP@6@ $PP@@@ @@N@$PP@@@8PPP P@6@@@N@$PP@@@Έ@ب@ڪ@P0P|PP@CP@P~@6@@@F@@@9$P$P@@@k 6@P@N@$P"P@@@\ 6@P@@@@N@@PPPP9@FP@Pޝ@ `@`@@ P@$$$[ P؈@@L@@M@@N@L@@P@N@M@@L@O@PP@P|@@@@@ @@@@@@@ @ @x|PP~@@@@ @|@@@@@@ @ @bPP@Pn@@@6N,@ (@@@LL$PP2@b4@y6@@8@ @:@@<@}>@@@@@sB@pD@rF@tH@hJ@UL@iN@`P@0@ P@nP6N.c@ (@@@LL$PP2@24@I6@@8@ @:@@<@K>@nPCO@@AB@>D@@F@BH@6J@"L@7N@.P@0@ P@|PP@@B@20@3@@O++@ (@@@uLL$PP2@4@6@@8@ @:@@<@>@@@@ B@D@ F@ H@J@L@N@P@0@ P@@P@c@BP@0@@.$.@6c@PD@ix@Pp@@@(@|@T@n@V@@X@R@ $PP@@CnP @g~P@@0Z@Ѹ6pP2V,Pe@0VPV|nP@ @ tP@0Z@VPVCtP@@`@VPV~@C`@@0Z@Z(@xP@0@.$.@0Z@V,Pe@0VPV|V\@nP @pP@@@CpP@@@CVPF@b@ b@N@JVvm@VPb~@VPFb@Om@Fb,@=@0[@lVPnP@@`@ @@`,@pP@@@`N@@@@@0[@ Z@RjpP@6`@(Pe@0VP|`@CpP@ V,PVPV@0Z@g8PVP[@@@T@S@X@YN@Y@P PJ@ hP@0@z@0@z0 0 hP@0@z`@><.@@0@. 0 @@z@^@@@`@rP@@@`N@hP@0@@0@@@@0a@b@]rP@.@hP@0@. @0 @0 0 hP@0@`@><.@@0@. 0 @@Q@z@d@[@Vf@@@0c@@0cN@@@@c@@@cN@ hP@0@0 0 @z@d@@@c@rP@@6cN@hP@0@@@@0h@i@¸rP@.@hP@0@. @0 @0 0 hP@0@c@~<.@@0@. 0 @@nP (@T@hP@0@@$j$@/k@n@n@j@p@@r@k@t@@v@l@$P P@hP@0@@0 .$.@<k@rP@@j@kN@M@@0x@+y@\]ue@0.@hP@0@.rP@@.@@0@. 0 @0@$y$nP@/x@n@n@y@p@@r@x@t@@v@l@$PP@Oj@<.@@0@. @0 @0@@$j$@/x@n@n@j@p@@r@x@t@@v@l@$PP@3@6kN@@0@0@@$k$@/x@n@n@k@p@@r@x@t@@v@l@$PP@@0@@$x$@/k@n@n@x@p@@r@k@t@@v@l@$PP@@L@ @ @[@P@@@PpP PP@6z@P>zN@z@P @@Q@VP۸ [@Vv0{@$׸ٸ ~P@0{@̸pP@6\@e@d@@@ pP$pP@6 e@d@a(@tP@@0|@Q@[@~N[@d@@a@@pP@@~@ @ @@7(@:L@DP4@F@2@G@6@BPH@HP@0@.$.@6N,q@(@@@TT$P,P@@@W@@@@@@@Y@@@Q@N@P@R@F@1@G@>ª@@ *P@@PF@FP@@@@O+?@(@@@vLL$P,P@@%@@@@@@@@@@@@@@ @@@@ª@@ *P@"(@*@+(@6@NFP@@HP@0@@.$.@6N@@C@@B@7(@~6@|HP@0@.$.@66N@6@C@6@FvJ@@@@B@NN7(@WN)-@@@@N@O4P@FPO$$[CF:@@$@CF<@D@D@LD@D@@0@$.$.@DOD@@$>8@7@-N*@@@@N@%4P@FPO$$[CF:@@$@CF<@D@D@TD@D@@0@$.$.@DOD@@ $8@7@7(@7@@FPO$8@B@FP@B@B@$$[E@C@M@0@0@MN@k"@i*@f7@ 0@6N@@4P@O$$[CF@@>@@@&@E@1@O&@ E@E@$$&@E@4P1@CF(@0@H@0@$$@.@,@-*@7@ 0@6N@ JP@@D@@N@*(@0,@*@@@G[0@H@HP@0@.$.@6CN@I(@*@@I@+@@J@"@K@@N@P@f@h@j@l@:r@"(@$Pp@pPBN@,N.Ʃ@(@@@\\$P@-@@,ƫ@(@@@wll$P@@+dƫ@(@@@)hh$P@$@@@@o0`$@@0`T$ @pP@@$@$~@j@`0@$>@@@@$@o0`ߝ@@0`T$ @(P6@@pP@@@$~@j@`0@>@$@@@@o0`@$@@0`U$ @pP@@$@$~@j@`0@$>@@@@$@o0`@ߝ@@0`U$ @T@UN@.P(NPpPr.P6@pP@@@H~@j@`0@>@$@@ĝ@@e0`$@@0`VH @pP@@$@H~@j@`0@$>@@@ĝ@$@e0`ߞ@@0`VH @(P6@@pP@@@H~@j@`0@>@$@@ĝ@@e0`@$@@0`XH @pP@@$@H~@j@`0@$>@@@ĝ@$@e0`@ߞ@@0`XH @V@XO@"%(.P(OP #pP@pP@@ >@@>@>@$~@j@`0ƪ@@>@j@.Pĝ@`0`P$@ߞ@e0`@$@@0`Z$ @j@`0&@$@j@(Pĝ@`0`&Pߞ@e0`@$@@0`[$ @Z@[M@ۀބ.P(MPրلpP@pP@$@ $>@@$>@>$@$$~@j@`0(@$@>@j@.Pĝ@`0`(P%@$@e0`@%@@0`\H @j@`0*@%@j@(Pĝ@`0`*P$@e0`@%@@0`^H @\@^O@.P(OP(Pj@.Pf@pP @@pP@>CFh@@@CFl@@@$CFh@@@CFl@pPo@@o@pPo@o@pPo@o@pPo@o@pPoLpPoCo@o@o@,@%@,@ʪ@f@̪@j@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@"@N@*@o@,@%@,@ʪ@h@̪@l@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@N@(Pj@.Pf@pP @@pP@>CFh@@@CFl@@@HCFh@@@CFl@pPo@@o@pPo@o@pPo@o@pPo@o@pPoLpPoCo@o@o@,@%@,@ʪ@f@̪@j@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@"@N@*@o@,@%@,@ʪ@h@̪@l@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@N@(Pj@.Pf@pP @@pP@%@ %>@CFh@@@CFl@@@$CFh@@@CFl@pPn@@n@Ş@An@n@pPn@n@pPn@n@pPnO n@n@n@,@%@,@ʪ@f@̪@j@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@"@N@*@n@,@%@,@ʪ@h@̪@l@Ϊ@%@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@N@(Pj@.Pf@pP @@pP@%@ %>@CFh@@@CFl@@@HCFh@@@CFl@pPn@@n@Ş@An@n@pPn@n@pPn@n@pPnOn@n@n@,@@,@ʪ@f@̪@j@Ϊ@@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@"@N@*@n@,@@,@ʪ@h@̪@l@Ϊ@@Ъ@*@Ҫ@+@Ԫ@"@֪@ȑ@$P.P@N@pP@>@@ʪ@.@̪@(@Ϊ@*@Ъ@+@Ҫ@ȑ@$P0P@N@pP@>@@ʪ@.@̪@(@Ϊ@*@Ъ@+@Ҫ@ȑ@$P2P@N@.Pf@(Pj@@pP@@>@Fh@@@@@Fl@Ş@>@@ʪ@f@̪@j@Ϊ@*@Ъ@+@Ҫ@ȑ@$P0P@*@pP@>@@ʪ@h@̪@l@Ϊ@*@Ъ@+@Ҫ@ȑ@$P0P@N@.Pf@(Pj@@pP@>@>@Fh@@@@@Fl@Ş@>@@ʪ@f@̪@j@Ϊ@*@Ъ@+@Ҫ@ȑ@$P2P@*@pP@>@@ʪ@h@̪@l@Ϊ@*@Ъ@+@Ҫ@ȑ@$P2P@N@pP@.P(P`6`@X[^PPP .P(P,@&@`6`@JMP.P@0@@$.$.@$$(P&@`6o@;>ApP@.P(P `F`@147PPP .P(P,@&@ `F`@#&).P@0@@$.$.@$(P&@ `Fo@pP/pP@%@@$%~@j@`0%@>@@@%@.P@o0`ĝ@@0``$ @%@j@`0Ğ@@(Po0`@ĝ@@0`a$ @`@aN@.P(NPހpP0pP@%@@H%~@j@`0%@>@@@%@.P@e0`Ş@@0`bH @%@j@`0Ş@@%@(Pe0`@Ş@@0`dH @b@dO@.P(OPpP@>@@ʪ@.@̪@(@Ϊ@*@Ъ@+@Ҫ@ȑ@$P6P@N@pP@>@@ʪ@.@̪@(@Ϊ@*@Ъ@+@Ҫ@ȑ@$P4P@N@.Pf@(Pj@@pP@@>@N@@Fh@@@@@Fl@Ş@>@@ʪ@f@̪@j@Ϊ@*@Ъ@+@Ҫ@ȑ@$P6P@*@pP@>@@ʪ@h@̪@l@Ϊ@*@Ъ@+@Ҫ@ȑ@$P6P@N@.Pf@(Pj@@pP@>^@N@@Fh@@@@@Fl@pP@>@@ʪ@f@̪@j@Ϊ@*@Ъ@+@Ҫ@ȑ@$P4P@*@pP@>@@ʪ@h@̪@l@Ϊ@*@Ъ@+@Ҫ@ȑ@$P4P@N@$P>P"@N@*@+(@N@*(@+@N@*(@+(@N@!|!e!j!{!e!j!!y!e!j!i!e!j!b!e!j![!e!j!j!e!`!x!Z!v!z!Z!e!j!!!\!e!j!f!e!j!j!e!`!x!\!v!z!V!p!\ !j!e!p!r!t!z!j!e!`!x!P!v!z!K!j!e!`!D!F!6!z!im_basic_search symbol_table im_validate_cursordata_format_util_compare_string_to_string% im_set_cursor at_current(,/ no_current(25 at_beginning(8<at_end(?Asub_err_DDG error_table_unimplemented_versionJNT vd_error_ wrong_typeWZ] dm_error_ key_not_found`cgbad_first_key_idx`jobad_last_key_idx`rwbad_parent_thread`zlong_return_element` no_element`programming_error`collection_manager_get_control_interval_ptrDDJNdmu_compare_valuesdmu_compare_decimal_valuesdmu_compare_dec9lsdmu_compare_dec9fldmu_compare_dec4fldmu_compare_dec4lsDDsys_info max_seg_sizebad_argJunimplemented_data_type``insert]` reposition` 1@&&'&1&7&>&C&I&V&_&i&q&y&&&&&&&&&&&&&&&&symbtreeNwZN3P&PL/I 7"' *Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize map4v/N*jQnMF})m MAL$RXbJ >v/N#G Hc_$ZWKPM%QsJo$RXbJ >v/N#G Hc_"ZcKPj%ZaKP_ZfKPx!#ZPKP*#ZKQ3+\)DK%>%QsJoH(\)DK%R"ZdKPn[#G Hc_d$ZWKPMm$Z,KOv*Z-KO>special_ldd>install>MR12.2-1184>im_basic_search.pl1>ldd>include>dm_comp_vec_str_proc.incl.pl1>ldd>include>dm_comp_values_proc.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_cm_basic_ci.incl.pl1>ldd>include>dm_cm_basic_ci_const.incl.pl1pl1info im_basic_searchZB!B xB! i:B!= iz.@m@~@@0F.$.@6$$n?@n@m@m,@N@n@L@L@XP@H@L@$> F`@`P@6p@M@ M@pN@M,@XP@b@ip@@@@@P@6ipDP@dP@PP.@B@@@@A@P@$@PPNP1s%@&@((@@@H*H$P P>@_@@%@B@&@D@(@F@*@H@PJ@PL@PN@gP@\@`@`R@]T@bV@WX@PZ@PP^@<@$P@@<@P'@ Pb@P0@b@P@P0@2DPd@ Pd@D0@%dP@PF@dP=0@ dPP@0@.$.@6>dP@ PdP@ @-0@@ P@>@ @@ Pd@@ PFP P@d@b@0@b@@ PH@0@H@@@@@`P@6$>b@P~b@@0F.$.@b@6b@>N@b@@Q@Q@N@ PPf@Q@h@d@@JQ,@L@~NN@N@@O@O@N@ HPF@MO,@O@NN@HPFO.@O@NN@ N@HPOMOON@HPO@c@J@O@b@)N@Nb@$N"P@PDPd@ d@0@dPPJ@dP0@ dP@P@0@@.$.@6>dP@d@@JPd@@N@~ON@@@@@b@P,@dPB@XP@d@{@@@(@c@ip@(@ @ ip @i @@B@0@D@BP@l@l@>XP@j@l@@@PP@dP@ @@@ N@HPO@MO@~6@@O@6@@O@h@h@>XP@f@h@6.@@0@.@0R(@`P@6$>b@P@P~b@@0F.$.@6@Q@ Q@N@5`P@6$>b@P@Pl@Q@ll>@b~@@0F.$.@b@6U@ON@U@b@@0E$.$.@$.@U@f@0@.$$ ON@ b@@0E.$.@6NQ@R@Q,@fPdP`P@@6$>b@PPl@R@ll>@b~@@0F@$.$.@$dP@@@ip@ @@ ip#c@M P,@dPB@XP@d@@@@(@@ip@(@ @ ip @ @@B@0@D@BP@l@l@>XP@j@l@@@PP@dP@ @N@HPON@6@@N@~6@@N@h@h@>XP@f@h@6.@@0@.@0YS(@T(@`P@6$>c@P@P~c@@0F.$.@6@Q@ Q@N@B`P@6$>c@P@Pb@Q@lb>@c~@@0F.$.@c@6U@c@@0E.$.@6V@U@ON@U@ c@@0E$.$.@$.@U@f@0@.$$U@NN@V@6c@Q@S@6Q@T@Q,@fPdPS@&T@$n@m(@@@Lppp$P P@@@n@@m@@p@@@@@@@@@P@S@`P@6$>m@P@Pc@S@lc>@m~@@0F$.$.@m@$dP@m@@0E.$.@ipdPip@T@`P@6$>m@P@Pc@T@lc>@m~@@0F$.$.@m@$dP @m@@0E.$.@ ipdP ip @@ƨ@Ȫ@`P@6$>@P@Pl>@~@@0F.$.@@6U@@@0E.$.@6V@U@NN@iU@gV@NU@HPOO\N@UN@U@N@OT6@ N @@0E.$.@6N N@UN@U@N@U@HPO;@66 N@UN@U@N@@U@HPN(@@(@@@E44$P P@@)@@@@ª@@Ī@V@ƪ@$Ȫ@ʪ@̪@!Ϊ@Ъ@ Ҫ@Ԫ@@P@ƈ@!M im_build_interval_spec symbol_table1  sub_err_ dm_error_programming_error! error_table_unimplemented_version$(.7` cleanup.1<14 FINISH?7: &&#&0symbtreeL*JGvLaPL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize mapL;gL\ [+QsJof&ZKP<p:gDL=%QsJo QsJn+QsJn#G Hc_>special_ldd>install>MR12.0-1173>im_build_interval_spec.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>special_ldd>install>MR12.0-1173>dm_interval_spec.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_build_interval_specgR@#>$FPP@P@P@R@jLS@6ip@ip@Z@6[@U@U@l\@Z@6.@\@PPE0@.U@U,@[N@@6Z@U@U@lPPF0U@U,@ZN@S@6ipS@V@A@ A@VN@ lZ@A@6.@Z@PPE0@.A,@PPHP@@W@@@ @@WN@LPPH PF@@HPVJ@@@X@A@A@XN@lA@JPON@0@$.$.@Z@$.@Z@PPE0@.$@$A,@@@P@`@PPb@HP@Fd@ Pf@^@$P P@P P@@Hv@P $PNP@@Hv@@P (P@,@.@@@2PP'@ PP@0@PP@@6@@@@6$>@@#>$FP@@@im_compare_subset symbol_table'  dm_error_ key_not_foundindex_manager_position_cursor $-` cleanup.12'C*finish5-0 &&&symbtreeKMR#K=PL/I 6"' ,Multics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize listN'Z9KX2ZpK^ce+QsJnp/ZK^C| QsJn%QsJo+QsJo+ZnK^[>spec>temp>famis1>im_compare_subset.pl1>spec>temp>famis1>dm_subset_specification.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>spec>temp>famis1>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_specification_head.incl.pl1>spec>temp>famis1>dm_specification.incl.pl1pl1info im_compare_subsetB!|i_OӁrPVjZZk 'UPV`Z +,@eTobj_map 6P X\$  im_create_cursor 01/04/85 0958.4re 01/03/85 1517.1 19872 THV?T TBTX area#4L$?#index_cursorim_create_cursor$destroy^/Expected an index cursor, type ^d. Received a cursor of type ^d.^/Expected version ^d of the ^a structure. Received version ^d, instead.^ @B@ `@$C^@ D;P%@ PPT@ PV@D>P%@ PPT@ PV@PP@P@@@L C@P'@ P PVP!@ @P@R@iLip@P@P@P@@P@(@@@2@@ (@ @  @TPV(P@ HP%@PPT@PV@B@ `@$kCTPPR@@6N.s_@Z`@b(@@@bDdD$PPx@C@z@_@|@`@~@b@@d@@E@@@?@;@8@:@3@0@-@*@v@ P@RP6b@_@+d@+f@W@V(PRPP@@RP@@0@@@/K@#>$F@@@R@@TP@X@Z@A\@P@@ZPPNP1s@@(@@@HH$P P@C@@@@@@@@@@P@P@Pª@Ī@Ъ@Ԫ@ƪ@Ȫ@ʪ@̪@Ϊ@\PPҪ@@$P@X@!b!_!d im_create_cursor symbol_table; sub_err_ error_table_area_too_small unimplemented_version#) dm_error_wrong_cursor_type,/4 create_cursor>I`7C;W`area.1H>mAdestroyKC`FN&&"&+&6symbtreeKMR#K-PL/I 6"' ,JrV`koVVMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list6&Z;K@'Z&K^N>spec>temp>famis1>im_create_cursor.pl1>spec>temp>famis1>dm_im_cursor.incl.pl1pl1info Rim_create_cursor LB!`_ OBi:@@@@>>@>@$@(@A@@A@`@@@@@@@@@P@ P@@$PP@P P P@@@`P@Z@Z@>NP@X@Z@6ip@@@6>@d@d@XP(Od@d,@N@@>$@(@A@@@X@@@@C@@@@P@ P@@$PP@P P P@@@NP@^@̟@@@@@PP`P@@>6ip6ip|C@@ޝ@@؞@A@@B@@^@@@@ P@@$PP@P P P@@@L\P@/A@@B@@N@@P@@P@ P@@$PP@P P P@@@0\@@P@@P P@@ $PP@P P P@@@.@@B@PP@~PP'@ PN@s0@N@B@@@ P@@f@h@.@@hPPP@ Pl@n@Ap@P@@nPP@@@@PM@N@0L@(@@@PLL$PPʪ@.̪@4Ϊ@@Ъ@@Ҫ@@Ԫ@P֪@Pت@Pڪ@-ܪ@'ު@-@)@ @@ @@pP@P@ȑ@$P@l@r@t@(@x@y(@y@ @@$z $PP@ @x@@@@@@@ P@@PtP@Pr@!!Nim_create_index symbol_tables data_format_util_cv_typed_array_to_table define_area_# release_area_&&*sub_err_--0sys_info max_seg_size36: error_table_unimplemented_version=AGcollection_manager_create_collectionJOTputJWX put_headerJ[^index_manager_ create_cursoraei put_key_arrayalpy?` cleanup.1~sbvFINISHy|2&&%&,&2&<&I&V&Z&`&k&rsymbtreeM1M ׆PL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map \-jM{h#G Hc_q5jM+QsJo"ZdKPn$ZWKPM"Z&KO!ZRKP+\)DK%#WjCU*Z`KP\#ZPKP>spec>install>MR12.1-1020>im_create_index.pl1>ldd>include>sub_err_flags.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_cism_info.incl.pl1>ldd>include>dm_esm_info.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>area_info.incl.pl1>ldd>include>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_element_id.incl.pl1pl1info im_create_indexZB!k finishIAD && &*&5&:symbtreeKMR#KBkPL/I 6"' ,es{ssMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list>,Z=K+I/ZK^CU QsJn]#WjCU>spec>temp>famis1>im_create_subset_index.pl1>spec>temp>famis1>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>area_info.incl.pl1pl1info mim_create_subset_indexB!|GOׂt}xS i0_jZZjZ_k:Zk +PP@eU*eT0obj_map J  im_delete_node 04/04/85 1111.5re 04/04/85 0956.6 24192 im_delete_node?#TGV?T TTTV#4?#index_cursor^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected an "index" type cursor (type ^d). Received a cursor of type ^d instead.BFP%@N؞G@#>$FH@@J@PP@PB@@@6N-s^@`@_(@@@TbT Pz@|@^@~@`@@_@@b@@@@@@@@@@@@@@x@ P@BP6_@^@b@d@@ȸJPD@P@P0^|^@d@D@f@@Ph@b@ @`PP@DP@@0@A@@@@@0@@@A@0 A@d@D@f@Ph@b@ @GPP@@@DP@C@pA@d@D@f@Ph@b@ @iPP@@@0@@d@D@f@Ph@b@ @%PP@A@DP@|@@d@D@f@Ph@b@ @IPP@BP@@d@@@f@Ph@j@Pl@b@$PP@@L@N@P@0@FFC(P(@N؞@@(@BP@@@@@@F@@@@NPP@@@@@@P@@@P@@,$PP@NPPL@L@R@T@P@0@FFC(P(@BP@@@@@@TPP@@F@ª@@Ī@Pƪ@@$PP@TPPR@R@X@Z@A\@P@@ZPPNP @@HH$P Pު@@@@P@P@P@@@@@@\P@P@ܑ@P@X@!_!^!b im_delete_node symbol_tableF sub_err_ error_table_unimplemented_version! dm_error_wrong_cursor_type$',collection_manager_free_control_interval/4:get/=>modify/ACIF`&&#&.&<&@&EsymbtreeK˥1K$.MacPL/I 8"' *wMultics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map@-\K$ML"ZcKPjU9\K$րd%ZaKP_n#ZPKP>spec>on>7192.pbf-04/04/85>im_delete_node.pl1>ldd>include>dm_im_cursor.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_element_id.incl.pl1pl1info im_delete_node,B _ӄtx#VPZjkʨ /_kkVjZj\@eU*eU*0obj_map J  im_destroy_index 01/04/85 0958.4re 01/03/85 1519.1 6624 #L$PP%@P(PPB@PD@PF@@@ P@@im_destroy_index symbol_table collection_manager_destroy_collection"` &symbtreeKMR#K[PL/I 6"' ,IeUY_bUUMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list6&Z?K8@#G Hc_>spec>temp>famis1>im_destroy_index.pl1>ldd>include>sub_err_flags.incl.pl1pl1info Qim_destroy_index8APVjZZkj @ePobj_map #< DFe  im_general_delete 04/04/85 1111.5re 04/04/85 0957.0 53208 im_general_delete TGTV?T TTV$#LL$4?#index_cursor^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected an "index" type cursor (type ^d). Received a cursor of type ^d instead.DP%@ N؞Y@#>$FZ@@\@@@B@D@F(@G(@I(@J(@$^@#>$F_@@`@ b@#>$Fc@@d@P (P (PP@P@@PPL@@6N+@(@@@TTPҪ@{Ԫ@֪@@ت@@ڪ@@ܪ@ު@@@@|@~@~@u@r@o@l@Б@ P@LP6@@m@m@s@ܸPP@PR@@@qT@TP@6@@@N@@@@L@@T@@Pª@ PĪ@@$P P@P P P@@@@H@P0@L@@@@R@@ Pª@@$PP@P P P@@@RPipiLP@ PH@(@ɸ\PD@H@0@ ǸB@@L@@D@@H@ª@J@Ī@P Pƪ@@$PP@P Pa P@@@^Z@@6@@@~@@@N@zϞ@xV@P@@@VP@@0G@AN(@@X|VP@@XC`P@^@@@@(@@@Ҫ@LP@@Ԫ@@@֪@X@ت@@ڪ@@ܪ@@ު@@@@I@@P@@@@ P@Б@4$PP@P P P@@@PP@0@.$.@0G@PP0@L@@@@R@@ Pª@@$PP@P P P@@@P P\PR@G@@hRRP(@G@@b\"P@@@@@@L@@R@@Pª@ PĪ@@$P P@Ϟ@zV@N(@@X|VP@@XC`P@^@@H@@(@@@Ҫ@LP@@Ԫ@@@֪@X@ت@@ڪ@@ܪ@@ު@@@,@I@@P@@@@ P@Б@4$PP@P P P@@@VPPP@0@@@@@L@@V@@X@ª@P PĪ@@$P P@P P P@@@lp@@@LP@@@@V@ª@X@Ī@@ƪ@P@ PȪ@@$PP@P PO P@@@LH@@H@P0@L@@@@R@@ Pª@@$PP@P P P@@@0P PRP@ip@iLH@0@o\PD@B@@L@@D@@H@ª@J@Ī@P Pƪ@@$PP@P P P@@@@f@f@l@n@nPPP@ Pr@t@Av@P@@tPPNP1s@z@(@@@|HH$PP@Y@@@@@@@@@P@P@P @\"@.@2@V$@L&@X(@O*@E,@vPP0@@$P@r@x@z@~(@H@LP@6@@8@@:@~@<@4@$PP@~@@6@zPP8@~@:@4@ $P P@~@x@@@P@P@(@ @@P@P@@@>@N؞?@@(@PPD@PF@>@H@PJ@?@L@@@N@B@@>@@N؞?@>(@PD@@@F@PH@?@J@>@L@B@@@@@R@PV@R@X@Z@PP\@T@@h@` @(@`@@@P@P@P@P@ P@(@@@P@P@P@ P@ P@@P0|PC@PPd@LP@@f@@h@Pj@Pl@Pn@@p@b@$P"P@#a(@r@t@v@LP@@z@@@|@@~@a@@P@P@r@@t@@v@@P@@@x@,$PP@@Iٸ@@@(@P0|PC(@LP@@@@P@P@@P@@@@@@@@$P P@@"@@@(@PPLP@@@@P@P@@P@@@@$PP@@@!!!!~!!F!B!G!!R!B!F!D!!F!B!!!! im_general_delete symbol_table im_get_opening_infoim_update_opening_inforoot_id "im_simple_delete%%*im_delete_node--14im_update_branchessingle7<>sub_err_AAD dm_error_wrong_cursor_typeGJO error_table_unimplemented_versionRV\collection_manager_get_deget_control_interval_ptr_hoget_portion_from_ci_buffer_rymodify_|~simple_get_by_ci_ptr_J`2$&&$&,&3&6&@&F&Q&^&g&q&{&&symbtreeK˥1K$.wSPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapL0\K$OX"ZcKPjaZfKPxi%ZaKP_s#ZPKP|9\K$ր#ZKQ#G Hc_>spec>on>7192.pbf-04/04/85>im_general_delete.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_general_deleteLB!|sOӅxǞOi<;OӃx$$FC@@D@P@PP@@PR@@PT@@PV@@ PX@A@Z@@ P\@+^@`@'b@Pd@!f@h@j@N@ P@P P2$PNP PP@N@@*(A@'l@M(@@@ nPP@R@T@l@V@M@X@n@Z@A@\@^@j@`@b@d@f@h@N@P@Pp@Pr@t@Pv@x@Pz@ P|@A@~@ P@@@@@@"P@P@@@@n@$ P@P P؀$PNP PP@N@@иA@'l@M(@@@PP@R@T@l@V@M@X@@Z@A@\@^@j@`@b@d@f@h@N@P@Pp@Pr@t@Pv@x@Pz@ P|@A@~@ P@z@@v@@@"P@P@m@j@@n@$ P@P P~$PNP PP@N@@vtA@'Zl@M(@@@PP@>R@:T@l@V@M@X@@Z@A@\@@^@j@;`@<b@=d@4f@/h@N@P@LDPl@PP@PR@ PT@l@V@@@X@ PZ@N@P@P P PP@N@@2PPp@Pr@t@Pv@x@Pz@ P|@A@~@ P@@@@@@"P@P@@@@n@$$P P@P P PP@N@@@F@H@PP Pim_general_insert symbol_table@ sub_err_im_simple_insertim_rotate_insert %im_split((+ dm_error_ long_element.15programming_error.8=C`4&&&'&-&7&?symbtreeKMR#K,PL/I 6"' ,fsssMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list>'ZBKEH*Z#K^GS#G Hc_\(ZK^ >spec>temp>famis1>im_general_insert.pl1>spec>temp>famis1>dm_im_ci_header.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>temp>famis1>dm_element_id.incl.pl1pl1info nim_general_insertTB!|e@@]@@TB@QD@ZF@LH@FJ@EL@N@P@R@AT@(@,P@K@P ܀@P'@.@@@`P@Ȫ@@ʪ@n@̪@PΪ@Ƒ@$P P@PPȪ@Ƒ@@@@7nP@@@@@@@@ @JnPPX@@@@Ȫ@ʪ@@̪@Ϊ@Ъ@Ҫ@@ @3XP@0$P PȪ@Ƒ@@nPPh@@@@Ȫ@ʪ@@̪@Ϊ@Ъ@Ҫ@@ @G@B@@Ȫ@d@ʪ@j@̪@PΪ@Ƒ@$PP@PPȪ@Ƒ@@j@0@)ן@ן@ן@jP@@@@@@@@ @dP@6Ȫ@jP@P@ʪ@Ϊ@Ъ@Ƒ@l@j@0@LdP@6Gn@Ȫ@`@ʪ@F@̪@j@Ϊ@M@Ъ@PҪ@Ƒ@$PP@PPȪ@Ƒ@a@M@$P PȪ@Ƒ@W@B@"jP@6v@v@>@P@t@v@6ip)@@@6@@ @MtPO@,@N@B@(@h@Ȫ@PPʪ@@@̪@@Ϊ@ PЪ@PҪ@Ƒ@$PP@PPȪ@Ƒ@@C@.44@33@nPPȪ@ʪ@@̪@Ϊ@Ъ@Ҫ@@ @KnPP@@6z@z@>@P@x@z@6ipnPP@@6>`@`@j@0@ԁG@%f@0@!fP@6Ȫ@K@ʪ@Ϊ@Ъ@Ƒ@@J(@K(@Ȫ@J@ʪ@Ϊ@Ъ@Ƒ@@J(@Ȫ@K@ʪ@Ϊ@Ъ@Ƒ@@B@ `@Ȫ@@@ʪ@h@̪@PPΪ@PЪ@Ҫ@Ԫ@֪@K@ت@J@ڪ@ Pܪ@Pު@Ƒ@0$PP@]C@ `@Ȫ@@@ʪ@h@̪@PPΪ@yЪ@Ҫ@Ԫ@K@֪@J@ت@x@ڪ@H@ܪ@Pު@Ƒ@0$PP@<E@`@Ȫ@@@ʪ@h@̪@PPΪ@XЪ@lҪ@jԪ@K@֪@J@ت@H@ڪ@Pܪ@Ƒ@,$PP@`@Ȫ@@@ʪ@h@̪@PPΪ@;Ъ@OҪ@MԪ@K@֪@J@ت@H@ڪ@Pܪ@Ƒ@,$PP@PPȪ@Ƒ@,@B@v@v@>@P@t@v@6ip@@@P P@P@@@&@dP@6@N1jP@Pl@@@@@6 @@  Ȫ@@@ʪ@Ϊ@Ъ@Ƒ@@jPPl@jP@@6N@N@NcdP@6HN@]lPPl@N.@UN6jP@Pl@@@ Ȫ@@@ʪ@Ϊ@Ъ@Ƒ@@jPPl@jP@@6@N@ N@N@5dP@6HN@B@ C@D@E@'H@%ǸlPPl@N,@jP@Pl@jP@6@N@ N@N@B@ C@E@H@D@lPPl@N,@B@tPP@ PC@n@Ȫ@x@ʪ@P̪@Ƒ@ $P P@PPȪ@Ƒ@l@H@PPD@H@PP.@@@PP'@ PD@P NP(Pj@b0@.jP@Pl@ Pl@Z0@$lP@P@@lPS0@ lPP@0@.$.@6>lP@ PlP@ @C0@@ P@>@ @@ Pl@@@P P@l@j@@ Pt@00@ P@ Pt@0@tP@6>t@@ Px@0@xP@@6>x@@@@P'@PP P@P.@@@@@A@P@V@PPNP/X@W(@@@HZH$P,Pn@p@r@X@t@W@v@Z@x@Pz@P|@P~@@@@@@@@@PP@l@$P@@@@A@P@@PP@@@@PM@N@0@(@@@LL$P,P@@@@@@@@@P@P@P@@@ª@Ī@ƪ@xȪ@~ʪ@Ϊ@P@P̪@@$P@@@@B@P0G|GCF(@G@V@W(@؞NX@uZ@Y@\(@ P@`P@`@@b@V@d@W@f@BP@Ph@X@j@Z@l@Y@n@@Pp@\@r@F@t@^@,$P.P@F@F@`@^@7@BPP@P@@6\@ $P"P`@^@(@ @@@\N@ $P&P`@^@@@@P(@"PP@v@$N@#>$FO@@P@؞NR@#>$FS@@T@H(@@x@ P^@Z@\@F@P@PG@G@{`P @  *P|@z@@n@@`@@H@@@ P@H@H@|@z@@ P`P@@I@I@0w@w@@Z@@@@K P`P@ @ $P P|@z@@8@ @@5G@@@I@0I@@w@ZP@@@w@>N@"@@I|I@0 $P P|@z@@I@0@@@ PZ@@@@ PZP@@ICw@>ICPPv@`0@I$@@XP@@I|I@0w@w@@Z@@@@J(@ PZPTP@P@^P@ICw(@PPx@N@@d@@N@@@(@`P@@@@I@@w@@x@@@@@@@@@@@@L@@@@H@@@4$P0P@H@H@|@z@ @LP@0@I^P@I|I@0@@@ PZ@@@@G@F@P@P\P@IC\P@ICP@P\P@@>IC\P@6~IC@Pv@`0@I$@@@lP@J@@@@PV@V@0@@@0@@.$.@6@@6N@@ў@@Н@F@ Ԫ@@֪@ڪ@ܪ@ґ@@B@$lP@6@`@@@@@h@@P@P@d@@ @@@@@@@@@@@ P@@@ޑ@0$PP@fC@#lP@6@`@@@@@h@@d@@ @@@@@@@@@@x@@H@@@@ޑ@0$PP@BE@!lP@6@`@@@@@h@@d@@ @@@@@@@@@@H@@@@ޑ@,$PP@ lP@6@`@@@@@h@@d@@ @@@@@@@@@@H@@@@ޑ@,$PP@@@Ԫ@ґ@ @B@H@P P@P@N@t@)0@N@H@$t@@tPOlP@ POlP@ @ P@P@@H@@!!!..(!!!..)im_general_search symbol_table get_dm_free_area_im_get_opening_infoim_update_opening_infokey_count_array"(,im_build_interval_spec//5im_structural_search88>im_validate_cursorAAFim_process_keysgetIMNdeleteIQSpositionIVYcountI\^data_format_util_cv_table_to_typed_arrayaflsub_err_oor dm_error_ key_not_foundux|bad_first_key_idxuprogramming_errorubad_last_key_idxubad_specification_typeuinvalid_cursor_positionu error_table_unimplemented_versioncollection_manager_M get_portion@Mim_general_search$get`V `Q#`\ cleanup.1FINISH ERROR_RETURN FIND_KEY_ID>2&&!&.&7&@&H&P&U&[&`&n&t&~&&&&&&&&symbtreeM1M PL/I 3!& *ERqRRMultics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map|/jM)ZfKPx%QsJo"ZdKPn%ZaKP_"ZcKPj#ZPKP+\)DK%+QsJo&ZKP<+QsJn(QsJn$ZWKPM+QsJo&g|Lf(\)DK% QsJn$&ZkKP.5jM<#G Hc_>spec>install>MR12.1-1020>im_general_search.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_interval_spec.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>dm_interval_list.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info Mim_general_search>028b  im_get_key_count_array 04/02/87 1313.2re 04/02/87 1313.1 20880 IdxOpn 3KeyCnt 2im_get_key_count_array TJTGL$X V?TTTT #4?#index_cursorkey_count_arrayindex_opening_info^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected version ^a of the ^a structure. Received version ^a, instead.M.P%@ß@@B@D(@F@PP@PH@PP@@@@6\@]@^@`@@aHP@d@@f@F@h@P@Pj@b@$PP@PPPd@b@@C@@bFPn@sp@b@r@t@v@x@l@ @sb@d@FPPn@_p@b@r@ot@v@jx@l@ @]FPP@@6D@D@>@P@B@D@6ipFPP@@6>`@`@PP@J@L@PPPP@R@AT@P@|@RPPNP/=~@}(@@@HHH$P P@ @@~@@}@@@@P@P@P@"@@@@@@@ @TPP@@$ P@P@V@X@AZ@P@@XPP@@@@PM@N@0@(@@@LL$P PҪ@Ԫ@֪@@ت@@ڪ@@ܪ@Pު@P@P@@@@@@@@@ZP@P@Б@$ P@V@!\!]!^ im_get_key_count_array symbol_table.  im_get_opening_infosub_err_ error_table_unimplemented_version!%+1R` \&& &-symbtreeM1M @PL/I 3!& *wMultics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map@4jMM#G Hc_V5jMd(\)DK%n"ZcKPj>spec>install>MR12.1-1020>im_get_key_count_array.pl1>ldd>include>sub_err_flags.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>dm_im_cursor.incl.pl1pl1info im_get_key_count_arrayB f iz.<_jZZjVj_jZj8@eU*Pobj_map \\28  im_get_opening_info 04/02/87 1313.2re 04/02/87 1313.1 37584 KeyCnt 2FldTbl 3IdxHdr 4IdxOpn 3eim_get_opening_info TJX V?TT TT TTLH#4L$?#field_tableindex_headerkey_count_arrayindex_opening_infokey_count_increments_array^/Expected version ^a of the ^a structure. Received version ^a, instead."" O_0P%@A(@ʟF@L@N(@P(PPPC@PB@H@J@F@o(@r(@D@v@o@x@E@z@r@|@t@P@@(@$P@0@v@@x@@@z@t@  P@@@*'A'C@B@p@@@p@@PP@@@@@@@@~@P@@@D@$PP@P@ N@@@EN@F@$P @p0@ @v@t@P@F@f0@ot@ov@fox@FP@?@t@@P@@L@~@ @6FP@L0@NNt@Mv@P@$@t@@7@@2@~@ @FP@@FP@00@5t@5v@P@@t@@@@@~@ @FPP@@6>@@FP@0@$t@v@P@@t@@@@@~@ @FPP@@>r@@@o@@@>o>@r>@@@FP @0@.@@t P@@t@@@@@~@ @$P P@F@͟@@@ @S @P @ @ (@(@@@B@@C@@HP@r@o(@p@s(@(@C@@@r@@o@@p@@s@@$P @@A@@J@@@@@@@@,P@@@9HPFP@@JP@@LP@@@ @D@$@ @E@@@PP0@C@B@p@$P@@p@@F@@@@@n@@i@h@~@P@@@ FPP@P@P@P(P V@X@PPP\@PPF@0@PK0@/$P @F0@*F@B0@F@@H@<0@H@@L@60@LP@6>L@@J@,0@JP@>@@@@>>@>@J@@\@b@d@Af@P@@dPP@@@@PM@N@0@(@@@LL$PPƪ@Ȫ@ʪ@@̪@@Ϊ@@Ъ@PҪ@PԪ@P֪@ت@ڪ@ܪ@ު@@@@@fP@P@đ@$P@b@h@@(@(@C@@B@@@@@@$P @@A@@H@@@@@@@@$P@@@E_@@HP@@@@ @ @@@ @HP@@(@@(@(@C@@@@@@@@@@ @$P @"@A@$@L@&@@(@n@*@@,P@n@$h@!n!@im_get_opening_info symbol_table_ opening_manager_init get_opening put_opening"%get_dm_free_area_((-transaction_manager_get_current_ids06:sub_err_==@ error_table_unimplemented_versionCGMcollection_manager_getPUV get_headerPY\bT` ?#?#&&!&'&/&<&B&O&X&^symbtreeM1M mPL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize mapL1jMY(\)DK%c"ZdKPnl$ZWKPMu#ZPKP~+\)DK%#G Hc_5jM>spec>install>MR12.1-1020>im_get_opening_info.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1pl1info im_get_opening_infoB d<ӂy@%¼^<9ӄymx^<#aPVjZZk VjPZZ@+CUYUYU@obj_map c 6  im_init_branch_ci_header 01/04/85 0958.4re 01/03/85 1522.5 6768 4PP%@PP@P@@@@@@@ip@iL@(@@@@iL@|@C@p0@@|@ im_init_branch_ci_header symbol_table  ` %symbtreeKMR#K4APL/I 6"' ,Mi[^cf[[Multics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list6.ZLKWB*Z#K^G>spec>temp>famis1>im_init_branch_ci_header.pl1>spec>temp>famis1>dm_im_ci_header.incl.pl1pl1info Uim_init_branch_ci_header"! l_jZZk@obj_map %%>FFi  im_init_leaf_ci_header 01/04/85 0958.4re 01/03/85 1522.6 6480 4PP%@PP@P@@@@@@@ip@iL@(@@@@iL@|@C@p@ im_init_leaf_ci_header symbol_table  ` !symbtreeKMR#KkPL/I 6"' ,LhZ]beZZMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list6,ZNKbA*Z#K^G>spec>temp>famis1>im_init_leaf_ci_header.pl1>spec>temp>famis1>dm_im_ci_header.incl.pl1pl1info Tim_init_leaf_ci_header"! l_jZZk@obj_map !!8@@h  im_initial_insert 04/04/85 1111.5re 04/04/85 0926.0 20736 IdxOpn 3im_initial_insert TGX V?TT#L$N?4?#index_opening_info^/Expected version ^d of the ^a structure. Received version ^d instead./?P&@"PP@V@ןH@P@PPH@ӟX@ӟZ@fo\@@`@b@X@d@f@h@j@^@ @P(P(PHP@@`@@@b@E@d@Pf@^@$PP@PPP`@^@@vE@0G|GCPPn@V@]@W(@HP@@`@@@b@n@d@]@f@G@h@W@j@Pl@^@$PP@PPP`@^@@NG@PP@@n@n@Z@X@$P P@V@@jLAipAiLGC@@n@W@](@HP@@`@@@b@n@d@W@f@G@h@]@j@PPl@^@$PP@PPP`@^@@H@`@E@b@PPd@^@ $PP@PPP`@^@@@J@L@PPPP@R@AT@P@p@RPP@@@@PM@N@0r@q(@@@HtHF@@@@r@@q@@t@@P@P@P@@@@@@@@@TP@P@@$$P P@P@im_initial_insert symbol_table? im_update_opening_inforoot_idsub_err_ im_init_leaf_ci_header##)collection_manager_allocate_control_interval,18put,;<B4`1&&"&+&:&>symbtreeK˥1K$ _PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapD0\K$P#G Hc_Y%ZaKP_c9\K$րr#ZPKP{6\K$>spec>on>7192.pbf-04/04/85>im_initial_insert.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_element_id.incl.pl1>spec>on>7192.pbf-04/04/85>dm_im_opening_info.incl.pl1pl1info im_initial_insertB מ'i:<@PVjZZk*Vj 7PյP@eU*eT`obj_map 11Ct|4  im_make_parent_key 10/24/88 1644.5re 10/24/88 1536.8 48744 FldTbl 3TTTMTTTIL$X L#4?#im_make_parent_key^/Expected version ^a of the field_table structure. Received version ^a.^/Two bit values compared equal which im_compare_values claims are not equal.^/Two character values compared equal which im_compare_values claims are not equal.     SWP%@@(@A(@B(@C(@D(@E(@F(@G(@H(@I(@J(@K(@L@N@P@ `@$QY(@:b@P(PP@PZ@@@@@O*j@l(@@@LnLP@Q@@z@j@@l@@n@@m@@@@u@q@n@q@i@f@c@@@  P@P(PdP(P P@P^@\(@\@$>l@P$$l@[\@P@0@.$.@6l@ P@0@@.$.@6@l@ON@LNZP@@D@lN@l@D@l@ANZP@@E@ZP@F$@OE@@3N@@F@@F$@OF@G@D@c@I@I@cN@G@PPI@@ZP@@>>@F^I@$$$@O[j@j@k@`0j@@O@@k@@OPP#>@@CF@Oe0`@@@0`J$ @k@j@k@`0@@k@@OP@P#>@@CFZPOe0`@@@0`K$ @E@#@CNL@PF@# @PP@CMN@O J@ E@E@K@ F@F@E@$J@E@F@$K@F@J@K@I@@F#=PP@CEL@P@P@CEN@I@Zvj@j@p@L@r@J@t@N@v@K@x@G@z@H@|@P@P~@n@ $PP@I,@dG@$PPPP@H@h@nj@l(@$PP@Q@@@@j@@l@@\@X@P@X@P@@ P@I@~<.@^P@0@. 0 @0@0 .$.@<l@Zv`@@(@@l@l@ZP@>l>@F@@Bl@N-m@@@@mN@ @Od@A@A@dN@^P@0@0 .$.@<ZP@FA>@PP@PPPF6FA@$A@^P@0@0 .$.@<A@ZP@NO&sm@j@(@@@PP$PP@Q@@m@@j@@@@@@@@@@@@@ P@^P@0@0 .$.@<ZP@F$>@OPP@P#=@@CEA@f0`@A@$ZP@O [[@B@@OA>@$>B@f0A@$B@A@@OE0@A$$@O$$A@Y@@@Nl@@@@lN@{@O Fe@C@C@eN@~@^P@0@0 .$.@<ZP@F F>@PP@PPP FFF@C@$C@C@ A@^P@0@0 .$.@<A@ZP@NO&s@cj@l(@@@TT$PP@Q@@@@j@@l@@@@L@H@@@H@@@8@@ P@^P@0@0 .$.@<ZP@F$>@OPP@P#=@@CEA@f0`@ZP@OF0@C$$$$$A@Y@@@ZP@@E@F@@@Y@@0@0 .$.@<l@@@G[l@f@I@I@$fO@I@l@ZP@>l>@FI@F^PPP@Pl@Fe0e@I@$$$O[j@j@k@`0j@Ol@@k@OP@PP#>@@CFOe0`@l@@0`J$ @k@j@k@`0l@@k@O@P@P#>@CFOe0`l@@0`K$ @Ol@J@ J@K@ K@^P@0@@0 .$.@<IN@WO@BN(K@JN@J@ Fh@C@C@hN@~@F@ F>@@E@ F>@@PP@PPP FFE@C@$C@C@ K@*K@JN@J@i@A@A@iN@F>@@E@A>@@PP@PPPF6EA@$A@$A@j@]@@j@[@[K@Y@^PPF@@PPK@e0oI@ZPF@@F~@&@@~N>@j@@0<@`0mJ  @N@@N#=@CE@`0` @K@ FH@>%@$@ZP@~N@N#=@CE@N`0fF@$K@F@Y@$K@Y@I,@^PP@PY@$$[@P@ im_make_parent_key symbol_tableW data_format_util_compare_field_to_fieldsub_err_ #sys_info max_seg_size&)- error_table_unimplemented_version04: dm_error_programming_error=@Ekey_duplication=HLkeys_out_of_order=OTZ\`&&%&/&<&G&N&VsymbtreeNwZN3PL/I 7"' *Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize mapD7v/NR$ZWKPM[ZfKPxc$RXbJ l>v/N|#G Hc_>special_ldd>install>MR12.2-1184>im_make_parent_key.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_make_parent_key.  im_process_keys 04/04/85 1111.5re 04/04/85 0957.5 151344 FldTbl 3@im_process_keys N$NTTJTHV? TT TT T TBTX TL#L$4?#field_tableindex_cursorspecificationtyped_vector_array^/Expected an index cursor, type ^d. Received a cursor of type ^d.^/Expected version ^d of the ^a structure. Received version ^d, instead.^/Expected version ^a of the ^a structure. Received version ^a, instead.^/The specification structure does not have a recognizable type. Recognized types are ^d, ^d, ^d, or ^d. Received type was ^d.^/This program was apparently infinitely looping processing a range of keys. This either indicates a damaged index or an internal programming logic problem. The first key id is ^.3b, and the last key id is ^.3b.* @@(@A(@B(@C(@D(@F(@G(@H(@I(@@@@@SP@*@ ))))))$$##)" P%@P P@ P@P@P@P@P@P@@@PP@Pr@@@+@,@3.@30@ay2@'@ h )))))$$##""  P%@PP@ P@ P@P@P@P@P@P@@@r@D )))))$$##)""1 P%@PP@ P@ P@P@P@P@P@P@w@@ןr@  P%@PP@ P@ P@P@P@P@P@P@Y@@r@(PPP@Pp@@@6N.s,@4@3(@@@D6D$PPJ@|L@,@N@4@P@3@R@6@T@V@@@X@Z@\@^@`@~b@{d@f@vh@H@ P@pP63@,@.@~0@m@]PP|@w.@w0@@8@d:@.@<@]>@@@PB@6@ @GPP@P~@Z.@Z0@@@8@(:@.@<@;>@@@7B@6@ @lPJ@PL@G@N@x@P@z@R@F@T@D@V@C@X@H@ @HR@P@K@4@,@Pj@H3@p@J@4@L@,@N@j@P@3@R@~@T@P@PV@PX@PZ@@P\@F@^@P@`@H@0@@@NrP@A@B@PA@B@E(@G@ў@J@ J@N@RE@OG@x@8@P:@P<@P>@P@@@H@B@6@@=H@H@|P@ӿ0@ @8@P@:@H@<@6@ @0H@I@@@NcNF@8@P@:@A@<@PP>@6@@A@$A@{oJ@$J@xN*j@3(@@@ԁlԀ$P"PJ@oL@~N@j@P@3@R@l@T@PV@PX@Z@y\@|^@f@h@~`@ob@ed@H@ P@@@N F@=|rPP@PA@PI@-@@@@@PP@@(@W@@@P@@@@@PP@P@,@@@@N@@@@>>> >>@@>>@PFP@@@@@ѸPP@P@@$dt@@@u@@@v@@t@@v@>>> >>u@$$@P@@u@@v@@t@@@P@@@>>> >>@`@`@~@@@N@"@P@>>> >>@>>@P@@>>> >>@@>>@VO,@P@@@>>> >>@>>@PF@@@>@ @N@@P@>>> >>@>>@O,@P@@@>>> >>@$$@@@PP@PPP@P@@PP@@@@@@P@@@@@:PP@@@@@eP@@0J@@@@P@NP<@@@PJ@@@@@@@@NP<@@@@0@NPJ@@@@P@@ª@P@@@@@PP@@@@@˸P@6P@NPC@@@0J@@@ƞ@@@NPC@@Ɲ@0@NPJ@@@@P@ʨ@̪@AΪ@P@@PPNP/ ©@(@@@(HH$PPت@ڪ@ܪ@@ު@@@@@P@P@P@@@@@@@@@PP@֑@$P@ʈ@Ш@Ҫ@AԪ@P@@PP@@@@PM@N@0@(@@@LL$PP@@@@@@@@ @P"@P$@P&@(@*@,@.@0@2@4@8@P@P6@@$P@Ј@֨@ت@PP@@~Cֈ@ܨ@ު@(@(@P<@@>@:@@)PP<@@>@:@@PP<@@>@:@@PP<@@>@:@@6PP<@@>@:@@hPP<@@>@:@@fPP<@@>@:@@PPD@@F@@H@B@ @PP<@@>@:@@;@0|@C@N@@P@@R@@T@!V@@X@@Z@@\@@^@PP`@@b@L@,$P P@@PP$P@N@@P@@R@@T@@V@@X@L@$PP@@@PP<@:@@x@0N@ PPP<@:@@K܈@@@(@Pf@@h@d@@߸PPf@@h@d@@PPf@@h@d@@cPPP@@$$@[l@Pp@@r@l@t@m@v@n@@km@PPD@$$@[z@P@6$$zO@ z@m@m@f@P@Ph@d@@E+P@6m@@$$@[z@m@$zO@C@l@@$$@[|@P@Pp@@r@|@t@}@v@n@@)}@@@l@&@m~@>m@@$$m@[@P@0@@f@P@Ph@d@@PPf@@h@d@@P@@@@f@PPh@d@@@$$@[m@PPp@@r@m@t@l@v@n@@l@PPP(P@$$@[@@f@Ph@d@@ŸP@$$@l@Pp@@r@l@t@m@v@n@@m@PP@$@z@P@@$$zO@ z@m@m@f@P@Ph@d@@yP@@m@@$@z@m@$zO@<@l@@$@}@P@Pp@@r@}@t@|@v@n@@I|@@@l@(m@~@>m@@$$m@[@P@@0@@f@P@Ph@d@@FPPf@@h@d@@eP@6@@f@PPh@d@@A@$@m@PPp@@r@m@t@l@v@n@@l@PP@$@@@f@PPh@d@@P(P@@@ (@PP@0@.$.@6 @ @ @ N@PP@v@0@$~$~@@@@ @$ @PP@P@0@@.$.@6>P@7PP@@ @$(@PP@fP@%@@@@d PP@'@@@@# PP@(@@@@!'@0&|&C(@(@@%@@&@@ PP@P@@@@@@@@$@@@$P&P@$@ PP@P@P $P P@@@@P@6@ $PP@@@x @@N@$PP@@@l PP@P@@ PP@P@PP@*@,@PP P@@P*@0@2@PP0@8P@:@@<@@@ @Q2PP@8@@@@+2PP@>@@@@;@8@@>@@:@@<@@@@2P@PP@6@@@$PP@6@82PP@PPP0@@@B@PPPP@@F@H@PP P@@PF@L@N@PP@PL@R@T@PP PPR@X@Z@PP@HP@_@@@@ZPP@a@@@@HZPP@b@@@@FZPP@d@@@@̸a@0`|d@`Cb@ª@_@Ī@`@ƪ@ZPP@P@@Ȫ@@@ʪ@@@̪@^@Ϊ@@$P&P@^@ZPP@P@@ZPP@P@PPP@P@@PX@f@h@PP@Pf@l@n@PP@Pl@r@t@PP@0@1PҪ@z@Ԫ@@@utPPҪ@y@Ԫ@@@tPPҪ@{@Ԫ@@@ظz@ڪ@y@ܪ@{@ު@tPP@P@@@x@@ؑ@$P$P@x@oZtPP@P@PPr@|@~@PP@0@D @0@ P@@@@@7P@@@@@@ @>~PP@@@@@~PP@@@@@(@@@@@@@@~PP@P@ @@@@@@@@$PP@@ ~PP@P@PP|@@@PP@P@@@PPPP@@@RPP@P@PPP@P@P@(@@(@@(@@(@PP@ @ PP@P@@PP@@PP@P@@PP@@ P@PPP@P@PPP@PP@P@@P@@PP@ @PP0@@ @P@P @@@P@@@ @PP @@@P0@@ @P@P @@@PP@@@ @P @@@@@@PP@6@NNPPP@P@@6NJ@@PJ@@ P@@6PJNN(P P P@P@@6<@ P@@@P@H@>P5@(@@@$PP8@:@<@@>@@@@@B@D@F@H@J@@L@N@P@R@T@V@tX@Z@\@^@`@yb@6@,P@@@@PP@@P@@@@PP@s@@@@ PP@@@@PP@@@@Pf@d@@8PP@P@@@(@@¨@Ī@PP(@@Pl@j@@޸PPl@j@@ PPl@j@@ ˆ@Ȩ@ʪ@5PP@Ȉ@Ψ@Ъ@Pr@p@@ǸPP@P@(@Έ@Ԩ@֪@PPP@@0@@@PP0@Px@v@@PP@P@@  @@0@@@x@v@@PP@P@@PPP@P@@Ԉ@ڨ@ܪ@(@@PP@$$P[@$$P@P@@P$@@$O@7@|@PP@P@@>>> >>@@>}@|>@V@@@~@>}>@VOP@P@@~@>|@@@>>> >>@@>|>@F@$@ڈ@@@(@@@(@ P@@@~@@PP@P@@6P0@PPN@ P6 P@@@@@@ @@w@N@@@PP@P@P@P@P@ P@@@^@@@U@@@@M@L@@ $PP@@@@@(@P@@@@@PP@@@@@PP@@@@ª@@ @ӸPP@@@@@)PP@@@@@@0|@CPPN@@@ʪ@@̪@@Ϊ@@Ъ@@Ҫ@ȑ@$PP@@N!P@@@@ª@@ @@@@ʪ@@̪@@Ϊ@@Ъ@@Ҫ@ȑ@$PP@@~}x{NyP@@@@@KƝ@@@P@@N@<@ƽ@'@@0@@@P@P@@@Z@PP@@@@@wP@6@@@P@P@@@T@'PP@@@@ª@@ @9@0|@C@@@ʪ@@̪@@Ϊ@@Ъ@@Ҫ@ȑ@$PP@@@rԫ@(@@ʪ@@̪@@Ϊ@@Ъ@@Ҫ@ȑ@$PP@@@@@PP@Pت@@@PPP@P@@@ @@PP@Pު@@@PPP@P@@ @@@5@(@(PPNPP@ P@@@@@+P P@@@@@P P@@@@@޸PPPX@@$$@[@ P@@@@@@@@@@PP@@$$@[@P@6$$O@ @@@@P@ P@@@>@0@@@P@ P@@@oP P@@@@@P@@@@@P@ P@@@kPNM@G@$$@@ P@@@@@@@@@(P P@@PNJ@@@@@@P@@$@P@@@@$$O@@ @@@@ P@@@.@@@@0@@@ P@@@P P@@@@@-@@@P P@@@ P PP@PX@@$$@[@ P@@@@@@@@@@PP@@$$@[@P@6$$O@ @@@@P@ P@@@͸}@0@@@P@ P@@@P P@@@@@͸P@@@@@P@ P@@@ZPNM@G@$$@@ P@@@@@@@@@g@PP@@$@P@@@$$O@@ @@@@P@ P@@@u%@@0@@@P@ P@@@TP P@@@@@sP@6@@@P@ P@@@P@@ @$(@&@P@&@@@@Ӹ PP@(@@@@' PP@&@@(@@P @m @$@@s@@@g@P@d@@$P P@$@@!$!!!!x!^!6!$!!@!P!B!r!@!G!D!F!H!P!A!E!P!r!A!F!P!C!E!3!,!.""!+!,!."" im_process_keys symbol_table im_general_deleteim_compare_subsetim_update_key_counts!!' im_set_cursor at_current*.1at_end*46data_format_util_compare_sequential9>Csub_err_FFIcv_string_to_vector9LQ error_table_unimplemented_versionTX^ dm_error_wrong_cursor_typeadibad_first_key_idxalqbad_last_key_idxaty bad_leaf_nodea|programming_erroracollection_manager_get_control_interval_ptrsimple_get_by_ci_ptrget@im_process_keys$getposition`delete:`countX`>(&& &)&3&8&E&K&S&`&k&s&{&&&&symbtreeK˥1K$.PL/I 8"' *:/7Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapd.\K$\p"ZcKPjy+QsJo#G Hc_#ZPKP%ZaKP_ZfKPx9\K$ր&ZKP<+QsJo(QsJn$ZWKPM#ZKQ%QsJo>spec>on>7192.pbf-04/04/85>im_process_keys.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_im_key.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1>ldd>include>vu_typed_vector.incl.pl1pl1info im_process_keys{B!B !B!B!|9!:i>(&:`  im_put_key 07/17/87 1232.2re 07/17/87 1101.3 53496 KeyCnt 2FldTbl 3IdxHdr 4TJTGV?LNTPTMTT TT TKL$X #4?#im_put_keyfield_tableindex_headerindex_cursorkey_count_array^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected version ^a of the ^a structure. Received version ^a, instead.^/Expected an index cursor, type ^d. Recieved a cursor of type ^d instead.^/The input typed vector does not compare equal to its internal bit string form.^/Unable to compare the input typed_vector and its converted bit string form. @H(@ K@ `@$Lg@h@@j@H$$$[T@{`@d@f(@@ЗP%@k^@H(@%ЗP%@PP@P^@H@ЗP%@$P @@ЗP%@$P (@@$P@A0@@@@P@PP@PZ@@@6N,0@(@@@dLL$P$P@L@@!@@@@@@@@@@ª@Ī@ƪ@Ȫ@ʪ@ ̪@Ϊ@Ъ@Ҫ@@ P@ZP6@@  @ @@ZP@@@@`@@P@P@@$P P@PPP@@@`PP\@@@@@@@@@@@@ @'`PPb@˝˞@ʝ@@@@@@@@@@ @@@`PP@@@@@@@@ @`PP@@6f@f@>$PP@d@f@6ip`PP@@6>`@`@H@A^P@l@F@ F@lN@]@^P@>>> >>@>>@V@tVP@@VP@Z@@X@@@@@@P@P@@$PP@PPP@@@OF@$F@&PP@@@IVP@@VP@Z@@X@@@@@@P@P@@$PP@PPP@@@$`@@d@@PP@@ $PP@PPP@@@@n@d@0@dP@6>d@@n@t@v@PPPz@|@jP@)ԩ@֩@(@b@ܪ@|PPު@@@T@@@@V@@@@@@ڑ@ $PP@@@wָ$P @jVP@֫@VP@(@b@@|P@P@@@@@@@@I@@J@@@@@$P@@%֫@(@@@ PP@@L@@@@ @@ @@@@@@@@@@$PP@'I@$֫@(@@@PP$P(P@L@@y@@ @@ @@@r@n@k@n@f@[@@P@\P@0"VPN@`@ܪ@VP@@ު@X@@@@T@@@K@L@ڑ@$PP@@IdP@z@@@@@`@ @P@P"@|PP$@X@&@E@(@@*@@,@@$PP@@ $P"P @@@"$P&NPVPN.@@@@`@2@@4@ 6@VP@@8@X@:@@<@>@@@B@.@D@F@H@0@$PP@@E@@G(@G@N@ dPF$G@OG@$G@@@@A@P@J@PPNP/L@K(@@@HNH$P Pb@L@d@f@L@h@K@j@N@l@Pn@Pp@Pr@t@@@v@x@z@|@~@PP@`@$P@@@@A@P@@PP@@@@PM@N@0@(@@@LL$P P@L@@@@@@@@@P@P@P@u@q@n@q@i@Y@`@ª@P@P@@$P@@!!!!!! im_put_key  symbol_table im_get_opening_infoim_update_opening_infokey_count_array"get_dm_free_area_%%*sub_err_--0data_format_util_cv_vector_to_string38=compare_vector_to_string3@Gim_initial_insertJJOim_general_insertRRWim_basic_searchinsertZ^` im_set_cursor at_currentcgj error_table_unimplemented_versionmqw dm_error_key_duplicationz}wrong_cursor_typez key_not_foundzprogramming_errorz `array`debug_on` debug_off` *?#&&$&,&2&?&I&Q&Y&b&l&y&&&&symbtreeMLM=q4PL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986Martinson.SysMaint.aoptimize map \/lM=ph"ZcKPjq"ZdKPnz#ZPKP%ZaKP_*Z^KPX+QsJo#G Hc_(\)DK%$ZWKPM(jQlMF|+\)DK%>special_ldd>install>MR12.1-1042>im_put_key.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_key_count_array.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1pl1info im_put_key|B _ rT  S4xsSiZ$F@@@̞@@#>$F@@@@@@@@@@@@@@@@@@@@@@@@@@@|@~@L@@ !! ЗP&@"P P@@P(PPЪ@@@LPPPY@gY@PPY@ Y@NٸPP$PPЪ@@@@ЗP%@h$P@@ŀЗP%@]$P(@@@@PPPԀPP'@ PJ@@@@@B@C>C@PP'@ PJ@@@@@C@@@͞@@P P֪@;@Bo(@X@NP@6@6ipԞ@jL@@>jL@@>@jLd@P@ P֪@LPڪ@@ܪ@PPު@@ @PP͞@@P@PCO@L@@@@b@@g@@@@'J@PP@@@PP@@LP@0@NP@@0N@$PP@@@u@@@P$PP@@@iPP.P@@@A@P@@PP@@@@PM@N@0l@(@@@pHH$PP@C@Z@@@@ @@"@P$@P&@P(@N*@F,@K.@L0@?2@<4@>6@:@P@P8@@$ P@@@ª@P@0@P@P@@CHL<@@@@@COB@PD@@F@H@J@<@L@N@>@@̸r(@PPP@P@|@@@@COB@PD@@F@PH@ PJ@>@@PP@Mn@$@n@@Ȩ@ʪ@HLR@HLS@PP@V@PX@PZ@\@R@^@S@`@T@ @Pd@Pf@Ph@HR@j@S@|P@@n@d@p@r@f@t@v@h@x@R@z@j@|@t@~@r@@S@@@@l@0$PP@Ξ@tPP@PP@0@.@@P@r@$>S@J@n@J@COp@S@r@t@t@N@v@d@x@f@z@p@|@l@ @PPP@P@|Ȉ@Ш@Ҫ@P@PP@@@ٸPP@P@@@~@jL@@@H@>$$P[@$O@@@jL P P@@@@P@0@ .$.@<N@ PЈ@֨@ت@Aڪ@P@@P@@PP@0@@N؞@L@@p(@@@@@P@@@@@@@@@@Ѹ P@@"@|N؞@L@@p(@@@@@@@@@@@@@@@@@p(@@@@@P@P@@@@@PP@@@@P@|N؞@L@@p(@@@@@@@@@@@@@@@@oP@p(@@@@@P@P@@@@@PP@@@@Tֈ@ި@@P@0@P@0@@ 0 @0@.$.@0@i@*H@0N@I@0N@"H@0@@0N@PP@RP@@@@|P@@@@@@@@@@@$P"P@@|P@@@@@@@@@@@$P P@@5ވ@@@A@P@@PP@0@@P@0@ 0 @0@@.$.@0@i@.H@0N@I@0N@&H@0@@0N@PP@RP@P@@@@Ī@|P@ƪ@@Ȫ@@ʪ@@̪@PΪ@@Ъ@‘@$P2P@'(@P@@@ԫ@@֫@|P@@ڪ@@@ܪ@@ު@@@@@@@@@@@@@P@@@ؑ@,$P$P@@"ø@@@(@PP@P|@֟@֟@fo@@@@@@@@@@@ @BPP@PL@v@x@z@PH|PP@H@0@H@|P@@@@@@@@P@@@@@@@$P0P@@(@i@PPLP@@J|LP@@@@J|J@I|I@0$PP@@@cPR@I@0@H@|P@@@@@@@@R@@@@@@@$P0P@@F@p(@I@ @@@P@@@F@C@@@I@ @@PN@P@P@JC@JCJ@j@j@<J@Y@@PLP@@K@LP@Kp(T@X(@Z@\@P^@P`@n(@P@Po@LP@FoN@o@q@@@PPP @PCO"@ P$@&@(@"P@ P*@@ @͞@.@ P0@P4@PCO6@.@8@0@:@L@<@b@>@g@@@p@B@2@ @o(@@@@PPP@ P@0@P@P͞@F@@PJ@@PCOL@L@N@F@P@b@R@g@T@H@@;o(@@ @ @PPH@Z@PCO\@ P^@`@b@"P@ Pd@X@ @M͞@h@ Pj@Pn@PCOp@h@r@j@t@L@v@b@x@g@z@p@|@l@ @ PP@0@@.$.@6h@PP@hN@  Pj@LPZ@j@\@P^@X@ @o(@ @@@(@.@P@PP@@@@@j@ʸ@@@A@P@@PP@0@@"P@0@ "0 @0@@.$.@0@i@0H@0N@I@0N@(H@0@"@0N@PP @RP @P@@@ @@|P@@@@@@@@@@"@@p@@@@@ $P(P@P@@@|P@@@@@@@@@@"@@p@@@@@$P&P@@(׸@$@*(@NP@0@@̸ P P4r@$>@L@@@@@j@@tP`0`@|@@@@@LP@@*@@@@@@@@@@$PP@ @*@(o@PP$@,@2(@P P4ظr@$>@L@@@ī@Þ@j@Ъ@tP`0`@|@ʪ@@̪@~Ϊ@LP@Ҫ@2@Ԫ@}֪@ت@yڪ@@ܪ@sު@p@ȑ@$PP@ @2@Po@PP,@4@¸`@@ifCo@X@~pҸo@PP4@:@X@mcŸo@PP:@@@F(@NP@0 f@d@LP@@|@|@@38P P4@<Jer@$>@L@@@@@j@@tP`0`@|@@@@ @LP@@F@@ @@@@@@@@$PP@ @F@ݸso@PP@@H@N(@-P P4#r@$> @L @@@ @ @j@@tP`0`@|@@ @@@LP@@N@@@ @"@ @$@&@(@@$PP@ @N@1o@PPH@P@V(@ *@,@0"o@PPP@X@X@ڸo@PPX@^@c@H@0.@H/@|P@2@@4@.@6@P@8@/@:@d@<@0@$P.P@d@aZe@I@0/@H.@|P@2@@4@/@6@R@8@.@:@d@<@0@$P.P@d@D=i(@e(@c(@^@f@h@q(@f@h@q@hP PhPPp@p@0>@i@)H@0>N@I@0>N@!H@0>N@PPn@RPn@n@B@|P@@D@@@F@PH@PJ@p@L@PN@l@P@@@ $P,P@|P@@B@@@D@PF@PH@p@J@PL@l@N@@@$P*P@l@ q@$PNPhP (P߸f@r@t@P@0@xP@0@@ x0 x@T@tPPV@PX@PZ@R@@tP P@P@@@>@jL@@@$$P@jL PPP@0@ .$.@<^@@@@^N@Pr@z@|@Pb@ @_pLP@@@`@[d@#@_pNP@@@`r@Ob@ @_pLP@@@fW@Bd@ @_pNP@@@f=@6b@@c@d@@e@d(@b(@z@@@N؞m@Ll@@npo(@PP@r@n@t@@@v@o@x@]z@Z|@l@~@`@p@@r@$>o@Ll@@@@o@j@@tP`0`@PP@P@@n@|@@@@B@n@@@@A@@=@l@@7@4@@$PP@ @@@@@@k@@l@m@m@N@@n@qN@PPm@<KpTPV@^PT@`P^@TP`@HL@H@@K@@^P@G@@@@@@@@@^PT@P@P LP@T@@Z@@@ @ LP@T@@\@@@ @ J@@@@@CP@P>Ck|@GX@NP@6@6ip@jL@@>jL@@$$G@jLd@b@P@Pg@f@n@$G@n@@PZ@LP@T@@\@@@ @ \@LP@T@@Z@@@ @K@pm@$m@X@@h@PPh@m@P@PCm@$P@PC$P@Lh@m@$m@@@wl@$$m@[@LP@@6@@@@~@>$$l@[m@[@q@@@@P@Y@@@@@H@@I@@@@@@n@@@@@+@@@@@ @ @@ @@( P@@@LP@@l@P@P@P@k@@P@>k@+ڸPP@ @P@ @LP@@@@ @ N@ N@~NP@0kn@oN@ӸV!g@PP pP@@|P@@@@@@L@@H@@ @@@@@$PP@@? pR@@|P@@@@N@@I@@ @@@@@$PP@@%@@LP@@l@P@P@P@k@@P@>k@gn@oN@ LP@CO"@\@$@ @@˸ h@ @"@@@PP@l@LP@@6>k@>LP@6(@P@P@(N@@0 PP@~P@Cn@oN@<og@(pP@,@|P@.@@0@L@2@H@4@(@6@@8@*@$PP@(pP@,@|P@.@@0@L@2@H@4@(@6@@8@*@$PP@@wR@,@|P@.@@0@N@2@I@4@j@6@@8@*@$PP@@_lV@@PP@l@LP@@6>k@¸n@oN@ LP@<@Z@>@:@@( h@:@<@/oJC@@@(@(@P6@P@PPPP@P@@PP@@@Z@0@JPHLB@LP@CpD(@H@H@C@J@PL@D@N@P@R@B@T@V@F@@MHLB@NP@DpC(@I@H@D@J@PL@C@N@zP@wR@B@T@}V@F@@0PZ@LPH@Z@J@Z@L@F@ @M\@n0@IPHLB@NP@CpD(@I@H@C@J@PL@D@N@JP@GR@B@T@MV@F@@HLB@LP@DpC(@H@H@D@J@PL@C@N@-P@*R@B@T@0V@F@@PZ@LPH@Z@J@\@L@F@ @RPZ@HB@\@C@|P@`@\@b@d@Z@f@h@Z@j@B@l@\@n@t@p@r@r@C@t@@v@^@0$PP@@KPPtP@0@H@tP@0@I@@@@LP@x@@0FN؞{@Lz@@|p}(@@@|@@@@@}@@@@z@@@~@@yPPb@d@LP@@NP@@@x@@@@z@@Cs>@Cpd@LP@@@NPCfNP@@>C`@@x@x@@~@$PP@|P@@@@F@@@@~@$PP@ž@jPPI@E|H@E|AipAiLF@0|C؞z@@@x@}(@|@@F@@@@~@ $PP@ž@BCPPÝ@LP@@Ý@NP@@CPÝ@NP@@Ý@LP@@b@d@@Ĩ@ƪ@PP@0@P@ P@0@.$.@0N@ @ Pt@@$$$[r@MHL@HL@@@P@P@ @@@@@@ @¸@P@E8@P@72P@H@@@|P@@\@@@Z@@@@@@@@@t@@r@@@@@@@0$PP@ʞ@ tPP@P@0@Ĉ@!!!!Z!!!\!!z!x!}!!!:!\!L!H! !H!L!b!g!L!b! !Z! !I!N!d!f!N!d !H!!L!G!b!g !J!G!T!p!!!I!_!f !H!_!f !I!_!` !H!_!` !l!d!*!L!b!N!L!F!!L!b!!N!d!2!N!*!N!I!!N!d!!n!o!!!! !J!!!p!im_rotate_insert symbol_table ioa_sub_err_im_general_insert"im_init_branch_ci_header%%,im_make_parent_key//4im_update_branches77<single7?Aim_update_opening_inforoot_idDJL error_table_unimplemented_versionOSY dm_error_ long_element\_ccollection_manager_allocate_control_intervalfkrdeletefuwdelete_from_ci_bufferfzgetfmodifyfmodify_in_ci_bufferfputfput_in_ci_bufferfreplace_ci_bufferfsetup_ci_bufferfsimple_get_from_ci_bufferf`debug_on` debug_off`,ADJUST_TARGET_ELEMENT_ID_FOR_PREVIOUS_INSERT(ADJUST_TARGET_ELEMENT_ID_FOR_NEXT_INSERT" 4&&&$&.&6&>&C&N&[&e&t&y&&&&&&&&&symbtreeK˥1K$ )GPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapL/\K$ÀXZfKPx`ZfKPxh#ZPKPq%ZaKP_{9\K$ր6\K$#G Hc_>spec>on>7192.pbf-04/04/85>im_rotate_insert.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>spec>on>7192.pbf-04/04/85>dm_im_opening_info.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_rotate_insert|B!+ GE kƚ^*P%@ @@>0P%@ >7P%@ A@ ><P%@ B@PP@PJ@@@6S@T@V@X@@UP (PJP@PH@JP@/C@ (@@0@ @P0@C@#>$F@@PP0@}JP@@!JP@@P0@PC@HF$$D@D@HP@F@PP@PC@`0`@JP@C@/@2@@B@JP@ @@ @A@@ @@@ @@@@ @@@ @P@@ @ @@L@N@AP@P@Y@NPPNP/8Z@\(@@@:H^H$P Pr@t@'v@Z@x@\@z@^@|@P~@P@P@@@@@@@ @@PPP@p@$P@L@!S!T!V  im_set_cursor symbol_table$ sub_err_ error_table_unimplemented_version!*7` at_current0$C`' no_current7*N`- at_beginning<0W`3at_end?7b`: &&#symbtreeKMR#KɓBPL/I 6"' ,V|bkuybbMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list:#Z]KπC#G Hc_L'Z&K^N>spec>temp>famis1>im_set_cursor.pl1>ldd>include>sub_err_flags.incl.pl1>spec>temp>famis1>dm_im_cursor.incl.pl1pl1info ^ im_set_cursore!+8T_@ӄ4 PZjkʨ /UPV`Zk +,@eT obj_map @Z bf|  im_simple_delete 04/04/85 1111.5re 04/04/85 0958.2 28800 im_simple_deleteTGV?T TSTV#L$4?#index_cursor^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected an "index" type cursor (type ^d).^/Received a cursor of type ^d instead.@@P%@ @(@ɟB@J@s(@t@ s,@s@POt@t,@ Nf@p@r(@@(@PP@Pf@PPh@@6N.s@@(@@@TT$PP@@@@@@@@@@@@@@@@@}@z@w@tª@@  P@hP6@@w@w@9@hP@A@P@PPj@l@n@@P0D@@P@E@fP@@@@LR@p@@E@~>I@@@@FJ@@9H@@@F@jPjP@H@>$$F@[@$O@@jPjLjP@@F@$$$[[@@$O@@jPjLP@6@EN@ (F I@O@E~@O@@I@>@FO@~OOO@~PjLF@@N@G@P@6@HN@G>@6PipO@6G>@OjL(FNL@NjP@@@@6N@iLip@~jL@@@FB@@9M@@ FMMD@@A@@@@p@@@@@@$PP@@@t,jP$jP@@EN@D@0|E@<pf@@A@@hP@@@j@@@@@@@@@@$P P@@@NP (P@v@v@|@~@~PPP@ P@@A@P@@PPNP1s@lƩ@(@@@nHH$PPު@O@@@@@@@@@P@P@P@M@@@G@D@H@?@7@PP@ܑ@$ P@@!@!!! im_simple_delete symbol_table@  file_manager_putim_update_branchessub_err_""% error_table_unimplemented_version(,2 dm_error_wrong_cursor_type58=CE`&&!&'&4&?symbtreeK˥1K$.DPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map P/\K$r\"ZcKPjeZfKPxm%ZaKP_w#ZPKP$Z,KO*Z-KO!ZKQ9\K$ր>spec>on>7192.pbf-04/04/85>im_simple_delete.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_cm_basic_ci.incl.pl1>ldd>include>dm_cm_basic_ci_const.incl.pl1>ldd>include>dm_ci_parts.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info im_simple_delete B! i:FGN@G@@~@@j@6@@[@B@@@i@6$$B@[K@[@A@H@> P P$PPЪ@@@ B@KN@P@Ъ@F@Ҫ@@@Ԫ@Α@ $PP@@@VP@@@fj@6H@>$$K@[I@I@POK@OLPOk(@I@5k@8k@J@k@k@G@~H@ H@NNk@NG@N@PH@@F@l@@@G~@@$`0`@H@$M@MMީ@(@$PP@@@@@@@@@@@@@P@I@6jip@jjLP(FOf@OP (PP@@@@G@@jL6@ip>@jL@@@$$J@@jLC@P@FD@@9N@@ FNNF@@P@@Ъ@@Ҫ@@Ԫ@@@֪@Α@$P P@@@JPBP@@GN@=F@0|G@><p@Ъ@P@@Ҫ@@@Ԫ@@֪@@ت@@ڪ@@@ܪ@Α@$P P@@@ #Pު@ƞ@@P@@Ъ@@@Ҫ@@Ԫ@@֪@ Pت@@ڪ@@@ܪ@Α@$PP@@@fP(P@@@@@PPP@P@@P$PNP@H@>P PP@@@@@ª@AĪ@P@@PP@@@@PM@N@0@(@@@ HH$PP@@@@@@@@@P @P"@P$@&@(@*@,@.@0@2@6@P@P4@@$P@@!@ im_simple_insert symbol_tablea  file_manager_ get_ci_ptrputim_update_branches %sub_err_((+ dm_error_ long_element.15programming_error.8= error_table_unimplemented_version@DJcollection_manager_compact_control_intervalMRYmodifyM\^d9`K&&&'&-&7&?&L&[&`symbtreeK˥1K$ )PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map T/\K$ǀ`%ZaKP_j9\K$րy"ZdKPn#ZPKP6\K$$Z,KO*Z-KO!ZKQ#G Hc_>spec>on>7192.pbf-04/04/85>im_simple_insert.pl1>ldd>include>dm_im_ci_header.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>spec>on>7192.pbf-04/04/85>dm_im_opening_info.incl.pl1>ldd>include>dm_cm_basic_ci.incl.pl1>ldd>include>dm_cm_basic_ci_const.incl.pl1>ldd>include>dm_ci_parts.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_simple_insert(spec>on>7192.pbf-04/04/85>im_split.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_im_key.incl.pl1>spec>on>7192.pbf-04/04/85>dm_im_opening_info.incl.pl1>ldd>include>dm_element_id.incl.pl1pl1info im_splitjB!|O x_1i:6.@@0@.VP@@M@@@RP@0@.$.@6VP@@ @N@N„@@N@@@ @N8@.@O@0@.$$F@@@ @6NJ@@@9@\@@PP@P@@@@@@ª@Ī@R@ƪ@@@Ȫ@@ʪ@ P̪@@,$P P@P PG P@@@@@~6.@@0@.F@@@@\@ڪ@P@Pܪ@@Pު@@@@@@@R@@VP@@@@@ P@ؑ@,$P P@P P P@@@bRP@0@.$.@6>6.@@0@.VP@@(@?@:N@@9@@@@0@@@@0N@?@@@@@@N@P@@@%~N@"@(@@@d$PP@@|B@D@@F@@H@@J@@@L@@@CON@@COP@R@T@V@X@Z@u\@r^@o`@b@>@$P@@@A@@VP@0@D@0N@M@@@@@B@6@@@@N@de@(@@@,,@@DD@@,,@@rT@@@ > @@d@@@d@$PPv@x@3z@@|@@~@@@@@@@@@@@@@@@@@@CO@>@@B@@@@d@@@@@@@@@@@@@@@@@@@t@DP@t@@A@@`VP@@@B@@N@f@(@@@0,,@@HDD@@,d,@@@@@@@>@@'@@$PPv@x@z@@|@@~@@@@@@@d@@@@@@@@@CO@@@B@CN@>@@@@@@@@@@@@@@@@@|@|@}@w@t@DP@@@@@VP(@(@P P@@ PVP@PV@Q,@@p@r@PP Pv@x@Az@P@@xPPNP/j@(@@@HH$PPҪ@6Ԫ@L֪@@ت@@ڪ@@ܪ@Pު@P@P@J@@@C@@@F@;@$@zPP@Б@$P@v@|@~@A@P@@~PP@@@@PM@N@0)@(@@@LL$PP@@ @@@@@@@P@P@P @ "@$@&@(@*@,@.@2@P@P0@@$P@|@@@P0|C(@4(@5@6@8@9(@XP@@<@@@>@@@@4@B@PPD@5@F@6@H@8@J@PL@9@N@@P@:@,$PP@@(LPP@P@P@69@ $PP<@:@@;@@9N@$PP<@:@@/$PP<@:@@'@!!!!!!!!--$ im_structural_search symbol_tableg  sub_err_im_basic_search dm_error_wrong_cursor_type #(programming_error +0bad_first_key_idx 38bad_last_key_idx ;@ bad_leaf_node CGbad_vector_type JN error_table_unimplemented_versionQU[collection_manager_get^cdj.` &&&*&2&:&B&I&P&]&fsymbtreeL*JGvLb9PL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map X9gIL\g%QsJoq:gDL=+QsJn#G Hc_#ZPKP%ZaKP_"ZcKPj+\)DK%$ZWKPM(\)DK%>special_ldd>install>MR12.0-1173>im_structural_search.pl1>ldd>include>vu_typed_vector.incl.pl1>special_ldd>install>MR12.0-1173>dm_interval_spec.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1pl1info im_structural_searchLB!|eOӋtxx[ >  im_update_branches 05/10/85 0806.2re 05/08/85 1046.0 20376 im_update_branchesT`TV# L$4?#^/This program may only be invoked on branch nodes. It was invoked on the leaf node with id ^d.b @B(@N؞R@#>$FS@@T@V@W@@X@HF@b@ >;P%@B(@ >@P%@B@PP@PN@@@+sc@d@f(@@@`h`$P P@@c@@d@@f@@h@@ P@@@@@@@@@P@P@@CP P@0@@AB@  P@0@ .$.@<C@NP@@C@Z@ P@0@ .$.@<D@ D@ZN@ACN NP@6f@~D@PP@@@|*XPL@P@Pj@@Pl@A@n@L@p@F@r@G@t@@Pv@h@$PP@PPPj@h@@]G@$$$[K@LP@0@@f(@TPd@R@c@)@g@PPj@Pl@@@n@f@p@d@r@c@t@@v@g@x@H@z@J@|@P~@h@,$P P@PPPj@h@@%A@HP@g(@P@Pj@@Pl@H@n@J@p@@@r@g@t@@Pv@h@$PP@PPPj@h@@D,@v@\@^@PPPim_update_branches symbol_table; sub_err_ dm_error_programming_error collection_manager_get#()modify#,.simple_get_from_ci_buffer#18@D`singleC;N`>8&&"&+&0&:symbtreeK˥1KO-iPL/I 8"' *uMultics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map@:]uWKOOZfKPxW%ZaKP_a#ZPKPj+\)DK%>special_ldd>online>dm.5.5-05/08/85>im_update_branches.pl1>ldd>include>dm_im_key.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1pl1info }im_update_branchesB!W0i6$Fb@@d@f@#>$Fg@@h@G(j@#>$Fk@@l@H@J(@L@N@O@P@^@`(@P(PP@PP@PPX@@6N+@(@@@LL P@_@[@@@@@@@l@@@eª@bĪ@bƪ@cȪ@[ʪ@X̪@UΪ@RЪ@@  P@XP6@@U@U@@PP@PF@P\@ PPZ@B@R {@P'@.@U@@Z@.0@dPZ@\@|PP@PB@PD@B@0@0PP@P^@@@@@@@@@@@@@ @\@@~\C\@@ZP@@6@@@N@@@|@0lPF@@`%hPL@F@@\@@L@@@ @LP@\CL@L@ֿ0@J?D@@J@@ip@@PP@B@@@@H@@@@@@N@@@@@ª@PĪ@@($PP@PPP@@@N@~n@@@@@nN@P P@@G@@@@@@^P@O$?@@O@,@H@0@J@#>$FH@@H@PP\@P@PF@\@@>\C\@@ZP@@@@@@N@@@@@|@0lPF@@hPL@F@@\@@L@@@ @LP@\CL@\@0M_D@@J@@ip@@PP@B@@@@H@@@@@@O@@@@@ª@PĪ@@($PP@PPP@@@_O@~o@NN@N@@@@@oN@P P@@G@@@@@@^P@O$?@@O@,@H@0@J@#>$FH@@H@P P@@G@@@@^P@@$?@@@.@@@@P'@ PB@ֿ0@ P@PB@0@D@#>$FB@@ PH@ǿ0@J@#>$FH@@@p@r@.@@rPPP@Pv@x@Az@P@@xPPNP/֩@(@@@HH$PP@@@@@@@@@P@P@P@@ @@@@@{@q @zPP@@$ P@v@|@~@A@P@@~PP@@@@PM@N@0e@(@@@mHH$PP*@B,@>.@@0@@2@@4@P6@P8@P:@F<@C>@C@@DB@<D@2F@3H@L@P@PJ@(@$ P@|@@@(@P@0@CN@O(@PR@XP@@T@@V@PPX@N@Z@O@\@@^@P@$PP@@tSPP@P $PPR@P@@G@P@6O@ $PPR@P@@: @@ON@$PPR@P@@.@@@`@Pd@XP@f@@h@P@Pj@@Pl@@Pn@P@p@`@r@@Pt@@Pv@@x@b@,$PP@@%@@@(@G(z@XP@~@@@P@P@@P@z@@@@|@$PP@@@!!!!!F!F!\!H!J!!F!F!\!B!D!F!!Z!!! im_update_key_counts symbol_tableu  data_format_util_compare_string_to_stringsub_err_""% dm_error_wrong_cursor_type(+0bad_first_key_idx(38bad_last_key_idx(;@ bad_leaf_node(CG error_table_unimplemented_versionJNTcollection_manager_get_from_ci_bufferW\asetup_ci_bufferWdhsimple_get_from_ci_bufferWkr{h` cleanup.1ux FINISH{A~ &!&'&2&:&B&I&V&c&j&tsymbtreeM1M %ϊPL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map P2jM]#ZPKPf#G Hc_o"ZcKPjx%ZaKP_#ZPKP+\)DK%5jM#ZKQ>spec>install>MR12.1-1020>im_update_key_counts.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_im_ci_header.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1pl1info im_update_key_counts B!Bx"iF|}OӃ]x iz.<9O!_jZZkVk:@k|ZVkV`Z@eU*eU*eU*eobj_map >FZ<  im_update_opening_info 04/02/87 1313.2re 04/02/87 1313.1 36720 IdxOpn 3IdxHdr 4KeyCnt 2cmword01im_update_opening_info TL$TTGTX V?TTT TT#4?#index_headerindex_opening_infopassed key_count_arrayincrement key_count_arrayopening info key_count_array^/Expected version ^d of the ^a structure. Received version ^d instead.^/The sizes of the opening key_count_array, the passed key_count_array, and^/the increments key_count_array arrays are inconsistant. @@(@A(@N@P(@T@@""~opP%@@@PP@PB@ " tpP%@A@P(PP@PT@@@@@@[@@@t@@p@@ @rTPPR@q@q@@@G@@@^@@Y@@ @\@@3d@d@d@BP@2@@@G@@A@@ @ETPPD@@@Y@@@@@2@@+@@ @0TP @#!PP0RP@|؞@TP@@@@R@@@@P@@$PP@PPP@@@@V@X@PPP\@^@A`@P@@^PP@@@@PM@N@2s@@(@@@HH$PPȪ@ʪ@@̪@@Ϊ@@Ъ@@Ҫ@PԪ@P֪@Pت@ڪ@ܪ@ު@@@@@@`P@P@Ƒ@$ P@\@b@d@$P@0@@@@ P@DP@6P@P@>$PP@N@P@6ip@@@6>$> F`@@dP@Pb@h@DP@6o@n(@n@oN@BPF$$n@DP@O[FPOOO@On,@h@p@TP PF@F@t0@FPTP@ @@@{@@F@@@[@@N@@ @YDP@6BP@@@6N@FP@6N@$K@(@@@x $PP.@'0@:2@@4@@6@ @8@3:@)<@">@0@@!B@D@,@ P@TP @Bv@$PNPTP @ v@wTP @}p@x@BP@6>DP`@`@@@6>$F@RP@G@H(@TP@@L@N@D@P@F@R@G@T@H@V@~@X@J@$PP@~@@ܸx@@@FP@6>$> F`@@@HH@FPJ@FP6Z@FP@@6Z@Z@$Z@@L@FP@@6>M@RP@\@H@Z@TP@@`@b@\@d@Z@f@PPh@^@$PPj@@@!~!v!F im_update_opening_info symbol_tableb  get_dm_free_area_sub_err_ dm_error_file_must_be_protected!$*programming_error!-2 error_table_unimplemented_version59?collection_manager_modify_unprotectedBGLpostcommit_incrementsBOU put_headerBX[key_count_arrayo@^ &im_update_opening_info$key_count_arraytbe root_idwo`r  ?#&& &,&4&A&N&W&]symbtreeM1M ǬPL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize mapL4jMY*\)DK%d+\)DK%o#ZPKPx5jM"ZdKPn(\)DK%#G Hc_>spec>install>MR12.1-1020>im_update_opening_info.pl1>ldd>include>dm_cm_increment_info.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_element_id.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>dm_im_header.incl.pl1>ldd>include>dm_im_opening_info.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info im_update_opening_info=B _B! d:<O_jZZjVj_j+|Z+Z_V`Z +vC9UYUYUobj_map x   im_validate_cursor 04/04/85 1111.5re 04/04/85 0927.9 30960 IdxOpn 3IdxHdr 4?#im_validate_cursor TGTJV?TTT TLL$X #4?#index_headerindex_cursorindex_opening_info^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected version ^a of the ^a structure. Received version ^a, instead.^/Expected an index cursor (type ^d). Received a cursor of type ^d, instead.eL P%@@(@P@Q@@R@HB@D@F(@G(@H(@N@PP@PJ@(P@@6N+f@h(@@@LjLP@y@@f@@h@@j@@@@@@@}@z@|@u@r@o@l@~@  P@JP6h@}@ooj@nl@c@#PP@PN@fj@fl@fon@@@@6@j@@F@@B@~@ @ȸNPPL@Hj@Hl@@@"@j@@0@@.@~@ @JP @  $PPl@j@@ @@}@ @  @$PPl@j@@n@0@j@@g @ @@}@  @$PPl@j@@wU@0@Q@@N@0@  @$PPl@j@@b@ @@@@:}@RPf@h@@@@@@@}@@f@@B@@@h@@D@@F@@PP@~@,$PP@PP@@JP@@/FN@@@ DP@PF@`6`@@@@@P(PJP@@/h@N@l@J@n@@@p@h@r@Pt@j@$PP@PPPl@j@@@T@V@PPPZ@\@A^@P@@\PP@@@@PM@N@0p@(@@@LL$P P@N@W@@@@ª@@Ī@Pƪ@PȪ@Pʪ@S̪@PΪ@MЪ@OҪ@HԪ@=֪@?ت@ܪ@^P@Pڪ@@$ P@Z@`@b@Ad@P@@bPPNP/3@(@@@=HH$P P@@@@@@@@@P@P@P@@@@ @ @@ @@dPP@@$ P@`@!h!}!jim_validate_cursor symbol_tableL im_basic_search repositionsub_err_ error_table_unimplemented_version"&, dm_error_invalid_cursor_position/28wrong_cursor_type/;@collection_manager_getCHIOi`,&&!&.&:&B&KsymbtreeK˥1K$!PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapH1\K$ހU#G Hc_^"ZcKPjg9\K$րv"ZdKPn6\K$#ZPKP>spec>on>7192.pbf-04/04/85>im_validate_cursor.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_im_header.incl.pl1>spec>on>7192.pbf-04/04/85>dm_im_opening_info.incl.pl1>ldd>include>dm_element_id.incl.pl1pl1info im_validate_cursor@\B _ӄt=xCišnspec>temp>famis1>index_manager_.alm`PA (P@@,U*eU*eU*eU*eobj_map  Ua  rcm_create_collection 04/04/85 1111.5re 04/04/85 0958.8 28080 ESMinfo1CISMinf1FldTbl 3rc_hdr_2rcm_create_collection TJX V?T T#4L$esm_info?#cleanupfield_table^/Expected version ^a of the ^a structure. Received version ^a, instead.8SP%@ @(@A(@B(@؟D@F@H(@I@J@K@M@N@O@ɟZ@P (P (PP@@P@PX@\@P0@PP`@ I@`@@@@(@P0@P@Pb@p@t@@@v@p@x@z@|@~@r@ @M@b@v@@@@@@@@@@@@@@@R Y@P'@.@@@D@t@r@$P P@^(@_(@X@t@D@v@\@x@C@z@P P|@r@$PP@P P\r@\t@\P@8@r@@G@@C@@ @\P@FbP@@C@bP@@@@@`@@b@@A@@P P@@$PP@P PN\P@>@@@@>>@>@$@(@@@t@v@\@x@@z@B@|@@~@P@ P@r@$PP@P P&F@Z@@@B@@l@@@@A@@Z@@@@P@ P@@$PP@P P A@P P.@ @@d@.@@^PP'@ PD@˿0@\@ǿ0@\P@@>@@@@A@@@>A>@@>@\@@@j@l@An@P@@lPP@@@@PM@N@0@(@@@LL$PP@@@@@@@@@P@P@P@@|ª@Ī@~ƪ@uȪ@rʪ@v̪@Ъ@nP@PΪ@@$ P@j@ rcm_create_collection symbol_tableS  data_format_util_cv_typed_array_to_tableget_dm_free_area_!!&sub_err_)), error_table_unimplemented_version/39collection_manager_create_collection<AFput<IJ put_header<MPY>` cleanup.1^SV FINISHaYL\ & &(&.&;&H&L&RsymbtreeK˥1K$/;;PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map P4\0K$]#G Hc_f+QsJoq#ZQKQz$ZWKPM"Z&KO!ZRKP9\K$ր*Z^KPX>spec>on>7192.pbf-04/04/85>rcm_create_collection.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_rcm_header.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_cism_info.incl.pl1>ldd>include>dm_esm_info.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1pl1info rcm_create_collectionB!|_ӂtx.e_jZZk@+|ZVjUPV`Z +h@eU*eU*eobj_map b&  rcm_create_cursor 01/04/85 0958.4re 01/03/85 1602.2 8712 area#4L$!PP%@ $PP%@ P (PP@P@@@B)@P'@P PP@ P@@P@H@iLip@P@P@P@@P@(@(@(@@P@rcm_create_cursor symbol_table!  error_table_area_too_small create_cursor$ `)!`area.1,$"'C &symbtreeKMR#K"PL/I 6"' ,JkW]ehWWMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list6'ZkK@(Z^K^ >spec>temp>famis1>rcm_create_cursor.pl1>spec>temp>famis1>dm_rcm_cursor.incl.pl1pl1info Rrcm_create_cursorxBjPVjZZk*V`ZXV@ @epobj_map CC-p xzk  rcm_delete_record_by_id 04/04/85 1111.5re 04/04/85 0959.0 27360 rcm_delete_record_by_id THV?T4T TT!X #L$4?#record_cursorelement_id_list^/^a$^a is not a valid entrypoint^/Expected record cursor, type ^d; received type ^d.^/Expected version ^d of the ^a structure. Received version ^d, instead.Z @@(@H@Z@bP%@\@[(@@@$^$$P Pj@l@n@\@p@[@r@^@t@v@x@z@|@@@~@@@@h@ P@gP%@PPJ@@@PPA@#lP%@PPJ@PP@PF@@@[@H@g@u^@u`@@FP@A@@(@J(PPP@PD@@@6g@[@Z^@Z`@@DP6N,M\@[(@@@]4h4$PP@-@:@\@@[@@h@@8@DP@2@/@/@/@(@!@@@@ P@DP@[@@@@@A@@[@@JP@@$PP@JPJP`@^@@t@@0PPFP@@L@B@B@LN@%FPFA@[@DP@@j@@@l@A@n@[@p@JPr@h@$PP@JPJP`@^@@JPP$PB,@A@DP@@@N@P@AR@P@@PPPNP/@(@@@HH$PPĪ@ƪ@Ȫ@@ʪ@@̪@@Ϊ@PЪ@PҪ@PԪ@֪@@@ت@ڪ@ܪ@ު@@RPP@‘@$P@N@T@V@P$PNP PPPNP PPPNP PP!g![!^![!g!^ rcm_delete_record_by_id symbol_tableb  sub_err_ dm_error_programming_error!record_not_found$)wrong_cursor_type,1 error_table_unimplemented_version48>collection_manager_deleteAFHci_not_allocatedKPci_not_in_collectionSY no_element\_gQ` singlelb`e arrayog`j &&#&+&3&@&J&R&[&asymbtreeK˥1K$/qcPL/I 8"' *yMultics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map@6\*K$N#ZKPՀW([KQa#G Hc_j9\K$ր>spec>on>7192.pbf-04/04/85>rcm_delete_record_by_id.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rcm_delete_record_by_id7!AA:zNspec>temp>famis1>rcm_destroy_collection.pl1>ldd>include>sub_err_flags.incl.pl1pl1info Rrcm_destroy_collection\A _jZZkjPVjZj8@eU*obj_map ,,6bjpl  rcm_destroy_cursor 01/04/85 0958.4re 01/03/85 1603.8 15120 rcm_destroy_cursor TGV?T TAL$X #4?#record_cursor^/Expected a record cursor, type ^d. Received cursor of type ^d.^/Expected version ^d of the ^a structure. Received version ^d instead.?0P%@P(PP@PB@@@6N+J@L(@@@DND Pb@d@f@J@h@L@j@N@l@n@@@p@r@t@v@x@z@|@~@@`@ P@BP6L@_@N@P@I@ BPP@@B@@PP@D@F@AH@P@@FPPNP/x@(@@@HH$P P@[@W@@@@@@@P@P@P@\@@@W@T@V@O@G@HPP@@$P@D@!L!_!N rcm_destroy_cursor symbol_table0 sub_err_ dm_error_wrong_cursor_type error_table_unimplemented_version#'-3C`&&"&/symbtreeKMR#KXPL/I 6"' ,WzdkswddMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list:(ZoKD(Z^K^ N#G Hc_>spec>temp>famis1>rcm_destroy_cursor.pl1>spec>temp>famis1>dm_rcm_cursor.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info _rcm_destroy_cursorA @@p@ P@PPPJ@@@N@J@P@PR@L@ $PP@PP@$P@+0@@H@F@ P@B@@DP@>V@@W@@>W>@V>@D@@@ rcm_free_opening_info symbol_tableR  get_dm_free_area_rcm_get_opening_infoopening_table_ptr!&opening_manager_ get_opening).1 free_opening)48sub_err_;;> dm_error_programming_errorADI no_openingALOUM`  ?#&&(&3&:&@&K&QsymbtreeKMR#KB;PL/I 6"' ,iwwwMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list>+ZpKI.Z`K^U)ZK^+`#G Hc_>spec>temp>famis1>rcm_free_opening_info.pl1>spec>temp>famis1>dm_rcm_opening_info.incl.pl1>spec>temp>famis1>dm_field_table.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info qrcm_free_opening_infoB _ӂ4S x? h<',_jZZjVk'PkZNkZV`ZjC9UYUYpobj_map V^fv  rcm_general_search 04/04/85 1111.5re 04/04/85 0959.3 65808 rc_open13fprcm_general_search TLT9TGV?T?TTT T4X L$#4?#cleanupspecificationrecord_cursorreturn_conversion_errorrecord_collection_opening_info^/Expected record cursor, type ^d; received type ^d.^/Expected version "^8a" of ^a structure; received "^8a".The entry code ^d is not one of the possible valid entry codes.^/Expected version ^d of the ^a structure. Received version ^d instead.^/The specification structure does not have a recognizable type.^/The recognizable types are: ^d, ^d, ^d or ^d. Received a type ^d structure. @L@N@V@@"""""P%@ PP`@Pb@ Pf@ Pj@@@""""P%@ PP`@Pb@Pd@ Pj@@@l""""""P%@PP`@Pb@ Pd@ Pf@Pj@@@R""P%@PPb@Ph@Pj@@@h(P<"""P%@ PPb@Ph@ Pj@@@h(P&P%@PPb@Ph@Pj@v@@h(P""/P%@PPb@Pj@c@@j(PH(@bPPX@@6N,@(@@@44$P.P@@@@@@@@@@@@@@@@ª@Ī@ƪ@Ȫ@@ P@XP6@@@@k@PP@PZ@TA@K+D@F(@XP@G@ XP@F@G(@F@G@/HD@J@J@XP@@@@V@@H@@@$PP@H@x@@} VP@B@@@R@@N@@ @VPPN@W@P @P'@.@5@@@@N'X@@N@@Z@@E@@G@@C@@J@@I@@`P@PP@L@@H@@@0$P P@H@$P0NP)N$X@@N@@Z@@E@@G@@C@@J@@I@@`P@dP@H@@@,$PP@H@܀$P0NPـN)X@@N@@Z@@E@@G@@C@@J@@I@@`P@PP@dP@L@@H@ª@@4$PP@H@$P0NPsڸN"X@@N@@Z@@E@@G@@C@@J@@I@@hP@H@@@($P P@H@$P,NPPNX@@N@@Z@@E@@G@@C@@J@@I@@H@@@$$PP@H@n2kNX@@N@@Z@@E@@G@@C@@J@@I@@hP@H@@@($PP@H@NyKN"X@@N@@Z@@E@@G@@C@@J@@I@@PP@hP@H@@@,$PP@H@+V(H@(@@@{@@$P*P̪@Ϊ@&Ъ@@Ҫ@@Ԫ@@֪@@@ت@.ڪ@'ܪ@)ު@+@ @@@ʑ@P@@@NNLPfPH@jP.@@@PP'@ P@@NNL@0@fPL@0@ `PB@L@D@H@F@@@ P@@l@n@PjP.@@r@t@Av@P@@tPPNP/@(@@@!HH$P2P@@@@@@@@ @P @P@P@@@"@@@@@@vPP @@$P@r@x@z@A|@P@$@zPP@@@@PM@N@0&@%(@@@<(<$P2P:@t<@{>@&@@@%@B@(@D@PF@PH@PJ@L@xN@zP@|R@qT@eV@hX@\@|P@PZ@8@$P@x@~@@(@^@PP@b@@d@@f@Wh@Uj@^@l@@n@`@$P4P@@$P(NP"NP NP&Pb@`@@QN~@~@@@(@PJ@@PP@r@@t@P@Pv@@Px@@z@@|@@~@p@$P4P@@$P(NP$NPNP,Pr@p@@ @PP@@@@@P0@ (P(PP (PP؞ P@@PP@@@@@@@@ @PP@P@@6@NN%NP(P\@(P\P@6P@P@6NJ@ P@P@6@@N@ PS PPNNNP(P^@PP^P@6P<@ P@ P8{ P5@(@@@$PP@qª@xĪ@@ƪ@@Ȫ@@ʪ@̪@~Ϊ@Ъ@yҪ@@@Ԫ@x֪@qت@sڪ@uܪ@jު@[@d@@@@^@@,P@@!!!H!X!F!K!E!X!Z!A!B!C!D!I!K!!!rcm_general_search symbol_table rcm_get_opening_inforcm_get_by_speccount!get$%get_records_and_ids(-get_id02position58rcm_update_by_specdelete;@Bmodify;EGsub_err_JJMdm_vector_util_free_typed_vector_arrayPTZ dm_error_bad_specification_type]`fbeginning_of_collection]ioci_not_allocated]rwci_not_in_collection]zend_of_collection]invalid_cursor_position] no_element]programming_error]record_not_found]wrong_cursor_type] error_table_area_too_smallunimplemented_versioncollection_manager_0`$`0`(`@ `E`3`5 cleanup.1FINISH6&&#&'&/&4&:&D&I&O&\&h&q&y&&&&&&&&&&symbtreeK˥1K$/$PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapL1\#K$Y)ZKPd#ZKPՀm+QsJox&ZKP<(QsJn#G Hc_9\K$ր>spec>on>7192.pbf-04/04/85>rcm_general_search.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rcm_general_search|B!|&B4B!WP$B!_ B! @@@@@@@; @ @N@J@@@J@L@@@=@@ P@ ### 0P%@PP@B@PPS@P@PN@+h@@[@&z@x@ ### ###0P%@PP@e@@PPS@P@PN@PPh@P@@@[@@@ @z@PP@S@@[@@N@@@@h@@x@ @@@ ### ##A0P%@PP@)A@PPS@P@PN@PPh@P@@@[@@@ @jPP@S@@z@@@ @x@b0P%@PP@@@A@PPS@P@PN@PPh@P@@@[@@@ @;PP@S@@z@@@ @bPP@S@@[@@N@@@@h@@x@ @@@~" ### 0P%@PP@C@PPS@P@PN@Yh@@[@Tz@x@(PH(@PP@Pv@@@6@@KK@Jr@8@CPP@P`@ P@F@PL@PP@ PR@PX@@$W@(J@@@F@D@D(@P@Z@Q(@T(@U(@@p @P'@.@N@@D@ޞ@V@ V@N@Z@F@E@+E(@\@N@N@@`@@@@@^P@E@ @H@ @@@@@@@@@@@ $PP@H@SE@QT@$T@L@NQ@Z@Q@Z@Q@@@ A@=G@N:Z@@z@@T@@S@@l@@G@@@p@G@N'@@%xP@@@>>> >>@>>@h@@x@@F@H@@@$PP@H@`xP.@T@SN@Z@RM@Z(@G@NZ(@U@Q@ U@D@#V@$V@^6N$Y@(@@@o<<$P P @1"@*$@@&@@(@@*@=,@9.@;0@=2@14@+6@@P@T@ G@N$PP@@@L@1Nl@@xPP@PA@zPP@PT@@B@T@PPQ@vP@@@@@.@I@PPN$PPP(P@@A@P@8@PPNP/:@9(@@@@<@$PPN@P@R@:@T@9@V@<@X@PZ@P\@P^@`@l@p@b@d@f@h@j@PPn@L@$P@@€PP'@ PJ@B@D@@@@ Pn@0@nP@@H@@@>>> >>@@$$H@n@@ Pl@0@lP@@$l@@ PPJ@J@ P@X@0@ @X@0@@W@#>$F@X@@@@@PP.@@f@@(@l@P@r@Pv@vP@x@@z@@|@P@P~@@P@@ P@h@@r@@@ P@@P@@@@@t@4$P"P@@@PP8$PNPNPP(P0NP+2@r(@@@gptp@@ @@@@r@@t@@P@P@vP@@@ @@@@@@@@ P@PP0@ P@0@ @v@Px@t@>@P PP0@P@@P0@ P#>$FP@P P@PPP P@@@vP@@@@P@P@@P@@@P@@ª@@$P$P@@ $PNPNPP(PaF@ɀ@P'@PP0@P@PP@@@(@ Pƪ@Ȫ@ʪ@PP̪@@Ϊ@@Ъ@Ҫ@ت@ܪ@Ԫ@֪@ڪ@đ@$PP@@ $PNP'O  PPƪ@ PȪ@Pʪ@P̪@ PΪ@@Ъ@@Ҫ@đ@$P P@@$PNPPP@P@.@ Pƪ@PȪ@@ʪ@@̪@đ@P@@߸ڸPPWNP P@P@@.b@PP@0@.$$P@P@@@@PPPҀ`P'@ -@@PP@P@@NPR$$dL@P$LO@L@ P|@zP P @D׀PP'@B@@@@@@ P|@$hP@@@ P|@@P@P}@@PP@ P@P@@J@B@B@JN@ P P@P@FPPF$$B@P P@P@@$ P@ןP PPPP@P@OP@N@@@݀@P'@PP P@P P@¨@Ī@P0@ˆ@PP@F@@Ȟ@N@3@PP@P@@>>> >>@@>@>@Vʫ@@@~@>>@VOP@P@@~@>@@@>>> >>@@>>@F,@ˆ@Ψ@Ъ@Ps0@Έ@xP@F@@ Ԟ@N@PP@P@F@@@~@@F@@O՝@@F,@Έ@ب@ڪ@PPPPP0@P&@F@@@@@@@7@@(@@ @?PP@P@@2PP @F4N@@PP؈@ި@@P!0@PdNd|@|@$hP@PP|@@}@@PPP @id@@@}@@@@@@@@ @ވ@@@P0@k(@@P @P P@ P@@@P@@@ @$P P@@j_@@ PP@P@@ @@ @"@$@@ @ʸPPNOP P@P@@@L@@B@@@$OPP@P@@>>>@ >> @P~ @@N@@@@O@O `@$ @P ~@ @@> >@@FPPP@@ @@x@ @@p @"@_$@@ @x@!"!!!!!G!z!x!U!L!Z!J!U!L!X!W!^!\!Z!^!\!x!N!h!![!Z!G!H!J!Z!X!W!^!\!Z!!!0rcm_get_by_spec symbol_table data_format_util_compare_sequentialcv_table_to_typed_array$new_cv_string_to_vector'-dm_vector_util_append_simple_typed_vector04;free_typed_vector0>Csub_err_FFI error_table_area_too_smallLPTunimplemented_versionLW] dm_error_long_return_element`chbeginning_of_collection`kqend_of_collection`tyrecord_not_found`|programming_error`collection_manager_ get_by_ci_ptrget_id`count`get `I`get_records_and_idsw`position` cleanup.1FINISHj RESET_CI_PTRkAPPEND_OUTPUT_RECORD_IDarea.2 AORI_RETURN_0&&&&&/&=&E&K&V&_&j&s&{&&&&symbtreeNwZN3ԌPL/I 7"' *Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize map X4v/Ne#ZKPՀn+QsJoy%QsJo#ZPKP+\)DK%([KQ#G Hc_$RXbJ >v/N QsJn>special_ldd>install>MR12.2-1184>rcm_get_by_spec.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>dm_id_list.incl.pl1pl1info rcm_get_by_spec%7!B mB!+èB!+˜WB!Z~<[O xc$Wt i@WO >> >>r@@@~r@@@HP@F~p@@@s@@@>s>@p>@q@@ON@@q@NN `@e@Oq@ DP@B@q@H@JP@>>>q@ >>r@@@r~@r@q@>r>@BPF@,@JPP@P@P@R@AT@P@@RPP@@@@PM@N@0@(@@@88$PP@@@@@@@@@P@P@P@@@@@@@@Ī@TP@Pª@@$ P@P@rcm_get_field_info symbol_table@ rcm_get_opening_infosub_err_dm_vector_util_init_typed_vector_array!%+ error_table_bad_arg.24unimplemented_version.7=C:`X&& &-&6&?symbtreeKMR#K]PL/I 6"' ,wMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize listB(ZxKL.Z`K^X)ZK^+c+QsJon#G Hc_>spec>temp>famis1>rcm_get_field_info.pl1>spec>temp>famis1>dm_rcm_opening_info.incl.pl1>spec>temp>famis1>dm_field_table.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rcm_get_field_info\B!{@@@@>>@{>@$H@@@@l{@@@(@P@P@@P@@@{@@@@@@T@@@@@P@@$$P"P@PP@@|TP@@|@@@@@@ @(@(@PP@@TP@@@@@J@ª@H@Ī@$P @ƪ@E@Ȫ@V@ʪ@@̪@PΪ@@, P@PP$PNP NPNPNPy|@y~@VP@Q@|@@e@@`@@ @F@RP@G@@C@P@P@P@$P@@@@R@@@P@@P@PPoVPRP@PPRPP.@@X@C@@@PP%@X(@dX@$PPP@P@-@@PP'@ PE@-P@P0@V@ 0@$VP@>@@@A@@>A>@@>@V@@J@0@JP@>@@@A@@>A>@@>@J@@ PC@ P@P0@R@޿0@R@@@Z@.@@`@Ы@(@@@DDP@P@@@@@@@@@@P@@@@@@@@@$PP@`@f@h@Aj@P@@hPP@@@@PM@N@2s@@(@@@< <$P&P@u@@ @@"@@$@ @&@P(@P*@P,@x.@p0@j2@u4@i6@c8@j:@>@jP@P<@@$$P@f@l@n@r(@@(@r@D@@@F@B@$P(P@r@nPPl@t@v@(Pt@!G!F rcm_get_opening_info symbol_table  opening_manager_ get_opening put_opening!init$&get_dm_free_area_)).sub_err_114 dm_error_ci_not_allocated7:?ci_not_in_collection7BHmisformatted_ci7KO no_element7RU no_opening7X[collection_manager_get^cd get_header^gj11m error_table_unimplemented_versionptztransaction_manager_get_current_txn_id}l` cleanup.1 opening_table_ptr` FINISH  *?#?#&&#&(&0&6&A&J&Q&W&]&f&l&o&|&symbtreeK˥1K$/ IPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapH3\4K$U)ZKP`#ZQKQi$ZWKPMr*Z^KPX}#G Hc_9\K$ր>spec>on>7192.pbf-04/04/85>rcm_get_opening_info.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>ldd>include>dm_rcm_header.incl.pl1>ldd>include>dm_field_table.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rcm_get_opening_info3|B G>s:)Ü Sug(: _ xw%0Y_jZZk*Vj@kZNkZ@+@++|Zk ++PCUYUYUYUYU@ obj_map x*t  rcm_get_record_by_id 10/24/88 1644.5re 10/24/88 1536.2 60552 rc_open1rcm_get_record_by_id T9THV?TTLTTT T4X T#L$4id_list?#cleanuprecord_cursorelement_id_listtyped_vector_arrayrecord_collection_opening_info^/Expected record cursor, type ^d; received type ^d.^/Expected version "^8a" of ^a structure; received "^8a".^/Expected version ^d of the ^a structure. Received version ^d, instead. @@(@A(@C@F@H@J@l@m@@n@L(@N@HP@R@:Z@^@`@b@f@@P%@@ P%@ A@PPB@ P@Pj@|h@' P%@ PP@Pd@@@@f@@m@m@@ dP@B@A(@Zj@P@ PPh@P (PP@P\@@@6N,J@(@@@`44$PPʪ@ ̪@6Ϊ@@Ъ@@Ҫ@@Ԫ@1֪@@@ت@+ڪ@&ܪ@(ު@)@@@@@ȑ@ P@\P6@@@@O@\P@@@@^@@P@ Pª@@$PP@P P@@@ ^Pʪ@̪@@Ϊ@Ъ@Ҫ@Ԫ@@ @ָ^PPH@R@@@$PP@nPN@@T @P'@.@@@PP@`@@C@@@ @(@\P@ʪ@@̪@B@Ϊ@@Ъ@N@Ҫ@P@Ԫ@R@֪@L@ت@F@ڪ@E@ܪ@P@ Pު@ȑ@,$PP@P P P@@@sL@FPN@E@P@(@F@ʪ@E@̪@j@Ϊ@H@Ъ@PPҪ@`@Ԫ@C@֪@B@ت@@ڪ@@$@A@jPP@ PdP@@h@ʪ@@̪@C@Ϊ@H@Ъ@`@Ҫ@P@PԪ@h@֪@@@hP@@>>> >>@jPFdP@p@D@ D@pN@WdPFB@(@\P@@ʪ@@@̪@B@Ϊ@@Ъ@N@Ҫ@P@Ԫ@R@֪@L@ت@F@ڪ@E@ܪ@P Pު@ȑ@,$PP@P P P@@@L@nP@@N@0@P@#>$FN@@FPN@E@P@(@F@ʪ@E@̪@h@Ϊ@H@Ъ@PPҪ@`@Ԫ@C@֪@B@ت@@ڪ@@$@7D,@hPP@ PB@\P@@.@@@PP'@ PnP@@@@ P@N@0@@P@#>$F@N@@@r@t@.@@tPPP@ P @ȟ~@@(@@@x@z@zPP@P@(@(@ P@@@@@@@~@@@@@@@@@$PP@@$PNP^ x@z@@zPP@P~@@zPP@ P@P@P@ P@~@@@@@$P P@@!$PNP@m0@P.@zP@ P@@@~@@@@@P@@~zPPNzP P@P@@.b@zPP~@0@.$$zP@P@jx@@@PzPP@~PPPP@@P$P$NPPPP"NPPPP NPPPP@@@A@@@PPPP 0@P& @@@@ @@@@@@@@ @PP@P@@PP @F?N@@PP@@@P޿0@n(@ @P$@P P&@ P(@ @*@P,@@.@"@$P P@@Ο"@Ο$@ay&@PP@P2@4@"@6@8@:@<@0@ @WPPNRP P@P@@@L@@Ý@@@$OPP@P@@>>> @ >>!@P~!@@N@@@@O@O `@$!@P!~@!@ @>!>@@FPPPw"@w$@ay&@@2@^4@"@6@W8@:@G<@0@ @@@@A@P@A@PPNP/HB@D(@@@zHFH$PPZ@\@4^@B@`@D@b@F@d@Pf@Ph@Pj@'l@x@|@ n@"p@#r@t@ v@PPz@X@$P@@@@A@P@~@PP@@@@PM@N@0@(@@@*<<$PP@@@@@@@@@P@P@P@@@@@@@@@P@P@@$P@@!!!!!!!!0 rcm_get_record_by_id symbol_table  rcm_get_opening_infodata_format_util_new_cv_string_to_vector!'cv_table_to_typed_array*0dm_vector_util_append_simple_typed_vector37>free_typed_vector3AFsub_err_IILget_dm_free_area_OOT error_table_area_too_smallW[_unimplemented_versionWbh dm_error_record_not_foundknswrong_cursor_typekv{collection_manager_get~ci_not_allocatedkci_not_in_collectionk no_elementk` single` array` cleanup.1I FINISH= |&&&)&2&@&H&N&V&a&j&u&}&&&&symbtreeNwZN3zPL/I 7"' *+ (Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize map `9v/*No$RXbJ x#ZKPՀ)ZKP QsJn#ZPKP([KQ#ZKQ+QsJo%QsJo+\)DK%#G Hc_>v/N>special_ldd>install>MR12.2-1184>rcm_get_record_by_id.pl1>ldd>include>arg_descriptor.incl.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>dm_element_id.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1pl1info rcm_get_record_by_id! _ B!+<7OӁu-xCh$xO3@@O)ӐMxo%NN_jZZjZfkׁ5Z Vj+@ZZkPVjUPZj+V`Z@eU*eU*eU*eU*eU*`obj_map ||4&<Z+  rcm_modify_record_by_id 04/04/85 1111.5re 04/04/85 1000.0 43704 rc_open1rcm_modify_record_by_id T9THV?TTTT T4TT!X L$#4?#cleanuprecord_cursorelement_id_listgeneral_typed_vectorrecord_collection_opening_info^/^a$^a is not a valid entrypoint^/Expected record cursor, type ^d; received type ^d.^/Expected version "^8a" of ^a structure; received "^8a".^/Expected version ^d of the ^a structure. Received version ^d, instead. @@(@A(@H@j@k@@l@n@o@@p@P@R@HT@U@V(@`@d@@`P%@@(@@@$$$PP@g@x@@@@@@@]@@s@n@@@k@l@e@b@@ P@`P%@PPh@@@F@,`P%@ P Ph@@(@P(PP@Pb@C@C@@@@d@@@@/@@%@@ @BbP@F@h(PPP@P^@@@6N,@(@@@:44$PP@@ª@@Ī@@ƪ@@Ȫ@ʪ@@@̪@Ϊ@Ъ@Ҫ@Ԫ@֪@ت@ڪ@ܪ@@ P@^P6@@@@@PP@Pf@@0@@.$.@6@@@@@@^P@@@@`@ª@hPĪ@@$P P@hP@@@ `P@@@@@@@@ @`PPH@pPP@lPR@$P@0@@@@P@@X @P'@.@#@@F@r@N@N@rN@@@PPO@bPFO@(@^P@@@@O@ª@@Ī@P@ƪ@T@Ȫ@$P@ʪ@A@̪@L@Ϊ@J@Ъ@hPҪ@@,P@hPhP@@@"A@pP@@P@0@ P@I0@T@#>$FP@@LPP@J@T@H@@f@@L@@J@@R@@U@@$P@@D@@B@@V@@hP@@, P@hPV@lPޫ@ޟ@R@0@U@#>$FR@@DPR@V@U@(@^P@@@@D@ª@B@Ī@O@ƪ@@Ȫ@hPʪ@@$PP@hPN@$N@nO@^P@@.@@@t@v@Ax@P@@vPPNP/@(@@@HH$PP@@@@@@@@@P@P@P@ @@@ @@@@@xPP@@$P@t@z@|@A~@P@@|PP@@@@PM@N@0@(@@@< <$PP2@u4@6@@8@@:@ @<@P>@P@@PB@~D@yF@xH@yJ@rL@cN@eP@T@~P@PR@0@$P@z@PP'@ P@@N@$$[P@PpP@@@@P@0@ P@R0@T@#>$FP@@ PlPB@B@ P@R@0@ @R@A0@@U@#>$F@R@@@@.@@K@@P$P"NPPPP NPPPPNPPP@!!!!!! rcm_modify_record_by_id symbol_table  rcm_get_opening_infodata_format_util_general_modify_string!'get_dm_free_area_**/sub_err_225 dm_error_programming_error8;@record_not_found8CHwrong_cursor_type8KP error_table_unimplemented_versionSW]collection_manager_get`efmodify`ikci_not_allocated8nsci_not_in_collection8v| no_element8` single` array` cleanup.1 FINISH  $?#&&)&1&7&B&J&R&_&h&m&u&~&symbtreeK˥1K$/Hspec>on>7192.pbf-04/04/85>rcm_modify_record_by_id.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rcm_modify_record_by_idZ7!+B _ӄtxw d |UӅ9x' iz.:@@OP_jZZjZfkP 'PZׁZkVj+@+XVBk +PC9UYUYUYUY@obj_map $  rcm_process_intervals 04/04/85 1111.5re 04/04/85 1000.2 62784 rc_open1IntLst 2rcm_process_intervals T9TGV?LNTTTCT TTTT!L$X #4?#record_cursorinterval_listelement_id_listtyped_vector_arraysearch_specificationrecord_collection_opening_info^/^a$^a is not a valid entrypoint^/Expected version "^8a" of ^a structure; received "^8a".^/Expected a record cursor, type ^d. Received a cursor of type ^d.^/Expected version ^d of the ^a structure. Received version ^d instead. @@@B@D@F@H(@I(@J(@K(@L(@M(@N(@O(@P(@Q(@R(@T@HV@@@@@X@Z(@\@`@b(@f@k@@P%@yȫ@(@@@$$$PP֪@Oت@cڪ@@ܪ@@ު@@@E@@_@[@@@V@Z@P@M@ԑ@ P@ %%%%%"%%"P%@PPr@Pt@ Pv@Px@Pz@P@P PN$PPP@H@vP@P@@%%%%%%"P%@PPr@Pt@Pv@ Px@ P|@P@kJ@ |PvPP@@e%%%%""P%@ PPr@Pt@Px@ P~@ P@LK@K %%%%%"%%%"9P%@PPr@Pt@ Pv@Px@P|@Pz@P@,H@J@P PN$PPP@vP@P@@%%%%%""eP%@PPr@Pt@Pv@ Px@ P~@P@I@vPP@@(Ph@l@@@P@PP֪@k@ت@@ڪ@ܪ@ު@@@ @rPP^@@@@֪@}ت@@ڪ@zܪ@ު@n@@ @tPP`@x@x@@֪@Hت@@ڪ@Zܪ@ު@V@@ @ѸxPPd@@6N,Xȩ@(@@@DD$PP@.@B@@@@@@@C@@@=@9 @6 @:@0@'@$@!@@ P@dP6@@)@)@@VJ@PP@P@@[@[@#>$F@P@\@[@`0dP@@@@f@@P@@$P P@P@@ fP֪@ت@@ڪ@ܪ@ު@@@ @]fPPF@H@-Ȟ@F@@P@P@@@@@@l@@P@@$P P@P{ݟ@ݟ@ay@lP֪@ت@@ڪ@ܪ@ު@@@ @PT@`P@@6@O@O@N@^P@6NN@@Ӟ@O@`P@F@@OP@P@N@^P@6NN@@Ӟ@@dP@@@@@@PP@P@P@O@@@T@@V@@@@@L@@X@@Z@ @P @@,$PP@PP̪@@@L@Pȫ@ȟ@T@0@ V@#>$FT@@XPT@Z@V@4@Z@N@O@F@֪@^@ت@`PFڪ@@ܪ@>ު@XP@M@@P@=@@@@(@@@@@.@ԑ@ $PP@PԸM@N@$N@H@ԸJ@P@\PO0I@ǸP,@tO,@^N@C@@H@lPzPI@K@~PJ@.ӝ@,j@j@$@P@h@j@@k@@P(@PP@P@@@R@ R@N@\P6F P,@P@PPFP@hP@OR,@hP|Pԟh@N@$PPPT@@@A@P@@PPNP/@(@@@HH$PP0@2@4@@6@@8@@:@P<@P>@P@@B@N@R@D@F@H@J@L@PPP@.@$P@@@@A@P@T@PP@@@@PM@N@0}V@U(@@@>> >>@>>@DPF>n@@o@@p@B@n@@p@>>> >>o@$$@@P@l@o@@p@@n@@@BP@@@>>> >>@`@`@~@Q@ Q@N@"@lP@>>> >>@>>@BP@@>>> >>@@>>@VOQ,@lP@@@>>> >>@>>@DPFlP@@Q,@Q@N@@lP@>>> >>@>>@OQ,@BP@@@>>> >>@$$@B@@lP@N@@@\@w0@[@#>$F\@@h@n0@hP@$h@@P@@T@0@ T@^0@V@#>$FT@@@@۸@ª@P$P NPPPPNPPPPNPPP@!!!"" rcm_process_intervals symbol_table  sub_err_rcm_get_opening_infodata_format_util_cv_table_to_typed_array"'-cv_string_to_vector"05compare_sequential"8= error_table_unimplemented_version@DJ dm_error_programming_errorMPUrecord_not_foundMX]wrong_cursor_typeM`ecollection_manager_gethmnci_not_allocatedMqvci_not_in_collectionMy no_elementM` `m get_id` count%` get_records_and_idsA` deletek` "&&!&/&7&?&L&W&_&g&p&x&&symbtreeK˥1K$/kkdPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map T4\>K$΀a#G Hc_j+QsJou&ZKP<&ZkKP#ZKPՀ)ZKP9\K$ր([KQ+QsJo>spec>on>7192.pbf-04/04/85>rcm_process_intervals.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_interval_list.incl.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1pl1info rcm_process_intervalse7!B _ ӁPB _B!+B!AB!|OӅ4xD&<7Oӂ   ^t_jZZjkׁ5Z |ZZ PZ+Zk PZj++P@eU*eU*eU*eU*eobj_map "  rcm_put_record_by_id 04/04/85 1111.5re 04/04/85 1000.3 41760 rc_open1rcm_put_record_by_id T9THV?TTT T4TTT!X #4L$?#cleanuprecord_cursorelement_id_listtyped_vector_arrayrecord_collection_opening_info^/^a$^a is not a valid entrypoint^/Expected record cursor, type ^d; received type ^d.^/Expected version "^8a" of ^a structure; received "^8a".^/Expected version ^d of the ^a structure. Received version ^d, instead.t @A(@F@J@L(@V@Z@t@`@P%@v@u(@@@$x$$PP@z@@v@@u@@x@@p@@@@@@@}@x@u@@  P@ e@P%@ B@PP@P\@PC@ (PGj@P%@ PP@P^@@@u@@Wx@Wz@ay|@%@z^P@>>> >>@V\@PPC@A@ P@PX@5x@5z@@@@Z@@x@@@@@@ @RP (PP@PT@@@6N,v@(@@@/44$PP@@@v@@@@@@@@@@@@@@@@ª@Ī@@  P@TP6@u@x@z@@TP@@@@V@@P@ P@@$P P@P P@@ x VP@@x@@@@@@ @'VPPF@A@J@HL@$P@0@@z@x@P@@N p@P'@.@H@@F@@\@@J@@L@@$P@@H@@@@@P P@@ P@P PBHP@v@u(@TP@@@@@@v@@HP@C@@u@@P P@@$PP@P P%H@J@0@A@v@v@J@0@L@#>$FJ@@HPJ@@@L@B@C@P PmC@D@XPO@`@D@ D@`N@au@^P@>>> >>@>u>@F@@F@J@@L@@$P@@H@@@@@P@ P@@ P@P P׸HP@ƫ@u(@TP@@@@@@@@HP@C@@u@@P P@@$PP@P PC@D@XP@OH@J@0@A@ƫ@Ɵ@J@0@L@#>$FJ@@HPJ@@@L@D,@C@TP@@.@@@b@d@Af@P@@dPPNP/ʩ@(@@@HH$PP@@@@@@@@@P@P@P@@@@@@@@@fPP@ޑ@$ P@b@h@j@Al@P@@jPP@@@@PM@N@0{@(@@@<<$PP@W@h@@ @@"@@$@P&@P(@P*@^,@[.@]0@Y2@T4@E6@G8@<@lP@P:@@$ P@h@uPP'@ PJ@C0@ A@@@@@J@0@L@#>$FJ@@@n@.@@e!!u!x!u!!x rcm_put_record_by_id symbol_table`  rcm_get_opening_infosub_err_data_format_util_cv_vector_to_string"',get_dm_free_area_//4 error_table_unimplemented_version7;A dm_error_programming_errorDGLwrong_cursor_typeDOTcollection_manager_putW\]ez` singlej``c arraype`h cleanup.1ujm FINISHxps  ?#&&!&.&6&C&N&V&_symbtreeK˥1K$/cPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapL3\EK$Y#ZKPՀb)ZKPm([KQw%QsJo+QsJo9\K$ր#G Hc_>spec>on>7192.pbf-04/04/85>rcm_put_record_by_id.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_rcm_opening_info.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rcm_put_record_by_id>7!B!|OӃ( |Oӈxs= iz.$ _jZZjZׁZ /_j+UXVBk PZjvC9UYUYUobj_map   y|  rcm_update_by_spec 10/24/88 1644.5re 10/24/88 1535.8 44496 @?#rcm_update_by_spec TmT?V?T;NT T2T!X #LL$4?#cleanuprecord_cursor^/^a$^a is not a valid entrypoint^/Expected type ^d typed_vector. Received type ^d.^/The search algorithm was apparently looping indefinitely.^/Expected version ^d of the ^a structure. Received version ^d.^/This error, which occurred while retrieving record ^3bo, indicates that^/record collection ^3bo is damaged. @@(@A(@B(@C(@D(@F@J@T@X@Z@\@^@h@i@@j@:b@@xP%@@(@@@$$$PP@d@]@@@@@@@Z@ª@kĪ@hƪ@Ъ@Ҫ@gȪ@hʪ@^̪@[Ϊ@@  P@ }P%@PPd@Pf@@@J\@I P%@PPd@Pf@A@PP@P\@@0@@.$.@6N)'@(@@@544$PP֪@ت@@ڪ@@ܪ@@ު@@@@@ @@ @@@@@ԑ@ P@PPO@P@PJ@^@@@$P P@f(PE(@PP@P`@@@6@@@@@PP@PZ@ P@D@PH@PL@ PN@jPT@ПF@A@D@B@B(@L@V@M(@P(@B@l@R@R@lN@_V@]D@C@+C(@W@N@J@@Z@@@@@XP@C@@E@ª@Ī@ƪ@Ȫ@ʪ@̪@@Ϊ@Ъ@Ҫ@@ $PP@E@C@P@$P@H@NM@V@M@V@M@@@ZA@XP@ON@V@NM@V(@ Q@B@_TR@$R@:N$W@(@@@r<<$PP@3@,@@@@@@@=@:ª@;Ī@<ƪ@2Ȫ@*ʪ@@ P@P@$PP@@@VP@dPM@`P@@@n@p@Ar@P@@pPPNP/@(@@@@@@$PP@ @ @@@@@@@P@P@P@@&@*@@@ @"@$@rPP(@@$ P@n@t@jP,@,@T@0@ T@߿0@S@#>$FT@@t@z@|@PfP@@(@͟@.@P2@`P@4@@6@P@P8@@P:@@P<@@ P>@^@@@.@B@@ PD@@PF@@H@@J@0@4$PP@@8$PNPNPP(P0NPŸ+L@.(@@@p0p@P@vR@oT@L@V@.@X@0@Z@P@P\@`P@^@z`@wb@xd@l@n@wf@mh@bj@N@  P@PPm0@ P@0@ @2@P4@0@@<P PP0@jPL@L@P0@ P#>$FP@P P@PPP P@@@`P@r@@t@P@Pv@@Px@2z@@P|@@~@p@$PP@@ $PNPNPP(PO@@@P 0@PPP@@@@@!!!Q!H!V!F!Q!H!T!S!X!W!V!E!F!V!T!S!X!W!V!!!rcm_update_by_spec symbol_tablex data_format_util_compare_sequentialsub_err_"get_system_free_area_%%+ error_table_unimplemented_version.28 dm_error_long_return_element;>Cbeginning_of_collection;FLend_of_collection;OTrecord_not_found;W\programming_error;_dcollection_manager_ get_by_ci_ptrglpget_idgsu}`deletex`{modify}`S&&$&-&:&E&N&V&^&f&r&wsymbtreeNwZN3NPL/I 7"' *Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize mapH7v/#NV#ZKPՀ_%QsJoi+\)DK%t#G Hc_}$RXbJ >v/N>special_ldd>install>MR12.2-1184>rcm_update_by_spec.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1pl1info rcm_update_by_spec27!B EB!<3@ spec>temp>famis1>record_manager_.alm PA (PA (PA L@,U*eU*eU*eU*eU*eU*eU*eU*eTobj_map 22:,^  relation_manager_ 10/02/86 1219.5re 10/02/86 1217.5 30564 &PP&P P&P P&PP&PP&PP&PP&PP&PP&PP&PP&PP&P P&P"P&P$P&P&P&P(P&P*P&P,P&P.P&P0P&P2P&P4P&P6P&P8P&P:P&PP&P@P&PBP&PDP&PFP&PHP&PJP&PLP&PNP)  relation_manager_Fget_description Dget_max_and_min_attributes#Bget_population,@&get_duplicate_key_count2#>/ get_count8,<5 put_tuples>2:; put_tupleG88Amodify_tuples_by_specO>6Jmodify_tuples_by_idWG4Rmodify_tuple_by_id`O2Zget_tuple_array_and_idshW0cget_tuples_and_idso`.k get_tuple_idxh,rget_tuple_array_by_speco*{get_tuples_by_specx(get_tuple_array_by_id&get_tuples_by_id$get_tuple_by_id"get_record_collection_id  get_index_idget_cursor_opening_idget_cursor_area_ptrdelete_tuples_by_specdelete_tuples_by_iddelete_tuple_by_id set_scopecloseopendestroy_cursor  create_cursor  destroy_indexcreate_subset_index create_index destroy_relation_by_pathdestroy_relation_by_opening"create_relation% symbol_table5h,"#Wo>28GO`x rlm_get_descriptionrlm_get_approximate_count rlm_get_count rlm_put_tuple modify_arraymodifyrlm_get_tuple_idlistsinglerlm_get_tuple_by_id rlm_get_info opening_idarea_ptrrlm_get_cursor_info delete_arraydeleterlm_process_tuples_by_id rlm_set_scoperlm_openrlm_destroy_cursorrlm_create_cursorrlm_destroy_indexrlm_unimplemented_entriesrlm_create_indexby_path by_opening_idrlm_destroy_relationarrayrlm_create_relation__dd&kko~oAswZcyyr{~  HP&E&D&C&B&A&@&?&>&=&<&;&:&9&8&7&6&5&4&3&2&1&0&/&.&-&,&+&*&)&(&'&&&%&$&#&"symbtreeJcŃS]La9alm   $@4gHRaH4ALM Version 6.6 November 1982 GJohnson.SysMaint.a -target Level68 list :6gL\e>special_ldd>install>MR12.0-1173>relation_manager_.alm  PA (PA (PA (PA (@,U*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eobj_map HHFPgE  rlm_create_cursor 03/06/85 0752.3re 03/05/85 0928.5 8208 relcrs02#4L$?#PP%@@@B@P(PPPF@@@H@PJ@D@ P@PP@PP@P@B@ڟ@(@@@(@@@(@͟ @ @ğ@@PP@P@P@P@rlm_create_cursor symbol_table rlm_opening_infoget `H &symbtreeK˥1KZAPL/I 8"' *HfUZ`cUUMultics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map4'[jKր>([bK4>spec>on>7138.pbf>rlm_create_cursor.pl1>spec>on>7138.pbf>dm_rlm_cursor.incl.pl1pl1info Prlm_create_cursorRB O'PVjZZjZV`Z @ePobj_map HHh prf  rlm_create_index 10/24/88 1644.5re 10/24/88 1535.5 83376 idx_map2attrinf1RelHdr 3rlmopen2LTTHTJV?TUX TTTTTT#4L$id_list?#cleanuprlm_create_indexattribute_inforelation_headertyped_vector_arrayindex_attribute_maprelation_opening_info^/Expected version ^d of the ^a structure. Received version ^d, instead.^/Expected version ^8a of the ^a structure. Received version ^8a, instead.The index was created, but an error occurred while resetting the opening information.yP%@ B(@Y(@Z(@\@^@`@b@d@f@h@p@ `@$q|@~@@@(@@@:@}@P (PA(@@P@Pb@PN"P@@@PP @z@ @A@@@ $PP@A@u@u@u@@@zP@9@G@D@@@ @zP P|@O@O@@@@@!@/@.@@@ @zPP~@5@5@@@@@ @@@@@ @ʸzPP@@@,@@@@@@@@@ @b@0@ B@~P@6>X@ @bP@"@C@bP@>X@$P@0@@@@ P@D@p@ @@`qF E(@E@؟R@$P$PO@@j ̀@P'@.@@@D@ @ @@A@@@$P P@A@RP\@C@P@@6"@@@6"N@J@"@@@6@X@~N@C@@DPP@|P@@@$P@@f@@A@@@.P@A@ @ @@h@@\@@f@@@@A@@@$P2P@A@Y@Z(@$PNPZ(@Y(@A(@K NPA(@Z@Y@PP Y@M$PP@@@xPP@X@~@P@@6Z>#>$F"@C@~"@P@@@@@@F@A@@@$P(P@P@@6Z>#>$F@C@~@P@@@X@@@F@A@@@$P(P@A@j8Z@"P@6Z>#>$F@C@~@P@P@F@$P@@`@@A@@@&P@A@IP@6>6ip@6Z>#>$F@C@~@X@~6O@ipX@~@@@@@N@6B@P@6Z>#>$F$@C@"@@@">@~@@@@6.@@E0@.P@6Z>#>$F$@C@"@@@">@~@@@bP@@O6.@@E0@.@,@z@ @@ @A@@@ $PP@A@$ @(@@@X$XA@<@q@>@p@@ @B@@D@$@F@nH@dJ@mL@jN@]P@ZR@:@$PP@P@6Z>#>$F@C@~@FP@ P.@@@@@A@P@T@PP@@@@PM@N@0?V@U(@@@nLXL$P Pn@q@p@'r@V@t@U@v@X@x@Pz@P|@P~@@@@@@ @@@P@P@l@$P@@@@A@P@@PPNP/@(@@@HH$P P@q@@@@@@@@@P@P@P@@Ȫ@̪@@@ª@Ī@ƪ@PPʪ@@$P@@@@PP P.@@xрPP'@ PR@0@R@B@@@P@ Ph@0@hP@@>h@@ Pf@0@ D(@f@H@D@J@F@$P0P@ P`@0@ D(@`@H@D@J@F@$P*P@ Pd@@0@6d@0@d@zP@@0@dP@6D@@6Z>#>$FD@$$d@@@o0@@zP@@0@P@6D@@6Z>#>$FD@$$@@@@@P@@>$PP@PP@@@PD0@P~@@@N@PP@P@F,@P~@@ @N@ PP@P@F@PPO,@P@P@P@O@@@(@PPЪ@|P@@Ҫ@\@Ԫ@@֪@@ت@Α@$PP@@..@@ay@P@@@B@P@>X@\@ު@X@@b@@@@PP@@@ܑ@$PP@@@@ay@PP@P@@@\P@^@@(@PLPP$PCPP@P@@>>>@ >>@X@~@@N@@@@O@O `@$۞@X@~@@ڞ@>>@P@F@¨@Ī@Pd@P@@P@dP@@6>@@dP@@6@X@~@@@6N@@@@Z>#>$F@$$$PP@@ip@jL@6ip>@@dP@ip@6@@Ȟ@N@PP P@@6Z>#>$F@Ȟ@~@@dP@6Z>#>$F@@@O@N`@`@P@@6Z>#>$F@Ȟ@~@@dP@6Z>#>$F@F@OF@O@ip@@6Z>#>$F@@~@@6Z>#>$F@@~@F@N@iL@@6Z>#>$F@@6Z>#>$F@F@M@ip@@6@@ P@6Z>#>$F$@@@˞@>@~@F06˞@,@N@@6Z>#>$F@F6@@ɞ@N@$P@6Z>#>$F$@@@ɞ@@>@~@dP@@@6Z>#>$F$@@>@~@@E0F@,@,@IPP"PP@@6@Ȟ@@Ȟ@N@P@6Z>@#>$F@Ȟ@~@@> FO`@@,@PPNP@@6@PPPN@P@@6Z>#>$F@P~@@F6N@,Pˆ@@@(@@@ipip@ @NPP@@$PP@:R@D@@@@@@@$P P@RPP@P*@ P@@@@@P@@P@@P@@ P@@@@$P2P@@(@ $PNP@NP@4P P@P@@@@ $P,P@@$@!!!! !!! ! !f!h!\!`!!!X!b!h!"!!C! !!"!A0rlm_create_index symbol_table get_dm_free_area_ define_area_dm_vector_util_merge_typed_vector_array!%,record_manager_get_field_info/37 release_area_::>rlm_opening_infogetAFGrlm_update_opening_infoindex_attribute_mapJPUsub_err_XX[ dm_error_record_not_found^afnon_empty_relation^in error_table_area_too_smallquyunimplemented_versionq|unsupported_operationqsys_info max_seg_sizeindex_manager_ create_cursor create_indexdestroy_cursor put_key_array//get_records_by_spec/` cleanup.1RFINISHV 4?#&& &.&9&@&I&W&]&h&p&{&&&&&&&&&&symbtreeNwZN2kPL/I 7"' *'s3Ofp33Multics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize mapp5v/,N~)ZKP#ZKP+Z`KQ+Z^KQ QsJn+QsJo$RXbJ >v/N*Z^KPX&ZKP<+QsJo-QsJo*Z`KP\ *ZKPр#WjCU#G Hc_>special_ldd>install>MR12.2-1184>rlm_create_index.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_relation_index_flags.incl.pl1>ldd>include>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>area_info.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info /rlm_create_indexB!|]Oӎy@ >@@@@ P@I0@P@@6@@@@6Z>#>$F@@$$@@@@@A@P@2@PPNP/'4@3(@@@VH6H$PPJ@L@N@4@P@3@R@6@T@PV@PX@PZ@\@h@l@^@`@b@d@f@PPj@H@$P@@@@A@P@n@PP@@@@PM@N@0p@o(@@@HrH$PP@@@p@@o@@r@@P@P@P@@@@@@@@@P@P@@$P@@@.@)@%ƨ@Ȫ@@@P@@@ ̞@PP@P@O̞@,@N@@@$PP@@ ̞@@D.@PP@PO0@.@̞@,@Nƈ@Ψ@Ъ@@P@@R@@@@Έ@Ԩ@֪@@P@@E@@@Ԉ@ڨ@ܪ@$PP@@(@(@(@(@(@(@9@@PP@Pڈ@@@P@@@@@>>@$PP@@@6ip@jL@@PPP@@@@@N@3P@>>@@~@@P@@>>>@ >>@@@F(@'@N@@@NMM `@`@@@~@@@>>@@VM,@@@@@PN@@@@Z>#>$F@$$$PP@@ip@jL@6ip@@@6@@6Z>#>$F@$> F`@PP@!!!!!!!!!!!!!rlm_create_relation symbol_table  file_manager_ delete_closeget_dm_free_area_" get_ring_%%(rlm_opening_infofree+02init+57rlm_update_opening_infoattribute_info:@Dindex_attribute_map:GLincrement_openings:OTrelation_header:W[sub_err_^^a error_table_unimplemented_versiondhn dm_error_unimplemented_cismqtyunimplemented_esmq|record_manager_create_collection create_cursorcollection_manager_ create_file`array` cleanup.1FINISH *?#&&$&*&4&9&F&N&V&]&c&p&{&&&&symbtreeLïjL5EPL/I 8"' *7,4Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.aoptimize mapd*de/LWo)ZKPz#ZKP+Z`KQ+Z^KQ*QsJn)Z:KQi"Z&KO!ZRKP+QsJo*ZKPр+\)DK%#ZKQ#G Hc_>spec>install>1054>rlm_create_relation.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_rel_creation_info.incl.pl1>ldd>include>dm_file_create_info.incl.pl1>ldd>include>dm_cism_info.incl.pl1>ldd>include>dm_esm_info.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>dm_collmgr_entry_dcls.incl.pl1>ldd>include>dm_ci_lengths.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_create_relationu!Bᎀ)zsx!8!PVjZZk*@+@ׁZ @ Vkz'PZkVk:PV`Z +C9UYUYUYUYUYobj_map Z*b7  rlm_destroy_cursor 03/06/85 0752.3re 03/05/85 0928.7 17496 relcrs02rlm_destroy_cursor TJL$X V?TT#4?#relation_cursor^/Expected version ^8a of the ^a structure. Received version ^8a, instead./7P%@ޟ@@P(PP@P@@ٟH@ٟJ@H@N@@@P@R@T@V@X@L@ @L@P @¿0@ P6N  @N@P@PP@L@$P P@ P6N  @N@P@PP@L@$PP@@P @0@ P@@6\@NN @@NN@@6\@@@6$>\@#>$F @@PP@@@@B@D@AF@P@]@DPP@@@@PM@N@0g^@`(@@@jLbL$PPx@Mz@F|@^@~@`@@b@@P@P@P@L@F@C@G@>@;@>@@FP@P@v@$ P@B@rlm_destroy_cursor symbol_table7 index_manager_destroy_cursorrecord_manager_!sub_err_$$' error_table_unimplemented_version*.4:3`&&#&)&6symbtreeK˥1Kq\PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapH([jKR([bK4\#ZKPՀe"ZcKPjn+QsJoy&ZKP<#G Hc_>spec>on>7138.pbf>rlm_destroy_cursor.pl1>spec>on>7138.pbf>dm_rlm_cursor.incl.pl1>ldd>include>dm_rcm_cursor.incl.pl1>ldd>include>dm_im_cursor.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_destroy_cursor~B _Ӂ=xPVjZZk*ZׁZV`ZD@eU*eobj_map ;"*  rlm_destroy_index 01/04/85 0958.4re 01/03/85 1618.0 28368 idx_map2rlmopen2rlm_destroy_index TITGV?TTTT T7X #L$4?#index_cursorindex_attribute_maprelation_opening_info^/Expected an index cursor, type ^d. Received type ^d.^/Expected version ^d of the ^a structure. Received version ^d instead.^/Expected version ^8a of the ^a structure. Received version ^8a instead.\ @F@H@I(@\@k[P%@PPL@PP@@PA@T~aP%@PPL@PP@PJ@@@6N,^@](@@@8`8$PPp@kr@bt@^@v@]@x@`@z@v|@@@~@q@n@o@n@g@d@a@^@n@ P@JP6]@@^`@^b@@JP@@@@A@L(PND@@@b@D@d@LPf@`@ $P P@LP@I`@Ib@Id@DPp@r@`@t@'v@x@#z@n@ @DPPF@@@,`@p@r@`@t@v@x@ z@n@ @FP@6N@B@B@NN@FP@6Z>#>$F@B@~@FAM@B,@FP@6BN@$PPLP-@6Z>#>$F@B@~@F@ip@6~6ipD@b@F@d@LPf@`@ $P P@LP@@@b@A@d@LPf@`@ $PP@LP@@P@R@AT@P@@RPPNP/@(@@@HH$PP@@@@@@@@@P@P@P@@Ȫ@̪@@@ª@Ī@ƪ@TPPʪ@@$P@P@V@X@AZ@P@@XPP@@@@PM@N@0vЩ@(@@@LL$PP@T@K@@@@@@@P@P@P@X@U@V@U@N@B@E@ @ZP@P@@$P@V@!]!!`rlm_destroy_index symbol_table[ index_manager_ destroy_indexrlm_opening_infoget"#rlm_update_opening_infoindex_attribute_map&,1sub_err_447 dm_error_index_not_in_relation:=Cwrong_cursor_type:FK error_table_unimplemented_versionNRXao` by_cursord[`^&&%&3&9&E&M&ZsymbtreeKMR#Kx,PL/I 6"' ,wMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize listB'ZK]L.ZiK^HX0ZK_Yd'Z&K^Nn#G Hc_>spec>temp>famis1>rlm_destroy_index.pl1>spec>temp>famis1>dm_rlm_opening_info.incl.pl1>spec>temp>famis1>dm_rlm_index_attr_map.incl.pl1>spec>temp>famis1>dm_im_cursor.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_destroy_index=B _Bi:spec>temp>famis1>rlm_destroy_relation.pl1>spec>temp>famis1>dm_rlm_opening_info.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info brlm_destroy_relation!WA <@_jZZjZ+UXVBk +8@eU*pobj_map ii<4  rlm_general_search 10/24/88 1644.5re 10/24/88 1535.2 217080 IntLst 2idx_map2attrinf1RelHdr 3rlmopen2relcrs02rlm_general_search TTJTCT[T_TATHTDTBT~LTGTIL$X V?TTTT TTT#4id_list?#cleanupinterval_listattribute_inforelation_headerspecificationrelation_cursorelement_id_listtyped_vector_arrayindex_attribute_maprelation_opening_info^/Expected a non-null specification; received a null specification.^/Expected a numeric specification; received a search specification.^/Expected a search specification; received a null specification.^/Expected a search specification; received a numeric specification.^/Expected a numeric specification; received a null specification.^/Expected a specification for collection ^.3bo; received one for ^.3bo.^/Expected version ^d of the ^a structure. Received version ^d instead.There are ^d tuples to return, but no vector structure has been allocated.^/Expected version ^8a of the ^a structure. Received version ^8a instead.^/Expected a specification for collection ^.3bo; received on with no^/collection specified.^/The current and-group is ^d; the given search specification has^/^[no^s^;^d^] and-group^[s^].^/The relative specification cannot be satisfied because the relation cursor^/does not completely describe a current position. @F@H@J@L@N@P@R@T@V(@W(@_(@`(@a(@b(@c(@d(@e(@f(@g(@h(@i(@j(@k(@l(@m(@n(@o(@r@t(@v(@x(@z@|@ w@w@ {u@u@@@@@@(@@@(@(@@@@@(@@PP%@@444443PP%@ PP@ P@ P©@h@g@PPF@P@P@@PP~0@/y@@@@P@P@@@f@g@ @@ @J#PP%@ PP@ P@ P©@rh@g(@PPF@P@PB@PPL0@G@@@@P@P@@@4@5@ @@ @44443(PP%@ PP@P@ P©@=f@PPF@P@PD@P0@ʀ.@.@@@@@@@@@@@@ @44338.PP%@PP©@j@F@4444443K6PP%@PP@ P@ P@P©@i@g@PPF@P@P@@PPD@P@P̿0@ǟ@@@@@PP@@@@@@@ @P0@eɟ@ɟ@@@PP@@@@@@@ @PK>PP%@PP@ P@ P@P©@i@g(@PPF@P@PB@PPD@P@P}0@x@@@@@PP@@@e@f@@@ @IPe0@z@z@@@PP@@@K@N@@@ @1PP@P@]@]@@@@@@@3@0@ @@ @׸$P@40@@@@ P@+@@@@@@@L@N@P@PP@@0@/)@)@@@@@ @@@ @@ @P@6@NJ@@Nl@@NNm@@@Nn@P@@@@P@@ $P P@žPP@@@o@@@@@P@@@@@@ @cP P@˟@˟@@@@@@@@ @@ @MPP@@@@@@@k@@@@@ @7PP@@@@@@@T@y@{@ @@ @"l@P@6`@`@(u@ D@P'@.@@@}`N@`@@f@i@@h@i@@`@@\@]@ ]@N@ba@_N@_k(@V@W@n@ ]@\N@ X@NJ@@@X@NJ@@_@$$a@[@ԸX@Nbo@0]N@]@^@f@k@mi@h~[{h@Ni@k@Xni@SiFf<a@$b@a@],@].@j@a@$PPPh@i@g@f@i@ Lmg@@PPf@i@DPPh@i@g@BPP.@@@IPP'@ Pg@P0@ @@0@@P@@@@@ Pf@i@P0@ D@0@DP@@$D@@ Ph@i@g@P0@B@0@BP@@C@@@>>> >>@@$$C@B@@ P@g0@@F@D@B@ P@[0@~@J@J@@0@ @PP0@P@@>@@ P@F0@P@@$@@ PH@;0@HP@@$H@@ P@00@@F@D@@ PP@@BL@ 0@L@@ @0@m@L@@LP@6C@@6$>C@#>$FL@@ PN@0@N@P@ @0@V@PM@ C(@N@F@C@H@D@$P$P@ C(@N@F@C@H@D@$P:P@ PP@޿0@P@P@ @0@ C(@P@F@C@H@D@$P$P@ PT@ʿ0@'d@A@@@ @@AN@ PTPC@F0@ C@OF@D@@@,@ P@L@L@ P@T@0@@d@@T@@ PR@0@3c@B@@@@@BN@ PRPC@F0@C@O_@$O@OF@D@`@@,@ P@N@N@ P@R@0@@c@@R@@l@R@@ƨ@Ȫ@PP.@@̨@Ϊ@AЪ@P@@PP@@@@PM@N@0N @"(@@@L$L$P P:@<@:>@ @@@"@B@$@D@PF@PH@PJ@.L@ N@P@)R@T@V@X@\@P@PZ@8@$P@̈@Ҩ@Ԫ@A֪@P@^@PPNP/`@_(@@@HbH$P Pv@x@z@`@|@_@~@b@@P@P@P@@@@@@@@@PP@t@$P@҈@ب@ڪ@@@@@P@@@@@@ @nPP P@@$@(@@@$PPԪ@֪@ت@@ڪ@@ܪ@@ު@@@@@@@ґ@P@P @0@$@(@@@$PPԪ@h֪@ت@@ڪ@@ܪ@@ު@@u@r@~@m@f@ґ@P@PPP@ @t0@$q@(@@@DD$PP@<@]@@@@@@@W@Iª@FĪ@Rƪ@AȪ@9ʪ@@P@P P@@6N&N$F@(@@@DD$PP@@2@@@@@@@,@ª@Ī@'ƪ@Ȫ@ ʪ@@P@P@P@M@]@(@@@HH$PP@@ @@@@@@@@@@@@@@@ @ @@@@@ P@3PP@ @0@$@(@@@7DD$PP@@@@@@@@@@ª@Ī@ƪ@Ȫ@ʪ@@P@P P@@6N&N$@(@@@DD$PP@@@@@@@@@@ª@Ī@ƪ@Ȫ@ʪ@@P@P@6@P@@NP@@N@;@(@@@o``@J@@NM@@$PP@U@v@@@@@@@@@@@ @@CO"@@$@f&@X(@U*@a,@P.@D0@I2@F4@8@<6@@(P@P@6>>@P@@~@ F@2F@M@/@A@(@@@HH$PP@ @-@@@@@@@@@@@O@"@@@ @@ @@@ @@ P@T@@PM@P@(@@@\\$PP@@@@@@@@@@@@ª@Ī@ƪ@Ϊ@Ȫ@ʪ@̪@@P@)P@ @0@$@(@@@DD$PP@@@@@@@@@@ª@Ī@ƪ@Ȫ@ʪ@@P@P@P@PP P@@6NPP؈@UP'@PPF@@H@@(@A(@B(@P@P P@PJ@C@C@JN@C@C@HPOC,@ PP@@6Z>#>$Fo@PP~o@@F6K@E@ E@KN@ PP@@6Z>#>$F$o@PPp@E@p>@o~@@0F@.$.@6E@HPOE,@P(P P@P@6]@D@D@]N@Bl PP@0F@.$.@p@6HPq@F@@p@@0E@.$.@6A@@@6.@p@E0@.@@@"P@PFB@@@6.@p@E0@.@B@6.@p@E0@.@ q@6.@p@E0@.@P@PD,@@ި@@ި@@PP@6@@ @N@lPP@P@0F@.$.@:@6H@>6.@:@E0@.@,@ވ@@@(@(@:@PP@@B;@N P@P@0@@$.$.@$ $@N P@P@0@@$.$.@$$$$@@;@;@>@@@@@B@<@ $P@P@@I@#>$FPP@PPP@P@`0`@@]PP'@PP0@&P@P@@6A@@@ @@AN@PP@PB@@F0@B@@_@>@O@@,@PP@P@@6>P@@@@ @ @PP@6D@NNP@ANN=@6 @ @  @ N@3PP@P@@6$>D@ @~D@@0F@.$.@6@ @  @N@PP@P@@6$>D@ @E@ @lE>@D~@@0F@$D$D@F@F@@ ,@ ,@@f`P'@PP0@P@P@@D@B@ B@DN@bW@PP@P@@>>> >>@@>W>@W@F0@JW@_@@@0@.$.@6N@@0@.$.@6E@C@ C@EN@@v@0@$W$W@$N W@X@X@@.@C@@@0@.$$C,@@P@0@.$.@6>@@@B@W@PP@P@@>>> >>@@>W>@OB,@PP@P@@W@@@>>> >>@@$$W@P@PP@@0@2@PP@RPH@O@OP@POH@PP@PPP@PsP0@6@8@PPPTPFP@P@@PdP6@<@>@B@]D@F(@P@ @V0@ @ P0@@P@M@  @L@F@N@J@$P$P@  @L@F@N@J@$P:P@P @60@ >P@P @0@ @L@J@@>PPP@@P@@PP@ @P@@@@@ P@P@ @P0@N PKPIP@6>>I@PI~@ F6G@B@ B@GN@5P@6>>I@P@@6>>P@>PPQ@B@Q>@P~@@F6~I@FR@R@V@@OX@D@Z@T@ @B@lDP.g@>P@PPF0@.$$B,@>P@ P@PF@P@<@Z@\@`(@l@#L@0@n@ ]@\N@ P@@k@P@6^@^@b@X@d@L@f@k@h@`@@Pj@k@L@b@N@d@PPf@`@h@`@$P>P@`@<`@b@$PPd@`@@^2L@n@@p@$P@r@N@t@@v@@x@`@z@l@v@x@l@ @k@Ȁa1P@@<@@$$PP@H@@@@@P@a@[@ [@aN@^@P@>>> >>@>^>@V@0@@$^$^@@[@HP@O[,@@b@`@@P@0@^@n@p@P@r@^@t@P@v@l@@f@H@n@L@p@@r@$P@t@P@v@@x@`@z@l@2P@Oh@^@H@~@PP@L@@@@$P@@^@@P@@@@`@@|@$*P@2i@^@H@@PP@L@@@@$P@@^@@P@@@@@@`@@@(.P@H@n@L@p@@r@P@t@PPv@`@x@l@$P6P@`@ `@b@$PPd@`@@iHP@$H@@We@Uh@i@QP@@@$$PP@@@@@@P@b@[@[@bN@^@P@>>> >>@>^>@V@0@@$^$^@@[@P@O[,@@b@`@"@PP@@n@P@Pp@$P@r@@t@@v@`@x@l@&P@`@B`@J@\PP@b@`@|@Z@d@f@PNP PP@@@j@l@p(@k@f@L@@$P@@N@@@@p@@@0P@=h@L@@PP@$P@@N@ª@@Ī@p@ƪ@@(P@(i@L@ʪ@PP̪@$P@Ϊ@N@Ъ@@Ҫ@@Ԫ@p@֪@ȑ@,P@j@L@@N@@PP@p@@@$P4P@p@$PNPIp@J@lPPj@r@t@PP@6P@@P @6>>@P~@ F@FPP@@P PP@PP@PPPM@ P*P@@6x@ P tP PxN@P@@6Z>#>$F@ P~@@FMP ,PP@@6 NP$PPܪ@@@r@z@|@PP@MP @D0@ P P@MP:  P70@PMP.z@@|PPP@@@P@@@@ P@@@@$P"P@P@@@P@@@@ P@@@@$P8P@@@@|PP  P@@@@$P$P@  P@@@@$P:P@@}@@@PP PPP ipP@@@@@ipgPdipP@@jL^P;P@6NN@@6@@$>@#>$FPP@PP@jL@6ipP@P@@ip@@iL@P@P@P@ip@@6@ip@@@jL@@6$@ip!PPP@PPP@P@@ip@@iL@P@P@P@ip@@@ip@@@@@@mPPP P@@N@@ P 2 P PP@@ P( P@@@(@P  NP PPP@P| NP PPPjL@6qP@@6>>@P~@@ Fip@@6>>@P~@@ F6@@ @N@QlP@@6>>@P@P@@@>@~@F@@P@PE0@@@6>>@@P>@~@FCO@E0@@@6>>@@P>@~@F@E0@@@6>>@@P>@~@FCO@E0@@V.c@E0@.$@$,@@@@PLNPPc@PN@P c@$PP@R@PPc@$> FPP@P`@@@@ZPP@PF@,@cN@@ @PP@POO@,@cN@@ @PP@PO@,@cN@PP-NPPd@PN@ P d@$PP@T@P Pd@$> F P@P`@@@@OP P@PO@,@dN@@@f@i@j@k@e(@P@6Z>#>$F@X@~@F6>@~@@~@@h@e(@!@k@āe@PP0@yP@P@@@@>$PP@@@@@@@Y@Y@N@e@PP@P@FNP@6Z>#>$F@X@~@F6>Y@P@OFP@6Z>#>$F@X@~@F6@Z@ Z@N@P@6Z>#>$F$@X@@Z@>@~@@0F.$.@6Y@P@PPNOZ,@P@6Z>#>$F@X@~@F6ZN@Z@Y@P@Oe(@Y,@EP@@6@P@6Z>#>$F@X@~@F6N@1@@@>$PP@@@@@@@Z@ Z@N@P@6Z>#>$F$@X@@Z@>@~@@0F.$.@6Z@P@OZ,@e(@e@P@6Z>#>$F@X@~@F6>@@~@@C0@P@@>@@~@@@Ш@Ҫ@PЈ@P20@PP@P@@FP@@@@@(@PPP@@@d@@@ מ@N@Pٞ@PNPLמ@TP@F0@B@_@@@ ؞@N@/מ@؞@@TP_@@>>> >>@@>>@ٞ@F@@O@N@PF@@@@$PP@֞@f,@,@מ@TPF@@@,@PP@PЈ@ܨ@ު@(@P܈@d@@@@N@ TPF0@,@d@N@(@ (@@@FL L$PP"@o$@&@@(@ @*@ @,@P@P.@0@<@x2@u4@6@p8@`:@ @P@PP{0@PP@P@@@F@"@P$@TPV@&@@(@P*@@,@].@6@Y0@8@E2@4@ @$PBP@@]m @m@ay@ @ @"@PP@P$@ @&@(@8*@,@ @ @PP@P@@>>> >>@@$> F`@@@@@@ @N@-PP@P@@>>> >> @@~@ @@TPV @@@>>> >>>@@>@@O@N`@`,@PPP@P@@@d@@@@@N@_@PNP[@TP @Fڿ0@Q @_@@@ @N@>@@@TP_@@>>> >>@@>>@@ @PP@P@@>>> >>@@> >@F@@O@N@F@@@ @$PP@@+,@,@@TPF@ @l@,@܈@@@(@P@P}0@PPP@P@@$FP@PP@@@@(@c@@@@N@hRP?@F[0@_?@O(_@@@@ @N@,@@RP@V@OP@P@P@N,@@RPV@@$O@@@2@@RPO4_@@@@@N@#,@@@@@RP_@@>>> >>@@>@>@V@0@$@$@@@@P@P@P@N,@@RPFD@B@@,@@!!!!p!`!L! !]!V!L!k!N!l!a!D!a!B!a!@!^!!b/!^!!b1!^!!b!o !L!]!l!m! /!!V!W!N 1!!V!!N !l!m!]!V!X !!!!R!T !l!m!n!L!_!n!l!m!\rlm_general_search symbol_table get_dm_free_area_rlm_opening_infoget sub_err_##&dm_vector_util_copy_typed_vector)-2 dm_error_bad_rel_cursor_pos58=index_not_in_relation5@F key_not_found5IMprogramming_error5PUrecord_not_found5X]rel_cursor_spec_mismatch5`gtuple_not_found5jn error_table_unimplemented_versionqu{record_manager_ create_cursor~destroy_cursor~get_records_by_id_list~get_records_by_spec~get_records_by_interval~get_records_and_ids_by_spec~get_records_and_ids_by_interval~get_record_ids_by_spec~get_record_ids_by_interval~get_record_count~get_record_count_by_interval~index_manager_get_keyget_key_count_by_specdata_format_util_get_data_bit_lengthinit_typed_vector_array) `get_list_by_spec#`get_array_by_spec(`get_id.# `& get_count6(=`+get_list_and_ids>.Q`1get_array_and_idsD6`9 cleanup.1I>AFINISHUDG!CV_SEARCH_SPECIFICATION_FOR_INDEX]ILFREE_INTERVAL_LISTfUXFREE_TYPED_VECTOR_ARRAYi]` D?#&&"&(&4&?&H&O&W&_&i&p&}&&&&&&&&&&&&&&&& &symbtreeNwZN2_PL/I 7"' *^kkkMultics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize map7v/-N>v/N$RXbJ #[KQ)ZKP#ZKP+Z`KQ+Z^KQ&QsJo+QsJo+QsJo%QsJo QsJn ([KQ&ZkKP &ZKP<*(QsJn4#G Hc_=*ZKPрH*Z`KP\S*QsJo>special_ldd>install>MR12.2-1184>rlm_general_search.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1>ldd>include>arg_descriptor.incl.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_relation_spec.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>dm_interval_list.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_typed_vector_list.incl.pl1pl1info frlm_general_searche! _1B! r!|B! n^)z|Oי4xO &N^ s:W|O SxCw|D4mxw'/ΘN<3Ç`PVjZZjVj VkZ'PVjVj+@ /_jZ _k:_j+@ Z+@Zk k k PPPV`Z + +rC9UYUYUYUYUYUYUYUYUYUobj_map j bD j  rlm_get_approximate_count 04/02/87 1313.2re 04/02/87 1313.1 31896 KeyCnt 2idx_map2rlmopen2relcrs02rlm_get_approximate_count TGX V?TTTT#L$4?#cleanupkey_count_arrayrelation_cursorindex_attribute_maprelation_opening_info^/Expected version ^a of the ^a structure. Received version ^d instead.l @֟F@N@R@T@U(@ϟV@X(@l@TdЗP%@PPZ@P\@C@D(@B(@hmЗP%@ PPZ@ P\@C(@D@PPNB(@B@Z(P\(PPP@PN@n@p@@@t@wv@n@x@z@|@~@r@ @%V@F@D@P@PE@nNP@@t@P@v@@@x@r@ $P P@@@S޸@@zrPP@J@r@@Z@@U@@ @PPPR@`@`@`@@t@0v@@x@Bz@|@<~@r@ @RP@6^@A@A@^N@RP@6Z>#>$Fm@A@~m@Fm@F6A,@RP@6AN@m(@RP@6Z>#>$Fm@A@~m@FE@$P@ 0@@p@n@ P@@H s@P'@.@p@@NP@  @0@@EM@ PF@@t@E@v@$P@x@F@z@@@|@r@P@@@CF@@$P@@V@@@@@@P@@@2n@p@VPt@v@n@x@z@|@~@r@ @MB@VP@ZPVP@$$[@B@O$O@@ZPZNPZPZP.@ @@`@b@P\P.@@xPP'@ PF@{0@F@NP@ @0@ @(@F@D@@@F@B@P@ PV@h0@VP@@6>V@@@f@h@Aj@P@@hPP@@@@PM@N@0L@(@@@`HH$PP@.@<@@@@@@@P@P@P@/@&@-ª@,Ī@ƪ@Ȫ@!ʪ@Ϊ@jP@P̪@@$P@f@!m!@ rlm_get_approximate_count symbol_tableV  get_dm_free_area_rlm_opening_infoget!"sub_err_%%( error_table_unimplemented_version+/5index_manager_ create_cursor8<@destroy_cursor8CGget_key_count_array8JOget_populationdX@R (rlm_get_approximate_count$get_populationmVXY get_duplicate_key_countsdm`g cleanup.1xm$p FINISH{sv  ?#&&$&*&7&B&I&QsymbtreeM1MVPL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize mapH7jMV#[KQ_)ZKPj+Z^KQu5jM*Z`KP\#G Hc_>spec>install>MR12.1-1020>rlm_get_approximate_count.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>spec>install>MR12.1-1020>dm_key_count_array.incl.pl1>ldd>include>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_get_approximate_count_LB _B! c_?i.<_jZZjVj Vkz'PkP + +V`ZjC9UYUY`obj_map   |j  rlm_get_count 10/15/86 1429.8re 10/15/86 1411.3 25920 rlmopen2RelHdr 3relcrs02rlm_get_countTTTTTHL$V V?T4#?#cleanuprelation_headerrelation_cursorrelation_opening_info^/Expected version ^a of the ^a structure.^/Received version ^a instead.^/A relation_search_specification isn't implemented for relation_manager_$get_count.Qa P%@H@J@PP@PH@(P(P@@ g@P'@.@ @@̸R.@@@N@P@AR@P@o@PPP@@@@PM@N@0p@r(@@@HtH$P P@o@e@p@@r@@t@@P@P@P@m@g@d@f@_@\@_@@RP@P@@$P@N@T@V@PPP.@@Z@HP@@JP@@@@@F@@`@@@$PP@`@8@@@F@@P@P@`@@@$PP@`@$PNPʸZ@b@'@'@@@HPª@Ī@ ƪ@Ȫ@ʪ@@ @sPP 0@$Ω@(@@@(TT$P P@@@@@@@@@@@@@@@@P@HP@0@@@@$PP@؟F@b@h@HP@@L@@n@@@ $PP@n@BmП@П@П@@ @LP@@@@@ @ @LP PJ@@@@ @@@@@@@ @ @h@mPP'@ PF@0@ F@D@@@F@B@P@@!n!` rlm_get_count symbol_tablea  dm_error_record_not_found error_table_ null_info_ptr $unimplemented_version'-get_dm_free_area_005record_manager_ create_cursor8<@destroy_cursor8CGget_record_count8JOrlm_opening_infogetRWXsub_err_[[^gV` cleanup.1mald TERMINATEpgj&&&&/&7&B&I&Q&Z&`symbtreeL*JGvLEqPL/I 3!% (myyyMultics PL/I Compiler, Release 29, of July 28, 1986Perez.SysMaint.aoptimize map>$gLDG#[KQP#ZKPY)ZKPd#G Hc_>spec>install>1186>rlm_get_count.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info u rlm_get_count(B W+ )š<Oӆu x*PZjkʯ@ZׁuZ+ZkZV`Zk +@eU*eU*eU*obj_map q(  rlm_get_cursor_info 03/06/85 0752.3re 03/05/85 0928.9 15840 relcrs02rlm_get_cursor_info TGX #V?TTL$4?#relation_cursorreturn_conversion_error^/Expected version ^a of the ^a structure. Received version ^d instead.N @D@N@%P%@F@F@@@N@L+P%@F@PP@PD@P@R@@@V@X@P@Z@\@^@`@T@ @ADPP@@F@@@NP@P@ ~1P%@F(@PP@PD@P@R@@@V@oX@P@Z@|\@^@x`@T@ @DP@B@F@P@P@Nq@@@H@J@AL@P@d@JPP@@@@PM@N@0Uf@e(@@@^HhH$P P|@;~@4@f@@e@@h@@P@P@P@6@3@6@5@,@)@-@@LP@P@z@$P@H@rlm_get_cursor_info symbol_table% sub_err_ error_table_unimplemented_version"+:`area_ptr1%P`( opening_id4+`. &&$symbtreeK˥1K<PL/I 8"' *VycirvccMultics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map8)[jKC([bK4M#G Hc_>spec>on>7138.pbf>rlm_get_cursor_info.pl1>spec>on>7138.pbf>dm_rlm_cursor.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info ^rlm_get_cursor_infoM|^AF PVjZZjk յXV@Zj,@eT0obj_map 5& .2y  rlm_get_description 01/04/85 0958.4re 01/03/85 1624.3 34776 idx_map2attrinf1RelHdr 3rlmopen2rlm_get_descriptionTJVV?TTTTT#4L$?#cleanupattribute_inforelation_headerindex_attribute_maprelation_opening_info^/Expected version ^8a of the ^a structure. Received version ^8a, instead.F.P%@̟N@P@R@T@U(@P@PV@@(P@Pz@L@|@@P~@x@ P@PP@@@xLP@@@@v@@8@LP PN@x@z@x@@@@@@@@@ @޸LPPP@x@z@x@@@@n@|@|@@@ @ȸLPPR@x@z@|@x@@@@T@c@d@@@ @RP@6X@@6Y@PP@@6Z@@@6[@U@F 4PP'@f@X@l>#>$FY@@[@>>>>>Z@$$@PP@P@V@Z@jL[@jLY@6ipX@6ip@NP@@A(@@6\@C@C@\N@RP@6Z>#>$F@C@~@@F@6քA,@VP@@6l>#>$F@A@~@@@@6@@@6>>>>>@>@>@@O@F@>>@O@Fip@@6l>#>$F@A@~@$@@@6@@@6>>>>>@>$6>>@@@6Z>#>$F@F@E0@@@@@6l>#>$F@A@~@@@@6@@@6>>>>>@@>>@@(F@6Z>#>$F@C@~@PP@6@N6N@J@@M@@M@A@~@$@@>$6>>@@0F@.$.@6]@B@B@]N@8VP@6l>#>$F$@A@@B@@>@~@@@6@@6>>>>>@>$>@RP@@@6Z>#>$F$@C@>@~@@E0F@B,@C,@VP@6o@@@ @@oN@<PP@P@D@PP@6>>@@@~@@F@VP@@6@>>>@>>@@@~@@@>>@@F@@ON@@O@N@N `@`@@,@VPP@P@@@ PP@P޿0@'V@ڿ0@#VP@6F@@6l>#>$FF@F@@6G@@6>>>>>G@$$F@V@@@@p@r@At@P@@rPP@@@@PM@N@0@(@@@LL$P P@@{@@@@@@@P@P@Pª@Ī@|ƪ@Ȫ@ʪ@u̪@rΪ@wЪ@Ԫ@tP@PҪ@@$ P@p@!x!v!rlm_get_description symbol_table. rlm_opening_infogetsub_err_ error_table_unimplemented_version!%+4K` cleanup.17.1&& &-symbtreeKMR#K4PL/I 6"' ,Multics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize listJ)ZKU.ZiK^Ha(ZgK^Ak0ZK_`w0ZK_Y-QsJo#G Hc_>spec>temp>famis1>rlm_get_description.pl1>spec>temp>famis1>dm_rlm_opening_info.incl.pl1>spec>temp>famis1>dm_rlm_header.incl.pl1>spec>temp>famis1>dm_rlm_attribute_info.incl.pl1>spec>temp>famis1>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_relation_description.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_get_descriptionlB giliºVPVjZZjZׁZV`Zk 8@eU*Pobj_map 8  rlm_get_info 03/06/85 0752.3re 03/05/85 0928.5 34056 idx_map2RelHdr 3rlmopen2relcrs02 rlm_get_info TGV?TTTTX #TT4L$id_list?#relation_headerrelation_cursorindex_attribute_maprelation_opening_inforeturn_conversion_error^/Expected version ^a of the ^a structure. Received version ^d instead.^/Unable to get opening information associated with the supplied^/relation_cursor_ptr value, ^p, which is associated with the^/relation opening identifier ^3bo.v @@(@F@J@L@N@O(@P@R@v@-`P%@S@S@@@@7`P%@PPT@S(@PP@PF@x@z@@@~@Z@x@@k@@g@|@ @lFP@~@H@@@@@|@ $PP@@@+Y@w(@@@@@@:@-@@@w@@@ª@F@Ī@P@@ƪ@;Ȫ@8ʪ@;̪@֪@7Ϊ@Ԫ@/Ъ@,Ҫ@@ $P P@@@>|HP@@|@@!@@ª@@ @"HP PJ@x@z@@~@@x@@ @@@|@ @ JP@D@S@TP@@@&>`P%@PPT@S(@DPP@PF@x@z@@@~@@x@@@@@|@ @ܸPP@PP@w@ϟ@@@~@w@@@@@@@|@ @FP@~@H@@@@@|@ $PP@@@+@w(@@@@@@@@@@w@@@ª@F@Ī@P@@ƪ@Ȫ@ʪ@̪@֪@Ϊ@Ԫ@Ъ@Ҫ@@ $P P@@@|HP@g@|@@z@@qª@@ @{HPPL@}|@}~@}@@@K@|@@b@@Wª@@ @cLP@6V@B@B@VN@PLP@6Z>#>$Fw@B@~w@F6PP@N@>@@h@A@ A@hN@LP@6Z>#>$F$w@B@@A@>@w~@@0F.$.@6A@PP@NOA,@LP@6Z>#>$Fw@B@~w@Fw@6AN@ w@OC@S@TP@ @@B,@C(@S@C@TP@@@j@l@An@P@@lPP@@@@PM@N@0ک@(@@@HH$P P@@@@@@@@@P@P@P@@@@ @ @@@@nP@P@@$ P@j@p@r@At@P@@rPPNP/@(@@@HH$P P.@0@2@@4@@6@@8@P:@P<@P>@@@L@P@B@D@F@H@yJ@tPPN@,@$ P@p@ rlm_get_info symbol_table- rlm_opening_infogetsub_err_ error_table_unimplemented_version $*7`get_record_collection_id>-`0 get_index_idA7*`:&&&,symbtreeK˥1K8PL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize mapH"[jKQ([bK4[)ZKPf#ZKPo+Z^KQz QsJn#G Hc_>spec>on>7138.pbf>rlm_get_info.pl1>spec>on>7138.pbf>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_get_infoeA|WOӆP|OӔ]x[$PZjkʨVj_jZjXV@V`Z8@eU*`obj_map B  rlm_get_tuple_by_id 03/06/85 0752.3re 03/05/85 0929.1 39744 relcrs02RelHdr 3rlmopen2rlm_get_tuple_by_id THTJX V?TTTTT#L$4?#cleanuprelation_headerrelation_cursortyped_vector_listtyped_vector_arrayrelation_opening_info^/Expected version ^d of the ^a structure. Received version ^d, instead.^/Expected version ^8a of the ^a structure. Received version ^8a, instead.y @@(@A(@B(@D@N@P@R@T@U(@Z@y@d0P%@@wi0P%@ @@n0P%@ A@ s0P%@ B@P (P|V@P@PZ@z@|@@@@@~@R@@ZP@@L@@P@ P@@ $PP@P P@q@q@q@LP@@@@@7~@@LP PN@Mz@M|@z@@@@%@9@6@@@ @ڸ7@F yPP'@@H@@'PP@P@P@D@@ P@ P@@$PP@P P}$P NPP@@@us P@@@nlPP@P@P@D@@V@@ P@@$PP@P P$P NPP@@@O P@@@H@@VP@@.@B@VPP@ P7P P@PX@џ@џ@t@@@@@ @XP@VP@N@@@@\@C@C@\N@VP@@>>> >>@>>@V@XPOC,@XPP@ P@^@`@PP P@@ PV@0@VP@@F@@@>>> >>@@$$F@V@@ PD@p0@D@ZP@ @0@ F(@D@J@F@L@H@$PP@@@d@f@Ah@P@@fPP@@@@PM@N@0K@(@@@vLL$PP@+@;@@@@@@@Pª@PĪ@Pƪ@.Ȫ@$ʪ@+̪@*Ϊ@Ъ@Ҫ@Ԫ@ت@hP@P֪@@$ P@d@j@l@An@P@@lPPNP/ܩ@(@@@'HH$PP@@@@@@@@@P@P@P@@@@@@ @ @@nPP@@$ P@j@p@r@ݟv@x(@ZP@@NP@M@ Pv@@@NP@@@@@v@@x@ @@$PP@x@*vPrP@Pp@!x!!!!!!!D!!!~!z!~!rlm_get_tuple_by_id symbol_tabled rlm_opening_infogetsub_err_ dm_error_record_not_found!$)tuple_not_found_id!,1 error_table_unimplemented_version48>record_manager_ create_cursorAEIdestroy_cursorALPget_record_by_idASXget_records_by_id_listA[aip`singlend}`glistsi`larrayyn`q cleanup.1|sv&& &+&3&@&K&R&Z&csymbtreeK˥1KPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map X)[jKc)ZKPn#ZKPw+Z`KQ+Z^KQ%QsJo+QsJo*QsJo([bK4*ZKPр#G Hc_>spec>on>7138.pbf>rlm_get_tuple_by_id.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_typed_vector_list.incl.pl1>spec>on>7138.pbf>dm_rlm_cursor.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_get_tuple_by_id+! _B!+8Wo ]xo%iš<-<<<PVjZZjZׁuZ /_jVj PZj+@eU*eU*eU*obj_map }&.@D  rlm_get_tuple_id 12/01/87 1040.5re 12/01/87 0916.2 110880 rlmopen2idx_map2RelHdr 3relcrs02attrinf1rlm_get_tuple_idTYTATFT;LT8TTTTTBT T@@@@B@D@F@H@J@L@4@(P@~@^@`@@f@h@j@p@r@@\(@n(@P@0@@@@$PP@PPv@P@@@@ @@ @@ $P&P@@C@@ @@6@P8@X:@p<@x>@@@4@ @P P@|@|@@@@ @F @^@b@@@ @PP@b@b@@@@ @4 @C@L@@@ @PP@@@e@@@@ @-"@7$@&@@ @oP@6NP@P@@P @@P @@P@@ P@@$P$P@@@@@P0@@/N@/P@ayR@N@V@PP@PX@Z@\@^@`@T@ @{PP@P@@PP0@P|@|@$PP@P@PP|@@}@@PPP@P@@@N@!S@PP@P@@>>> >>@@>S>@V@0@$S$S@@@@PPO@$@@@ª@P(P@zP@(@ Ɲ@.d@$$PP[P@jL&`@0@(@PP$@PP@ipƝ@PdN@(@x@f@@h@d@$PP@Ǟ@Հ~9@ʨ@`@@@b@@@ ў@N@l@^Pj@O6.@j@PE0@.@,@@n@~@p@r@r@f@t@@v@@x@@z@l@$P.P@О@$PNPCО@$PNP(@ P@6P@N@(@k(@(ʈ@Ԩ@P@6>>|@|~@ F6b@b@vP@^@b@vP@h@@ @^P(Oܞ@,@bN@@ @hP(Oܞ@,@bN@b@@@ ۞@N@KPF6@P@@6Z>#>$F|@]@~|@@F6@@ڞ@N@P@6Z>#>$F$|@]@}@ڞ@}>@|~@@0F.$.@6N@,@P@6Z>#>$F|@]@~|@F6N@Ȟ@@hPOڞ@@^PO,@Ԉ@@j@b@@@ @N@l@hP~@O6.@~@PE0@.@,@`@@@@@@r@@p@@j@@@@@$P6P@@$PNP@p=@jP@@@@@N@zP@$@@jP@O@N,@(@@@@P@6>>@~@ F6@@ @N@tPF6@P@@6Z>#>$F@]@~@@F6@@@N@P@6Z>#>$F$@]@@@>@~@@0F.$.@6N@,@P@6Z>#>$F@]@~@F6N@(@(@@@=88$PP@@@@@@@@@@@@@@@@@@@(P@@l@@6.@@PE0@.,@@@~@@r@@f@@@@@@@@@$P.P@@@@T@@z@@PP@@@ $PNPP(Pp@(@*@@ª@v@Ī@f@ƪ@z@Ȫ@.@ʪ@@$P4P@.@zP@*P@P $PNP*P(PzO(@0@2@n@,l@P@Ϊ@e@Ъ@@Ҫ@2P@PԪ@6@֪@̑@$P,P@P@Ϊ@e@Ъ@@Ҫ@2P@PԪ@6@֪@̑@$P0P@6@FP PPl@m@P@Ϊ@o@Ъ@@Ҫ@2P@PԪ@6@֪@̑@$P0P@6@'H2PPl@9"ڪ@2PPܪ@6@ު@3@7@4@ؑ@ $P P@6@ @@x@@@PxPxP(@@ @@ $P*P @2P@PP@x@Ϊ@6@Ъ@̑@P@6@¸ 2PPP@0@8@:@P@6@Nr,N(@(@@@(<<$PP@@@@@@@@@@@ @ @@@@@@@(P@P@6N@6d@d@zP@@@6NJ@:PPOP@@6>>@~@@ F6A@@@ @@AN@<6Pip@@l@@@@P@FE0@@P@@6>>@>@~@F@CO@E0@@@NE0@@@6>>@>@~@F@CO@E0@@^.e@E0@.$$@,@:PPP@@PP P@ @@@PP@PP@@PPP@M@P (P,P@6S@P:PPSN@P@@6Z>#>$F@P~@@FMP,PP@@6NP$P P@@@ظ:P P P PdPP@@@ P\ (PP@@6T@?@ ?@TN@Q:P PMP@@6Z>#>$F@P~@@F6f@>@ >@fN@%?@lP@@6Z>#>$F$@:P@P@>@>@~@@0F.$.@6@@P@0E.$.@6N@>,@P@6Z>#>$F@:P@P~@F6>N@@ P?,@:P P PP@@P(P P@@>vP@:PP@@@P@@6Z>#>$F@P~@@F6>@8@x@P(@@@  @ @P@@6@@@6N@@$>@#>$FvP@@@jL@6ipP@P@ip@iLP@Pip@6ip@jLx@~@:PPP@@@ @I0@$F@(@@@HH$P P0@2@4@@6@@8@@:@0<@)>@&@@+B@!D@F@.@(P@P @!0@$@(@@@DD$PP0@2@4@@6@@8@@:@<@>@@@B@D@F@.@(P@P P@ipP@@6ip@@jL@@6`@ @2@@PM@Yܞ@@(@@@4DD$PPJ@L@N@@P@@R@@T@@V@@@X@Z@\@^@f@`@b@d@@h@H@ (P@,P@P@M@'@(@@@m\.\$PPJ@L@N@@P@@R@.@T@@V@X@Z@\@d@^@`@xb@H@(P@~@`P'@ Pp@0@ @(@p@D@@@F@B@2P@ P~@v0@~P@@>~@@ Pj@l0@jP@@$j@@ P^@a0@^@@ Ph@Z0@h@@ Pr@S0@@(@/J@r@L@@@N@AP@ER@BT@H@ $P"P@@@n@m@@j@l@@j@P@@@e@@P @fP @P@@!6!.!!!!r!`!k!!!!c!f!p!r!t!e!o!]!l!m!n!~rlm_get_tuple_id symbol_table  define_area_ dm_error_bad_rel_cursor_pos!index_not_in_relation$* key_not_found-1record_not_found49rel_cursor_spec_mismatch<Ctuple_not_foundFJunexpected_search_caseMSunsup_search_spec_head_typeV] error_table_ null_info_ptr`dhunimplemented_version`kqget_dm_free_area_ttyget_temp_segment_||release_temp_segment_rlm_general_searchget_idrlm_opening_infogetsub_err_sys_info max_seg_sizeindex_manager_ create_cursorget_keyrecord_manager_destroy_cursorget_record_ids_by_specget_record_ids_by_interval` cleanup.13 TERMINATEJ8&&#&,&3&;&E&L&U&_&j&s&{&&&&&&&&&&&&symbtreeMLMWPL/I 3!& *6B_yBBMultics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize mapx'oM#WjCU([KQ(QsJn QsJn*Z`KP\&ZkKP*ZKPр+Z`KQ#[KQ#ZKP+Z^KQ&QsJo)ZKP&ZKP< +QsJo#G Hc_!%QsJo++QsJo>spec>install>1007>rlm_get_tuple_id.pl1>ldd>include>area_info.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>dm_id_list.incl.pl1>ldd>include>dm_idxmgr_entry_dcls.incl.pl1>ldd>include>dm_interval_list.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_relation_spec.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1pl1info >rlm_get_tuple_idB! .ZiK^H>spec>temp>famis1>rlm_open.pl1>spec>temp>famis1>dm_rlm_opening_info.incl.pl1pl1info Rrlm_opend!|;_<'@ <%O ӁP+z<%Oׁ4Pk +ZZkP+k Vk:UXVkk @eU*eU*eU*e@obj_map ##wy0  rlm_opening_info 04/04/85 1111.5re 04/04/85 0929.8 72936 ixcrsra1idx_map2attrinf1RelHdr 3rlmopen2rlm_opening_info T9TV?T,TTTTTTT!X #4L$?#cleanupattribute_inforelation_headerindex_cursor_arrayindex_attribute_maprelation_opening_info^/^a$^a is not a valid entrypoint^/Expected version "^8a" of ^a structure; received "^8a".but there should not be. This indicates either a damaged per-process relation opening info table or a programming error in the relation_manager_.^/Unable to initialize the relation opening info for the file with opening id ^.3b. There is already an opening for a relation with this file_opening_id,~ @@(@A(@B@E(@F(@G(@H(@wL@N@P@R@\@^@`@b@c(@ld@f(@~@PP%@`@(@@@y$$$PP@;@K@@@@@@@1@@E@A@@@B@>@8@5@@ P@&$#PP%@PPh@Pj@E@&hP9PP%@PPh@Pj@E@F@hP&$#PP%@PPh@Pj@H@hPPZ@@@@@@@ӟ@@Dj(PE@HPPJ@$P@0@ PjP@@@J@@Z@@jP@@P@jP$PNP PjP@Z@ǿ0@$P PjP@֟@֟@֟@ZP@@@@P@ŸF@YZP@IM@H@@DN@H@H@$P @0@ @@@ P@@T @P'@.@@@ZP @0@B@ P@@B@(@ @@(@@@l@g@@@ @@@@$P @@@@\@@@@jP@@,$P@jP@\@\@\P@@@*@@[ZP@E0@@@\P@@@$P @@L@@jP@@P@jP@LPZP@@\P@BN@]ZP@@'0@@P@6@@6>>@$@@(@@(@@@@ @@@@@@@@@@@$P @@@@^@@@@jP@@,$P@jP@@@^P@@@ɟ@k@ZP@0@P@@6@@@6Z>#>$F@$$$A@(@@(@@@@\P@@@@@@@A@@$P @@@@`@@@@jP@@,$P@jP@@@`P@@@@@ZP @0@#`P@@6f@f@$P P@d@(@f@@g@@l@l@dPOl@l,@N@ZP@ @@@@@`P@P@e@f@@@ @ZP Pd@t@t@ay@@@@@6@L@N@@@ @g`P@6@@dP@@N@$@m@C@ C@mN@ddP@F=0@`P@@6Z>#>$F@C@~@@F6,@OC,@IR@@f@f@$P P@d@(@f@@@@R@0@ZP @l@ l@ dPOl@l,@N@RP@@n@C@ C@nN@RP@F0@`P@@6Z>#>$F@C@~@@F6@_dP@OC,@^@ZP@0@PN@^P@`@@0@PP@`P@\@ZP @0@\P @I@@D@@.@.@E@ZPhP@PP%@PPh@Pj@-G@j(PPPJ@hP@T @P'@.@@@$P @0@ @@@ P@$P@0@c@@@jP@@ P@jP@=t@@@J@@@@jP@@P@jP,d@(@ @@ @@$P"P@<@L@@@@@@@P@P@F@B@E@@@@:@/@@P@j(P$P P@Z@(@(@(@(@@@@(@ @ @@@@@PP@@@ZP@@@@@k$P@@J@@Z@@jP@@P@jPZPhP.@m@@PP%@PPh@Pj@p$P@0@@hPPZ@@@@@@@@x@ZP@J@$P@@J@@jP@@ P@jP@ZP @ƿ0@ @@ZP@0@P@@6@@@6>>@@@ZP@0@P@@6@@@6Z>#>$F@$$@@Z@@hP@PP'@ PZ@0@N@0@N@ZP@@0@NP@6@@@6>>@@N@@ P^@o0@^@ZP@@0@^P@6@@@6>>@@^@@ PP@W0@P@ZP@@0@PP@6@@@6Z>#>$F@@$$P@@ P`@<0@`@ZP@@0@`P@6@@@6Z>#>$F@@$$`@@ P\@!0@\@ZP@ @0@\@@ PR@0@ R@ZP@ @0@RP@R@@ Pd@0@ d@ZP@ @0@dP@d@@ PG@Z@hP0@Z@@@p@r@At@P@@rPP@@@@PM@N@2s@@(@@@<<$P(P@@@@@@@@@@P @P"@P$@&@(@*@,@.@0@2@6@tP@P4@@$&P@p@v@x@}(@8(@P<@8@>@|@@@}@B@:@$PP@}@xP(P|@xPPv@!!!!!!!!!!!!!I!D!!!rlm_opening_info symbol_table get_dm_free_area_opening_manager_ get_opening" put_opening%(init+- free_opening04record_manager_ create_cursor7;?sub_err_BBEtransaction_manager_get_current_idsHNR dm_error_ no_openingUX[programming_errorU^crelation_not_openUfk error_table_ fatal_errornrucollection_manager_getx}~BBunimplemented_versionn``}get_dont_refresh`refresh` cleanup.1q`+ cleanup.2free.`FINISH *?#?#&&$&*&/&6&A&G&T&]&e&m&w&&&symbtreeK˥1K$"tPL/I 8"' * Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map T/\K$`#G Hc_i)ZKPt#ZKP}+Z`KQ+Z^KQ-ZKP*Z^KPX'ZDKO9\K$ր>spec>on>7192.pbf-04/04/85>rlm_opening_info.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_rlm_idx_cursor_array.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1>ldd>include>dm_cm_hdr_col_ids.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rlm_opening_infor7!C  P3:@S9@+<^<7Sx> .3 d Pgtxw> _yx :NNN~PVjZZjVk:Vj@ 'P /PVj+ZFkԭZV`ZXV@ZkXVBk CUYUYUYUYU@obj_map *  rlm_process_tuples_by_id 10/24/88 1644.5re 10/24/88 1535.0 101952 ixcrsra1idx_map2attrinf1RelHdr 3rlmopen2relcrs02rlm_process_tuple_by_id THTJV?TTTTTTMX TL#L$4?#cleanupattribute_inforelation_headerrelation_cursorelement_id_listindex_cursor_arrayindex_attribute_maprelation_opening_info^/Expected version ^d of the ^a structure. Received version ^d, instead.^/Expected version ^8a of the ^a structure. Received version ^8a, instead.The wrong type of typed_vector was supplied.^/Expected type ^d. Received ^d.U @@(@B(@D@F@H@J@L@N@P(@Q(@R(@S(@\@`@b@d@f@g(@h@j(@v@:z@U@P%@@(&%P%@PP~@A@B@S@((%%P%@PP|@P~@A@B(@PP@Pt@cV@cX@@@Z@v@[@@9tP@S@o(&(%P%@PP~@A(@B@S@%(((%%P%@ PP|@ P~@~A(@B(@PP@Pt@*V@*X@@@[@v@Z@T@tP@S@PP@Pp@@0@@.$.@6N,Z(@\@[(@@@FP^PZ@t@v@x@\@z@[@|@^@~@@@@@@@@@@@@@r@ $PP@l@D@J@H@F@~(PP(@P@PP\@֟V@֟X@@@\@@@mL@X@V@$P P@@V @P'@.@@@\P@`@^@b@P@d@^@ $PP@P@Q^@`@b@^@t@^Pv@ix@zz@y|@~@r@ @/^P P`@V@X@V@`@@b@Qd@kf@ch@j@^@ @^PPb@kV@kX@V@`@@b@9d@Mf@Mh@j@^@ @^PPd@@@j^^@t@@v@"x@7z@8|@~@r@ @^P Ph@P^@P`@ayb@^@t@@v@x@z@ |@~@r@ @ָ\@`@`P@b@N@d@^@ @dP@6@Q@ Q@N@=Q,@1KA@%B@PPU@/TtP@U@)R@{S@@T@T@N@DtPFU@R@$R@T,@8dP@6>n@n@>LP@D@n@6.@@0@.@0B@PPU@tP@U@R@CS@@T@T@N@ tPFU@׸R@$R@T,@.@@@ŀpP'@ PB@R@|PD@0@dP@@6>6.@DP@0@.@0@.$.@6>D@@ PJ@0@J@`@^@@@ PH@{0@ HP@0@@.$.@6>H@@ PF@m0@FP@@6d@@@6$>d@#>$FF@@ PN@X0@N@\P@ @0@ d(@N@`@d@b@^@$P"P@@@@P~P.@@@@(P PP@6Z>#>$F@ P~@@F6>6.@P@P@0@.@@6Z>#>$F@F6@@@N@5P P@P@@6Z>#>$F$@ P@@>@~@@0F@.$.@6@Pv@0@@$$@@Pv@0@@$$@@.e@@P@0@.$@$@@0@P,@PP@P.e@Pv@0@.$$@@@Pҿ0@PP@0@.$.@6n@n@>PP@P@PPn@6.@@0@.PP@P@0@@.$.@6>$PP`0`@P@P@0@@.$.@6@@ @N@PP@PF@0@.$.@6@@O@0@@$$@@@.a@Pv@0@.$@$,@@@@PP@6@@ @N@dPP@P@@6>>@@~@@F@@B@N&@>>@P@0@@$$@@@@@@@@>>PP@P@@.b@P@P@@0@.$$(N%@#>$F>@P@0@@$$@@@@@@@@#>$F>PP@P@@.b@P@P@@0@.$$ ,@@Ҩ@Ԫ@PP@6Z>#>$F@ P~@F6@@؞@N@)lPP@P@@@6Z>#>$F$@ P@؞@>@~@@0F@.$.@6Pv@0@@$.$.@$.@@PPE0@.$$,@lPP@P.e@PPF0@.$$؞@6ip҈@@@r@PP@6>s@s@$>r@#>$FPP@P@PPr@jLs@6ip@ip@P@P@ip@iL@@@6@@@l@@6.@@PP@PE0@.@@,@N@PP@6@@@lPP@PF0@@,@N@PP@6@@ @N@l@@6.@@PP@PE0@.@,@@@@A @P@@PP@@@@PM@N@0@@(@@@sLL$PP@@.ª@@Ī@@ƪ@@Ȫ@Pʪ@P̪@PΪ@"Ъ@Ҫ@Ԫ@֪@ت@ ڪ@ ܪ@@ P@Pު@@$P@@ @@A@P@@PPNP/@(@@@$HH$PP@@@@@@@@@P@P@P @ @@@@@@@@PP@@$P@ @@@ҟ@(@@P"@@$@P@P&@@ P(@@P*@@,@ @$P$P@@$PNPPP"@.@$@ @@l.@@M@$PP"@ @@]ZPP@P@@6@@ @N@CPP@P@@6Z>#>$F.@@~.@@F61@ PPV@P@P"@P$@@&@P(@@*@ @@_.(@PP"@P$@@&@.@(@@*@ @$PP@@$PNP(@C ,@PP"@ P$@@&@ @ $P&P@@1@@@B@<J@PPF@P@0@.$.@6L@H@H@LN@D PbP@@6>>e@H@~e@@Fx@H@F@0@@$e$e@J@@Be@N @0@@$.$.@$ $I@N @0@@$.$.@$$$$I@ e(@@h@I@j@e@l@f@ $PP@I@#>$FJ@@H,@FP@0@.$.@6>F@@@@@ @$(@0@P4@0@6@ P@P8@@P:@@P<@$@>@2@$P$P@$@ $PNPP4@2@@xu PP4@P6@ P8@P:@2@@ظ PP@P@@6*@%@ %@*N@ PP@P@@6Z>#>$F/@%@~/@@F6rP0@PB@PD@PF@0@H@PJ@%@L@&@N@@@@@&@@MZ%@ PP@P@V(@P0@ P4@P6@0@8@P:@%@<@2@@T/(@ P P4@P6@(@8@/@:@$@<@2@$PP@$@9 PP4@(@6@$@8@2@ $PP@$@ $PNP%@~/@ PPT@PV@PX@PZ@ P\@P^@P`@Pb@/@d@R@$@ ڸ%,@{ PP4@ P6@P8@$@:@2@$P(P@$@Ƹ@,@.@P8@3@ 3@8N@j.P P@P@@6Z>#>$Fh@3@~h@@F6XPj@Pn@Pp@Pr@j@t@ Pv@3@x@4@z@l@@4@@M@3@.PP@P@V6@3@NP&Pj@ Pn@Pp@j@r@ Pt@3@v@l@@i(@.P Pn@Pp@6@r@i@t@2@v@l@$PP@2@d.PPn@6@p@2@r@l@ $PP@2@T3,@,@:@<@@@B(@PP@@#>$F@P~@F@6#PhP@Fa0@\P@@@O@L@@L@@J@@@$P P@J@+FPPLPhPFD@N@P@t@?0@(PN@T@~T@T@T@N tPFPP@MP$$T@NPPPN@PP(PN@!J!B!2!$!!U!J!H!D!p!F!d!h!N!L!J!L!b!U!J!F!d!h!N!L!F!d!L!Q!P!V!\!"!V![!Z"%%!V!Z!["%% rlm_process_tuples_by_id symbol_table  data_format_util_get_data_bit_lengthget_dm_free_area_!!&index_manager_ create_cursor)-1 delete_key)47put_key):<rlm_opening_infoget?DEsub_err_HHK dm_error_key_duplicationNQU key_not_foundNX\record_not_foundN_dtuple_not_found_idNgl error_table_unimplemented_versionosyrecord_manager_|-destroy_cursor|get_record_by_id|delete_record_by_id|modify_record_by_id|` delete` delete_array` modify` modify_array` cleanup.1z FINISH *& &(&3&9&>&G&M&W&^&f&n&{&&&&&symbtreeNwZN2rPL/I 7"' *9GayGGMultics PL/I Compiler, Release 31a, of October 12, 1988Hirneisen.SysMaint.aoptimize mapt=v/N#[KQ)ZKP#ZKP+Z`KQ+Z^KQ-ZKP%QsJo+QsJo+QsJo&ZKP<(QsJn+QsJn([KQ *ZKPр#G Hc_ $RXbJ )>v/N>special_ldd>install>MR12.2-1184>rlm_process_tuples_by_id.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_rlm_idx_cursor_array.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>vu_typed_vector_array.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_range_constants.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>arg_descriptor.incl.pl1>special_ldd>install>MR12.2-1184>std_descriptor_types.incl.pl1pl1info Arlm_process_tuples_by_id\U!W$B A+z_ Ӟu {.<-OӃtOӉOӊ}Pi :~<;Oӑ Cp Cp @_jZZkj|Z@Zׁ5Z+Z /Pk@kPZk V`ZZj +@eU*eU*eU*eU*eU*eTpobj_map T*\~  rlm_put_tuple 05/06/86 1320.3re 05/06/86 1303.9 75168 relcrs02ixcrsra1idx_map2RelHdr 3rlmopen2 rlm_put_tuple T!THTJV?TTTTnX TTTTTL$#4?#cleanuprelation_headertyped_vector_ptrelement_id_listrelation_cursorindex_cursor_arrayindex_attribute_mapsimple_typed_vectorelement_id_list_ptrtyped_vector_listrelation_cursor_ptrrelation_opening_infotyped_vector_list_ptrtyped_vector_list.vector_ptr(A null value was supplied for ^a.^/Expected version ^d of the ^a structure. Received version ^d, instead.^/Expected version ^8a of the ^a structure. Received version ^8a, instead.There were not enough entries in the element_id_list structure to contain the tuple id's of the tuples stored. @oB@D@R@jV@X@Z@[(@d\@^(@`@@((('' P%@ P Pl@l(PP(PP@P`@@@w@@`@@=@?@@9@K@K@`P@@@ @@PP@Pf@b@b@b@@@f@@ @ @@@@@@@t@fP@@@˸PP@PP@@@*@@P@@ @ @@@@@@@PP@R@@@@@@ @PP@fP@N@$@(@@@Qpp$PP<@>@@@@B@@D@@F@H@J@L@N@P@R@:@P@@J @P'@.@@@ݸ.n@n@PP(On@n,@N@fP@@o@I@I@oN@YfPV@@@@I @@ bt@>@.@.@@@~@T@>U@>V@T@U@i@ @@@T@ `@eV@@U@ E@`@@@@@ @e @@_@ @~@~@~@@P@0@.$.@6@V@@H@I@PPOP@P$@PI@$I@s((&' P%@PPl@l(PP(PP@P@@1@1@@@@@@@@@@7@7@7@@P@0@.$.@6V@@@ǸPP@P`@@@0@@`@@ @ @@@@@`P@@@ğ@@eҸ@J @P'@.@@@@XH@PP@p@.@2@v@x@PlPv@|@W(@Z@@@\@W@^@B@`@H@b@lPd@X@$PP@lPlPZ@X@@XP@6@G@ G@N@XP@6Z>#>$FW@G@~f@W@FW@6t>6.@hP@0@.@@0@@.$.@6W@@".@@h@0@.$$@,@WN@XP@@6Z>#>$Ff@@F6@F@F@N@#XP@6Z>#>$F$f@G@W@F@W>@f~@@0F.$.@6@v@0@@$.$.@$.@F@h@0@.$$F,@H@.g@hv@0@.$@$G@\PVD@h@Z@D@\@lP^@X@ $PPh@@lP$PNPG@~g@lPZ@X@@SG,@y|@@$P@0@@l@j@ P@`P@p@T@r@lPt@n@ $P P@lPlPp@n@@0'n@'p@'r@n@x@TPz@|@~@@@v@ @^TP PV@j@l@j@x@@z@|@~@@@v@ @HTPPX@@@nn@x@@z@|@~@@@v@ @3TP P\@Ɵn@Ɵp@ayr@n@x@@z@|@~@@@v@ @b@h@B@@PP'@ Ph@0@ hP@0@@.$.@6>h@@ Pb@0@bP@@6@@@@6$>@@#>$Fb@@ PB@m0@ @(@B@D@@@F@B@$PP@@@@d@XP@6>e@e@$>d@#>$F$PP@b@d@jLe@6ip@B@bPip@@@6@@@l@@6.@@bPE0@.@,@N@@6@@@lbPF0 @,@N@H@@p@iL jpPP@@ @N@iXP@6Z>#>$F@@~@@F@6W>6bP@ip@@@iL@6Z>#>$F@F6@@@N@,l@@6.@@bPE0@.XP@@6Z>#>$F$@@@@>@~@@0F@.$.@6@v@0@$.$.@$.@@E0@.$$,@@\PV@(@b@@$P@@@@@@@@@"P@,@H@@B@@@@@ $P P@bP@6@@6$>@#>$Fb@@@Ψ@Ъ@AҪ@P@@PP@@@@PM@N@0q@(@@@LL$PP@K@<@@@@@@@P@P@Pª@UĪ@Kƪ@PȪ@Pʪ@D̪@;Ϊ@DЪ@Ԫ@P@PҪ@@$P@Έ@Ԩ@֪@Aت@P@@PPNP/4ة@(@@@HH$PP@@@@@@@@@P@P@P@@ @@ @@@@ @PP@@$P@Ԉ@pP(@"PP@@@P@P0@'B@A(@@@7$D$PP@R@T@B@V@A@X@D@Z@@P\@^@`@b@d@f@h@Pj@N@P@@ڨ@(@`P@@VP@@@@@B@@@@@$PP@@VXP@6@@ @N@0XP@6Z>#>$F@@~@F@6@\P@@F0@`P@@@O@$P@@@@N@@@@P@@,@ڈ@@XP@6>j@j@>$PP@h@j@6.@@0@.@0@!!g!!!#""!!V!$''!!!V$'' k !!! ''!!!#"") rlm_put_tuple symbol_tablez get_dm_free_area_rlm_opening_infogetindex_manager_put_key"&( create_cursor"+/sub_err_225 error_table_bad_arg8<> dm_error_key_duplicationADHunimplemented_version8KQrecord_manager_T+Xdestroy_cursorT[_put_record_by_idTbgdelete_record_by_idTjo delete_key"rulist@xrlm_put_tuple$listz} cleanup.1usingle` cleanup.2KFINISHCHECK_PTR_NULL& $?#&&!&*&1&7&@&J&S&Z&a&i&q&wsymbtreeLïjLʯnPL/I 8"' *8.5Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.aoptimize mapd$de2Lm([KQw+QsJn*ZKPр)ZKP#ZKP+Z^KQ-ZKP#[KQ+QsJo&ZKP<*QsJo%QsJo#G Hc_>spec>install>1054>rlm_put_tuple.pl1>ldd>include>dm_element_id_list.incl.pl1>ldd>include>dm_operator_constants.incl.pl1>ldd>include>dm_rcdmgr_entry_dcls.incl.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_rlm_idx_cursor_array.incl.pl1>ldd>include>dm_rlm_cursor.incl.pl1>ldd>include>dm_specification_head.incl.pl1>ldd>include>dm_specification.incl.pl1>ldd>include>dm_typed_vector_list.incl.pl1>ldd>include>vu_typed_vector.incl.pl1>ldd>include>sub_err_flags.incl.pl1pl1info rlm_put_tuple/B! i:F| _,׆4=)z6|kO x3+ &zw|Op Cp Cp C Cp @PZjkʨZ+@ Vj #PVjZVjPPZj +PC9UYUYUYUYobj_map $8  rlm_set_scope 01/04/85 0958.4re 01/03/85 1628.1 10800 #LL$1`P%@P(PPF@B@H@PJ@D@ P@PP@B@N@PP@PR@PT@L@$P P@PP@V@@@M P@M@@ @@ P@M@@@@PF@@@H@PJ@D@ $P P@@ rlm_set_scope symbol_table1 rlm_opening_infoget_dont_refreshrlm_update_opening_info lock_advice$' file_manager_*$.4`R&&)&0symbtreeKMR#K ,+PL/I 6"' ,iuzuuMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.moptimize list>#ZKG.ZiK^HS-ZjK^J_(ZK_ >spec>temp>famis1>rlm_set_scope.pl1>spec>temp>famis1>dm_rlm_opening_info.incl.pl1>spec>temp>famis1>dm_rlm_permissions.incl.pl1>spec>temp>famis1>dm_lock_modes.incl.pl1pl1info q rlm_set_scopeh!|OӄPZjkʯ@ 8@eU*Pobj_map RR5  rlm_unimplemented_entries 10/02/86 1219.5re 10/02/86 1217.6 25344 4V?LL$#PP%@ )PP%@PPB@P@@@(P@3PP&@PPH@"PPF@PH@PF@P@@@(P@4;PP%@ PPL@PB@PL@PL@ PB@ P@@$PP@P@PBPP%@PPB@PB@P@@@(P@bHPP%@PPB@PD@PD@P@@@(P@wQPP%@PPL@PL@PJ@P@@$PP@P@ZPP%@ PPL@PL@PL@PJ@ P@@$PP@P@aPP%@PPB@PJ@P@@$PP@P@wgPP%@PPL@PL@PJ@P@@$PP@P@pPP%@PPL@PJ@P@@$PP@P@zPP%@PPL@PL@PL@PL@ PL@ PL@P@@$PP@P@PP%@PPL@PL@P@@@(P@PP%@ PPL@PL@PL@PL@ PL@ P@@$PP@P@PP%@ PPL@PL@PL@PL@ PL@ P@@$PP@P@PP%@PPL@PL@PL@PL@ PL@ PL@P@@$PP@P@PP%@PPL@PL@PL@PL@ PL@ PL@P@@$PP@P@ rlm_unimplemented_entries symbol_table  dm_error_unimplemented_entry)` destroy_relation_by_opening3`" destroy_relation_by_path;)!`, create_subset_indexB3:`6 destroy_indexH;T`> set_scopeQBg`E delete_tuples_by_specZH|`K modify_tuples_by_specaQ`T get_populationgZ`] get_countpa`d get_duplicate_key_countzg`j get_max_and_min_attributesp`s destroy_cursorz`} get_tuples_by_spec` get_tuple_array_by_spec2` get_tuples_and_idsJ` get_tuple_array_and_idsd` | &symbtreeL*JGvLaTPL/I 3!& *@OhOOMultics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map0>g$L\>special_ldd>install>MR12.0-1173>rlm_unimplemented_entries.pl1pl1info Hrlm_unimplemented_entries3*+AB!WB _B!WP+:!A nB! +B OOWW_jZZk*k V`ZV`ZZj +k Zjk + +Zjk k ZjZjV`Z @eobj_map ||$ ,.  rlm_update_opening_info 04/04/85 1111.5re 04/04/85 1001.2 57528 ixcrsra1idx_map2attrinf1RelHdr 3rlmopen2rlm_update_opening_info TIV?TTTTTTT!L$X #L4?#cleanupattribute_inforelation_headerindex_cursor_arrayindex_attribute_maprelation_opening_info^/^a$^a is not a valid entrypoint^/Expected version ^8a of the ^a structure. Received version ^8a instead.l @*C@'C@C@D@F@H@J@T@V@X@Z@[(@\@^(@l@QP%@n@m(@@@$p$$PP|@~@y@n@@m@@p@@~@@@@@@@@@@z@ P@%!YP%@PP`@B@aP%@PP`@B@PP@PR@vp@vr@vt@p@|@@@~@:@J@G@@z@ @l`(PRP@@@H@L g@P'@ P@@RP@@@B@RP.@N@R@r@`Pt@p@$P P@`P@$PP@%##!mP%@PP`@KPP@PR@$p@$r@$t@p@|@@@~@@@@@z@ @`(PRP@C@@L s@P'@ PRPC@@@@PPRP@@@@@P@@`@@@%%!NzP%@PP`@PP@PR@ݟp@ݟr@ݟt@p@|@@@~@@@@@z@ @ӸPP@PT@p@r@p@|@@@~@@@@@z@ @TP@$@ m@y(@RP@@|@~@T@@m@@@y@@`P@z@$PP@`P@RP @T@0@ PD@TP @D@s0@$P@n0@@r@p@ P@D@@@NP%@PP`@PP@PR@ip@ir@it@p@|@@@~@-@=@:@@z@ @_RP PT@Cp@Cr@p@|@@~@@%@$@@z@ @IPP@PV@(p@(r@p@|@@@~@@ @ @@z@ @2TP@%VP@@6m@@@6>>m@$y@m(@RP@|@~@V@@y@@@@m@@`P@z@$PP@$VP@@6y@@@6>>y@$m@y(@RP@|@~@V@@m@@@@y@@`P@z@$PP@`P@TP@$@$y@m(@RP@@|@~@T@@y@@@m@@`P@z@$PP@`P@RP@V@0@"PF@VP@F@0@$P@0@@r@p@ P@FP@6m@@6>>m@F@@@NP%@PP`@PP@PR@p@r@t@p@|@@@~@J@Z@W@@z@ @|RP PT@`p@`r@p@|@@~@2@B@A@@z@ @fPP@PX@@@Rpp@|@@@~@@*@+@@z@ @PTP@(XP@@6y@@@6Z>#>$Fy@$$$m@y(@RP@|@~@X@@m@@@@y@@`P@z@$PP@'XP@@6m@@@6Z>#>$Fm@$$$y@m(@RP@|@~@X@@y@@@@m@@`P@z@$PP@`P@TP@$@$m@y(@RP@@|@~@T@@m@@@y@@`P@z@$PP@`P@$P@0@@r@p@ P@RP @0@$XP@@6^@^@$PP@\@(@^@@z@@b@ b@\POb@b,@N@RP@ @ P\@p@r@ayt@p@|@@@~@[@n@p@@z@ @XP@6y@m@\P@@mN@#y@c@A@A@cN@f\Py@F_0@XP@@6Z>#>$F@A@~@@F6Ny@OA,@KJ@m@^@^@$PP@\@(@^@@@@RP @b@ b@/\POb@b,@N@JP@@d@A@ A@dN@JPm@F0@XP@@6Z>#>$Fy@A@~y@@F6m@_\P@OA,@JP@J@@RP@X@0@PH@XP@H@0@@@6m@@@6Z>#>$Fm@$$H@@@f@h@Aj@P@@hPP@@@@PM@N@0@(@@@LL$PP@@@@@@@@ª@PĪ@Pƪ@PȪ@ʪ@̪@Ϊ@Ъ@Ҫ@Ԫ@֪@ڪ@jP@Pت@@$P@f@ rlm_update_opening_info symbol_tableQ  rlm_opening_infofreeget_dm_free_area_"sub_err_%%( dm_error_programming_error+.3 error_table_unimplemented_version6:@collection_manager_modifyCHJputCMNYv` increment_openingsaQ`T decrement_openingsgY`\ cleanup.1mad lock_advicesg `j cleanup.2zm8p relation_headersR`v attribute_infoz`} index_attribute_map`  ?#&&$&*&5&B&L&PsymbtreeK˥1K$0TMTPL/I 8"' *Multics PL/I Compiler, Release 28e, of February 14, 1985GJohnson.SysMaint.moptimize map T6\OK$b)ZKPm#ZKPv+Z`KQ+Z^KQ-ZKP'ZDKO*Z^KPX#G Hc_9\K$ր>spec>on>7192.pbf-04/04/85>rlm_update_opening_info.pl1>ldd>include>dm_rlm_opening_info.incl.pl1>ldd>include>dm_rlm_header.incl.pl1>ldd>include>dm_rlm_attribute_info.incl.pl1>ldd>include>dm_rlm_index_attr_map.incl.pl1>ldd>include>dm_rlm_idx_cursor_array.incl.pl1>ldd>include>dm_cm_hdr_col_ids.incl.pl1>ldd>include>dm_hdr_collection_id.incl.pl1>ldd>include>sub_err_flags.incl.pl1>spec>on>7192.pbf-04/04/85>dm_collmgr_entry_dcls.incl.pl1pl1info rlm_update_opening_infoU7!W0 kB!|Y_ B! <#2As@ +Ǻ6<=@  S>%=_jZZk @+|Zk ++XV@Zjk + +jC9UYUY0obj_map  02