bound_full_cp_.bind 12/09/86 1519.1rew 12/09/86 1517.5 67824 /* *********************************************************** * * * Copyright, (C) Honeywell Information Systems Inc., 1982 * * * * Copyright (c) 1972 by Massachusetts Institute of * * Technology and Honeywell Information Systems, Inc. * * * *********************************************************** */ /* HISTORY COMMENTS: 1) change(86-01-30,KFleming), approve(86-01-30,MCR7333), audit(86-08-05,Lippard), install(86-08-06,MR12.0-1116): Deleted exists, as it has been merged with entries in bound_active_function_. 2) change(86-08-12,JSLove), approve(86-08-12,MCR7519), audit(86-08-14,FCSmith), install(86-10-01,MR12.0-1170): Added the execute_string and substitute_arguments entrypoints to the "do" command. 3) change(86-11-12,Elhard), approve(86-11-12,MCR7457), audit(86-11-12,GDixon), install(86-11-20,MR12.0-1222): Add set_fortran_common (sfc) command. 4) change(86-12-06,GDixon), approve(86-12-06,PBF7519), audit(86-12-09,Parisek), install(86-12-09,MR12.0-1238): Add the names execute_string and exs, which were forgotten in the earlier installation. END HISTORY COMMENTS */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* N__a_m_e: bound_full_cp_ */ /* */ /* This bound segment contains the abbreviation processor facilities, */ /* and the active functions which are commonly used in exec_com's. */ /* */ /* S__t_a_t_u_s */ /* */ /* 1) Created: Jun, 1972 by V. Voydock - part of fast command loop development. */ /* 2) Modified: Jun, 1972 by C. Garman - combine exec_com and command processor. */ /* 3) Modified: Nov, 1972 by R. S. Coren - add pathname-related active functions. */ /* 4) Modified: Dec, 1972 by G. C. Dixon - add format_line, query, response and string */ /* 5) Modified: Dec, 1972 by G. C. Dixon - put entry for absentee_dim_util_ back; it was */ /* 6) Modified: July 15, 1973 by Peter B. Kelley - add decode_entryname_ */ /* 7) Modified: July 17, 1973 by C. L. Wong - add abbrev */ /* 8) Modified: March 29, 1974 by B. L. Wolman - replace plus, equal */ /* - add do, numeric_to_ascii_, move_r_or_t_ */ /* 9) Modified: June 18, 1976 by Steve Herbst to add if. */ /*10) Modified: September 20, 1976 by C.W. Anderson to add general_ready and get_rates_ */ /*11) Modified: April 15, 1977 by Jay Goldman to remove get_rates_ and add gr_get_rates_ */ /*12) Modified: September, 1977 by S. Webber to add execute_epilogue_ */ /*13) Modified: October 3, 1977 by M. Weaver to add Perprocess_Static attribute */ /*14) Modified: January 3, 1978 by J Falksen to add picture, hex, bin, oct, dec */ /*15) Modified: June 16, 1978 by M. Weaver to add run and run_ */ /*16) Modified: July 7, 1978 by G. Palter to remove full_command_processor_ and related */ /* entries */ /*17) Modified: September 1, 1978 by G. Palter to remove find_command_error_ */ /* and full_find_command_ */ /*18) Modified: November 17, 1978 by G. Dixon to replace length, index and substr active */ /* functions with single substr including the */ /* length and index entries, plus many others. */ /* Also replace index_set with more powerful 1.*/ /*19) Modified: 01/22/80 S. Herbst to add date_time_equal, date_time_before, */ /* date_time_after af's */ /*20) Modified 05/20/80 S. Herbst to add format_line_nnl, flnnl to format_line */ /*21) Modified 10/31/80 S. Herbst to add names uppercase and lowercase to upper_case, etc.*/ /*22) Modified 05/20/81 S. Herbst to remove exec_com and abs_io_ (now in bound_exec_com_) */ /*23) Modified 81-11-07 B. I. Margulies for byte/rank. */ /*24) Modified 12/03/81 S. Herbst to add get_shortest_path_ subroutine. */ /*25) Modified 81-01-08 James A Falksen to fix bugs in picture & add valid_pictured_data */ /*26) Modified: 26 February 1982 by G. Palter to retain new entries in abbrev, do, and if */ /* for use by the subsystem utilities and to add tct_ */ /*27) Modified 82-03-16 E. N. Kittlitz to add login_args. */ /*28) Modified 82-05-08 B. Margolin to remove path &c (moved to bound_active_function */ /*29) Modified 82-06-09 M. Weaver to retain run_$environment_info */ /*30) Modified: August 1982 by G. Palter to move abbrev and tct_ to bound_command_loop_ */ /*31) Modified Sept 1983 by J. A. Bush to add the date_time_valid AF */ /*32) Modified 10 Feb 1984 by J A Falksen move date_time_(after before equal valid) */ /* to bound_time_rtns_ (was in equal) */ /*33) Modified 8 March 1985 by Keith Loepere to move some active functions into */ /* bound_multics_bce_. */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ Objectname: bound_full_cp_; Global: delete; Perprocess_Static; Order: do, execute_epilogue_, general_ready, gr_get_rates_, if, index_set, user, system, login_args, format_line, query, string, decode_entryname_, picture, hex, rank, run, run_, set_fortran_common, get_shortest_path_; Addname: add_epilogue_handler_, binary, bin, byte, decimal, dec, decode_entryname_, do, execute_epilogue_, execute_string, exs, format_line, fl, format_line_nnl, flnnl, general_ready, gr, get_shortest_path_, hexadecimal, hex, if, index_set, login_arg, login_args, octal, oct, picture, pic, query, rank, response, run, run_, set_fortran_common, sfc, stop_run, string, substitute_arguments, substitute_args, sbag, system, user, valid_pictured_data,vpd; objectname: decode_entryname_; retain: decode_entryname_; objectname: do; synonym: execute_string, exs, substitute_arguments, substitute_args, sbag; retain: do, execute_string, exs, substitute_arguments, substitute_args, sbag, ssu_do_request_, ssu_execute_string_request_, ssu_substitute_args_request_; objectname: execute_epilogue_; synonym: add_epilogue_handler_; retain: execute_epilogue_, add_epilogue_handler_; objectname: format_line; synonym: fl; retain: format_line, fl, format_line_nnl, flnnl; objectname: general_ready; synonym: gr; retain: general_ready, gr; objectname: get_shortest_path_; retain: get_shortest_path_; objectname: hex; synonym: bin, binary, oct, octal, dec, decimal, hexadecimal; retain: bin, binary, oct, octal, dec, decimal, hex, hexadecimal; objectname: if; retain: if, ssu_if_request_; objectname: index_set; retain: index_set; objectname: login_args; retain: login_arg, login_args; objectname: picture; synonym: pic, valid_pictured_data, vpd; retain: pic, picture, valid_pictured_data, vpd; objectname: query; synonym: response; retain: query, response; objectname: rank; synonym: byte; retain: rank, byte; objectname: run; retain: run; objectname: run_; synonym: stop_run; retain: run_, stop_run, environment_info; objectname: set_fortran_common; synonym: sfc; retain: set_fortran_common, sfc; objectname: string; retain: string; objectname: system; retain: system; objectname: user; retain: user; /* end; */  decode_entryname_ 11/04/82 2043.5rew 11/04/82 1836.4 6984 V V?PP&@"PP@B@A@P@PT`$.@.@>@@B@i@ `@`@P @@`@ @P @@`  @@~@P @@`@ @@AN@ A@@~@@P@@ @@o @P @@ @decode_entryname_ symbol_table `BsymbtreeII:tPL/I 7"' *:VGKPSGGMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0'Ky*Ip>dumps>old>recomp>decode_entryname_.pl1pl1info Bdecode_entryname_.A<lPVjZZk@pobj_map BBX``V  do 10/15/86 1429.5re 10/15/86 1410.9 169632 &*$efedcba`_^]}GYi Only the first ^d characters of the expanded ^[error value^;control string^] can be returned.^[ Type "start" to continue.^]"&^[q^;r^]f&n" must be used instead of argument designator ^a.^[ Type "start" to continue.^] control_string {args}{-control_args} control_string {args}{-control_args} {control_string {args}}alrm cput quit program_interrupt record_quota_overflow :An invalid character terminates substitution construct ^a. ISubstitution construct ^a is incomplete at the end of the control string. FSubstitution construct ^a is incomplete at the end of the error value. PThe parenthesized part of substitution construct ^a must be an unsigned integer. )^a is not a valid substitution construct. 6There is no ")" terminating substitution construct ^a. do exs sbagdo execute_string substitute_arguments & V?TXXUVTIT(V_LVVTTLT4T T#V%-rsc-erv-ia-lg-ihe-go-cs-bf-ablV'TVT#XVTV XHarea4Usage: -rsct-rescan-nrsc-nihe-nogo-no_go-nabl-long-briefcommand_?#cleanup0123456789-no_rescan-error_value-interactive-absentee-abort_lineany_other01234567899((&&f01234567899((&control_stringontrol_stringFollowing ^a.Evaluating ^a.Executing ^a.-rescan_tokens-no_abort_line-inhibit_error-control_string0123456789!(&&cfnqr-no_inhibit_errorCan't get argument #^d.active_function_errorCan't get argument count.-inhibit_error without -error_value^[[^a^[ -error_value^]]^;^a^s^]: (^d) ^aResult truncated to ^d characters^[ evaluating ^a^].Can't allocate a buffer large enough to hold the expanded control string.P%@[@'P%@P%@[@$P%@+P%@0P%@[@<@%ddC7P%@[@CAP%@[@ CLP%@[@PP@P@S(@\(@T@X@^@@a@@[@$P O@ @@@LRPP'@ PT@0@S@>>@@D@B@>@@@$P F` F`l P@@2 F` F` P@(@' F`  F`r P@@ F`h F`F P@@ F` F`V P@@H@D,@qH@N @$H@N  P^@S0@@@@$$$PP@@@#@@@@ P^@<0@[@$P O@D@~Z@@ P'@ P@(0@@dN@@@!@$PNP@ NP @@@@HP@NP@ R@ @@@@FP@@ PR@,PV@P@@*@@@@@@@@@$PDP@@@.@ P@@@@Pª@ƪ@Ȫ@@ʪ@@ @ @ PPV@P@@*@@@@@@@@@$PDP̩@@@.@ P@@@@Pª@ƪ@xȪ@@ʪ@@ @ @@ P'@ P^@0@@$PNP2PV@P@@*@@@@@@@@@DPΩ@@@@44 P@Ҫ@@Ԫ@@֪@@ت@Pڪ@Nު@;@8@5@@@Б@M@ @@@`0@@ NP @@@@@HP@NP @ @@2@@FP@ P@,PV@P@@*@@@@@@@@@$PDP@@YY@Xa.@ P@@@@Pª@ƪ@Ȫ@@ʪ@@ @ @@ P'@ P\@@@^PB@@@P@@ P'@ PV@@H@ PV@L@D@D@LN@<H@N9uH@NH@/@N@@@BP F`$@@ F` F` P@(@ F`  F`H@ F` F`J P@@H@D,@H@N  P@@[@$P O@@NWD@~ PZ@M P@X@^a@@@P@@@Z@@@@$P>P@@ P'@ PV@)@H PZ@D@. P@@P@ @@@V@@@@@@@@@@$PDP@^a@$PP@@@Pª@3ƪ@Ȫ@@ʪ@@ -@ @@@V@BP@@@@@@@@$PDP@dd@c.@$PP@@@Pª@ ƪ@Ȫ@@ʪ@@ @ @@P'@@àP'@(@@@@@$P2P@@(@(@@@@@@@@@@@@@$P4P@@@@@@@@@@@@B@@@@@@@@@@@@@@@@$P@P@ P P@Ͽ0@D@˿0@@V@[@^a@P@@@@B@@@@}@@@@$P(P@@V@[@^a@P@@@@B@@y@u@`@@@@$P$P@@&@8@@V@^a@@@P@@@B@@b@U@>@@@@$PFP@@V@^a@@@P@@@B@@G@:@#@@@@$PTP@@N@T(@l(@@@E@i(@o(@BPF@ P@(P@V@@Z~@m@n@p(@q@i@EN@lE@i~@i@FPTe&.@.@s@E@i~@s@@i@@Ft@ظs@i.@i@EN@Qh@>i@EN@FPFT_.@.@D@^l@D@D@l(@m@v@D@D@D@vN@D@mN@s@t@D,@D@mN@q@ P F@@@@@@@@$PXP@s@ P@t@E@i~@i@FPTe).@.@s@jFPi@@Ft@s>@>i@s@u`.@.@@@@s.@s@tPs@t`.@.@@r@r@s.@r@@Ft@s@t`>.@.@@>tPs@t`>@.@.@@@s@~@Nm@>D@ @s@+D@@@s@.t@(7i@>EN@i,@i@FP FE/l@Ci@h~@@V@FP@h@@F@@@@@@@@@$PDP@@(@q@NJ@@ P@G0@J@@@B0@M@@@@@@@@P@@@@@@ @@ @@@ @l@m@D@ i.@i@EN@hh@FP FE8`D(@q@l@i@EN@i,@i@FPFT".@.@D@@@mk(@@@jt@j>@.@.@@s@j@@Ft@sn@q@q@i@EN@ri,@i@FPET.@.@D@ P@a@˿0@ [@U@ `@`@V @@V@@@$PPP@ PPV@P@@*@@@@@@@@@$PDP@@@@ (( P@0@M@@[@NJ@@@@0@J@@@$P"P@@@@@V@@@@P@P@f@=@D @@Z @5@@@@BP@ @N@ P[@N@@0@N@x@ PP~@s@.P~@P"e@@T@x@x@ PPtP@@~@sN@s@@@@.@ e@`@T@nx@ʀP'@6@@ P PS@B@1@J ЀPP'@ P@@"0@@@ P@ P@T@0@@S@>>@@D@B@@E>@P>@@S@R@V@T@$P>RP@@@ P PPSN@S@@P `@`@S@@T@ӿ0@B@S@>>R@V@T@$PPN@@@@0@.T@@~Ps@[@NJ@@@0@J@@@0@M@@@$PP@"@@@@@@@Y@7@C@@@@@Y@@.@1@@@D@ PZ>@@q@N@@s@BPt@ @ o@ PNPBPo~@o@PTe@".@.@s@@@o~@s@o.@o@@N@@@o~@o@te@?@.@.@@s@@@o~@s@o.@n@@n@@s@@@΀n@s.@@n@ s@ŀn@Fn@s@n@@s@q@Np@Pn~@N@@Pn@s@n@n@n@N@@s@BPt@9(@ @@N@4@@~@@BPTe".@.@s@@@~@s@ @@@@@Ft@@s@.@@@N@@@~@@BPte?@.@.@@s@@@~@s@.@n@s@eq@Nn@Fs@n@\p@ PPo@@@@i@EN@E@i@h~@@V@FP@h@@@F@@@@ª@@Ī@@ƪ@@$PDPʫ@@@@N Pa@P `@`@b @(@PP@Ϊ@yЪ@b@Ҫ@@֪@6ت@3ڪ@̑@ T@@@@ P@n0@(Pު@B@@@@@@@X@@ܑ@$P4P@ P@$@@@@@@P@P@,@@*@@ &@@ު@P@P@B@@@@@ܑ@$PJP@@@@A@P@@ Pb@a@@&0@a@Na,@ F@b@0@[@a~@N@@a@a.@ n@`@b@@@@@$PRP@u@ >@.@.@@@ ~@ P@a~@N@@a@a.@ o@`ba@Na,@ F@bP@Pa~@N@@a@a.@ o@`b@׿0@a@Na,@ F@b@̿0@;@ȿ0@(@[@^a@@ @@@@b@@{@@|@l@ @$P*P@4(@[@^a@@ @@@@b@@`@v@a@Q@ @$P&P@(@^a@@ @@@@@b@@l@E@H@8@ @$PFP@@!cBD8`;.bRCXK!DbU][n-do  symbol_table error_table_badoptcommand_line_overflow inconsistent $noarg') not_act_fnc,/ssu_et_null_request_line249request_line_aborted2<Bsubsystem_aborted2EJiox_ error_outputMOSactive_fnc_err_VVZ suppress_nameV]acom_err_ddgd]jcondition_interpreter_mmscontinue_to_signal_vv{cu_af_return_arg_rel~ arg_list_ptr~ arg_ptr_rel~cp~evaluate_active_string~find_condition_info_get_system_free_area_ioa_ general_rs ioa_switchrequote_string_ssu_ abort_lineabort_subsystemarg_ptr execute_lineget_subsystem_and_request_nameget_request_name print_message return_arg unique_chars_  `execute_string`exs$"`substitute_arguments++`substitute_args0$2`'sbag7+9`.ssu_do_request_A0G`3ssu_execute_string_request_L7Q`:ssu_substitute_args_request_RA[`D cleanup.1XLO any_other.2aRUactive_function_error.3gXA[ any_other.4oaQdany_other_handlervg jcheck_argumentsorexecute_string_commandvyexecute_string_function~execute_string_command_errorMexecute_string_function_errorexpand_error_valueksubstitute_args_command|substitute_args_functionerror[warndallocate_bufferA cleanup.5Sarea.6x@Z &&&&&+&1&;&D&L&U&\&c&i&l&u&}&&&&&&&&&&&&&&&&&&&&&symbtreeL*JGvLDPL/I 3!% (QZZZMultics PL/I Compiler, Release 29, of July 28, 1986Perez.SysMaint.aoptimize map6gLD =$3YVF4F,<êGA>spec>install>1186>do.pl1>ldd>include>condition_info.incl.pl1>ldd>include>cp_active_string_types.incl.pl1pl1info Ydo F@@|A|c> ix;|_Ӆ}xSz[x# ;#F{#F|_Zӂ=  š|Oӄt<O Ӄ5 c>WOӁ4# iº@@@]pP%@R(@@@@ @!Ef@8$P2@ N R@\PP@P@@@T@@@ @@TN@$PPP0O@@0@2O@@0@ R@(P@@@@,@$P2,@2@PP@P0F@P2F6$P@ N R@\PP@P@@@U@@@@@UN@$PPPO@@0@O@@0@ R@(P@@@@,@$P,@@PP@PF@PFR@(P@@@execute_epilogue_ symbol_table<  error_table_action_not_performediox_ find_iocb_n!$close')hcs_ set_ips_mask,.2reset_ips_mask,59B` cleanup.1H<!? any_other.2NBME any_other.3THtK any_other.4]NQadd_epilogue_handler_`T`WT\fT&&&&+&4&;symbtreeL*JGvLc$PL/I 3!& *P]p~]]Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map46g%#L.B6gL{J>special_ldd>install>MR12.0-1206>execute_epilogue_.pl1>special_ldd>install>MR12.0-1206>stack_header.incl.pl1pl1info Xexecute_epilogue_MAz w|Oׁx' _<'3dF@)\>@2g PVjZZkj@Z+PV`Zk + +RCUYUobj_map TTafT  format_line 11/04/82 2043.5rew 11/04/82 1837.8 34776 V?T/TVTT1LT3V #4?#cleanupformat_lineformat_line_nnlGetting temp segment.Type "start" to continue with truncated string.Usage: format_line^[_nnl^] control_string {args}Usage: [format_line^[_nnl^] control_string {args}]uP%@yP%@ @@ U K@P%@P%@ @@U K(@G@`@N@b@M@d@T@f@^@$PP@T@F@$P"NPF(@T@`@U@b@d@f@^@ P@@G@=F@](@@@4h4K@@u@]@x@U@z@h@|@u@~@i@h@d@a@v@$P P@u(@@@{4h4K@@]@u@x@U@z@h@|@]@~@L@K@E@D@v@$PP@@H@`@^@$PP@F@K@$PP^@`@^@j@H@l@h@P@$PP^@`@^@j@H@l@h@P@@M.@M@>NPp@ PG@@@A@E@@@>E>@@B@G@E@6ipE@6ipiLiLHP6NG.@G,@@@D@J@ PJ@DN@Hv@PBvE@@@>E>@G@>E>@HPVBPOJ,@NPVF@BPH@G@E@J@K@H@N@G@P@E@R@NP@@@OT@@@V@J@X@K@Z@\@^@`@F@b@d@f@h@L@$PP@@L(@NP@T`".@.@>P@@P~@N{R@@@PP'@@(@ PU@D@R@F@@@H@}J@}L@zN@B@ P@@U@x@R@z@T@|@l~@l@i@v@ $PP@T@@@m^T@x@U@z@^@|@W~@T@M@v@ $PP@@NPP~@>]@P@~u@NPu~@RPP@NPu@]@@@@Eu@ `@`Vu@@`@u@d@^@T@u(@U@x@R@z@u@|@%~@%@"@v@ $PP@P@~]@@]~@]@Tu@]@i@`@P@ `@eu@d@^@,@  @@MN@M@@L@"NPi`@"F@.@L@@@0h0$P Px@U@z@h@|@~@@@v@ P@@PP(@"PP@G@ P@P@@NP@@EB@@@P~@>@@@M@@P~@>@M@@P@~@D(@ PM.@D@MN@L@@BP"F@@N.P@@@OB@D,@G@D~@D@P@PTe".@.@E@@@D~@F@F@D>@MN@M@D~@F@E@L@F@D@ e@eN.PE@@D.@@?# format_line  symbol_tableu active_fnc_err_af_suppress_namecom_err_" suppress_name%)cu_ af_return_arg,-1 arg_list_ptr,48 generate_call,;?get_temp_segment_BBGioa_JJL general_rsJORnnlJUVrelease_temp_segment_YY_ error_table_command_line_overflowbfl not_act_fncbory F`fluM`xformat_line_nnlyY`|flnnl`` cleanup.1 double_quotes1$&&&$&+&3&:&A&I&N&T&X&a&n&tsymbtreeII;(&PL/I 7"' *9rDSgoDDMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0!Ky*I>dumps>old>recomp>format_line.pl1pl1info A format_lineU/)<9@PSt<O9Ӄ]xG in]pPk + @+Vj+VjVj@+ _jURk +XV@V`Z@eU*eU*eU*eU*eT@obj_map $$,Hr  general_ready 09/15/88 1346.4re 09/15/88 1342.7 187776 #'&$#! '0Y8Gr$ ^a ^.3f ^d^a^2/ vcpu -time -hour -date -dt mem_units cost -level -day_name -zone -tm -minute pf -date_time -month -day -year -frame -lev pft sf bf vr vw rcpu -active_string-astr -time_format -tfmt -fr -string -control-set -revert-call -reset     ^a  ^a ^a  ^a  ^a  ^a  ^a  ^a ^a ^a general_ready ^.TTT4TTGXX T'trm_sus_quitcputalrmTL$TT@T>T< ^a+^d ^dT^a.T#r^xr^/T9V@N LTV"(VG@@H@PF@@ `@` @@P'@ @@@P'@@ P Pr@F@p@H@F@L@H@N@$Pu@P@J@ P@$Pu@'H@R(@J@L@u@V@X@{Z@H@\@R@^@J@`@b@d@f@h@j@l@T@P@$P(@@ P Ps@ F`tJs@ F`tEs@ F`tw@s@ F`t;s@ F`tl6s@ F`tf1s@ F`t`+ڝ@'R(@H@S(@@@(T(R@p@?r@-t@H@v@S@x@T@z@t@|@]~@@g@E@f@:@7@n@P@$P(@S(@S@L@J@P@@HPJ@$P֞@L@J@P@L@R@u@T@N@ |P@D(@@PP@G(@$P@$Pu@@G@I@=0@"P@ P@@@>A@@B@P@@@ `@`@@D@@@F@D@J@F@L@$Pu@N@H@ |P@@I@$PzPd@$PxPd@@F@@J@NPL@@@@@A@@B@@C@@D@@E@@@@<<3@2@.P,@"$PxPd@ݝ@F@@J@۝@@@ܝ@A@ޝ@B@ߝ@C@@D@@E@@@@ <<PL@N@t@2@pP,@n@@3(@I(@@`@$P@d@d@h@u@j@f@P@$Pu@@@ l $Pu@v@zx@l@z@~@@@t@ :@@@@ =1@c-@`@@ =1@-@@ =1@=@c=@}@Y-@@?@@@?@@`@v@@x@z@|@t@P@B@ wc@c@Ȫ@`@ʪ@@̪@@Ϊ@@Ъ@jҪ@kԪ@e֪@ت@jڪ@Ƒ@$PP@$P@ @@`C@ S@@Ȫ@`@ʪ@@̪@c@Ϊ@@Ъ@IҪ@JԪ@D֪@ت@Iڪ@Ƒ@$PP@$P@ @@`OD@"If@eh@f@Ȫ@`@ʪ@c@̪@@Ϊ@@Ъ@#Ҫ@'Ԫ@!֪@ت@&ڪ@Ƒ@$PP@$P@ @@`E@@Ȫ@`@ʪ@@̪@c@Ϊ@@Ъ@Ҫ@Ԫ@֪@ت@ڪ@Ƒ@$PP@$P@ @@`F@$PY@W-@@b@@c@@d@@e@@f@@g@@ =u^-@@ =u\-@@ =u`-@J@)$PY@[}@X-@@ @ =u_-@@@ =ua-@@@ =u]-@@ ~@h@@~@i@@ ~@j@@ ~@k@@~@l@@~@m@$PY@[-@@@@ @@@@ @@@@ @@ @@@@@$@"c@@d@c@Ȫ@d@ʪ@@̪@@Ϊ@@Ъ@Ҫ@Ԫ@֪@ت@ڪ@Ƒ@$PP@$P@ @@`@@A@>@h@@j@f@P@ݞ@N$P @@%,@A@@@@@@@@$P)@@%@@@@@@@@@@@A@@@@<@9@6@3@@@.@@@ P@H(@ @@%@ P2@F@AG@@H@K@I@(@@2@J@@  P@JN@WAHP(FG@M@ҁ %@@P'@ @@@P'@@ P Pr@F@p@H@F@L@H@N@$Pu@P@J@ P@$Pu@5 P P,P@@VR@H@S(@@@Ju@V@X@Z@H@\@S@^@J@`@@@b@d@f@h@j@l@n@R@p@T@P@ P P,P@@ `@@@ P Ps@ F`t_s@ F`tZs@ F`t}Us@ F`tPs@ F`tKs@ F`tmFs@ F`tgAs@ F`ta;,P@@ F`@P.@@VR@S(@H@r(@@@4T4S@v@9x@'z@H@|@r@~@T@@t@@@@@U@@_@=@^@-@/@R@@t@ P@ P P,P@@ `@@R(@R@L@J@$PP@@ P,P@@ F`@ !@@VN@CP@P@T@@@V@X@M@HPNZ@$Pu@\@)^@N@`@b@K@d@f@R@P@D(@$Pu@2 P,P@@VN@P@M(@@@HRHu@j@l@n@P@p@M@r@R@t@@@v@x@z@|@~@@@N@@h@P@ P,P@@ `@@ P,P@@>@@AM@HP@@FN@>N(@N'@N>@@@NPF@AHPFY@@O@P,@,@d@T@L@V@R@$P~P@ P3@L@@ P@LN@.P,@,PP.@,P@@>>,@@ P,@@@P%@V$P@d@d@h@u@j@f@P@$Pu@ҁ@`@T@v@U@x@V@z@W@|@b@~@t@$PP@T@fuT-@U@cuU-@V@`uV-@U=@$P-@W@`uX-@@}@-@`@@ =1@d/@X@}@-@@ =1@/@T@}@-@@ =1@?@d?@=@-@T@-@U@-@V@-@=@-@X@-@b@`O@@f@h@b@n@@p@f@r@l@ P@@@@v@h@x@f@z@$Pu@|@t@P@$Pu@ I@P:@<@P6@8@ I(@P:@ڟ<@P6@8@r@@(@@3(@.@0@H(@@@ @N(F(F,@(@(@(@(@(@(@ (@!@@(@(@(@(@(@(@ ߞ@V@(@ f@ h@ j@@Ȫ@ʪ@f@̪@PΪ@Ҫ@Ԫ@֪@@ت@Ƒ@:@@@,@@v@@x@@z@$Pu@|@t@6@@$Pu@!@ ~@N@.@ o@$zT @ @m @j @ @@@@Y@ O@@@@ @@_ܫ@@h@f@$PP@f@h@f@n@l@$PP@$Pt@@@@@@N@$PpP,@,P@Pp@,P@>>,@@,@@@@@Ӏ@`@$P@ܫ@@h@u@j@f@P@$Pu@Z@ =1@-@`@@ =1@-@@ =1@=@=@}@[-@@?@ @@?@@@?@@@ @@@@ @@ @@@@@@C@@B@@D@@E@`@v@@x@z@|@t@P@C@ ˝@@Ȫ@`@ʪ@@̪@c@Ϊ@@Ъ@Ҫ@Ԫ@֪@ت@ڪ@Ƒ@$PP@$P@ @@`OB@ c@c@Ȫ@`@ʪ@@̪@@Ϊ@@Ъ@Ҫ@Ԫ@֪@ت@ڪ@Ƒ@$PP@$P@ @@`D@"f@eh@f@Ȫ@`@ʪ@@̪@@Ϊ@@Ъ@zҪ@~Ԫ@x֪@ت@}ڪ@Ƒ@$PP@$P@ @@`E@@Ȫ@`@ʪ@@̪@@Ϊ@@Ъ@ZҪ@_Ԫ@Y֪@ت@^ڪ@Ƒ@$PP@$P@ @@`@@@  @N@@@@@@ @ީ@$P3@@T@ީ@ @T@@ @@`3@E0@D؟@A0@@֞@@N@؟@60@ @ܫ@ܟ@ؿ@0@֞@>@@^@h@f@vP@@>^P@\@ ؟@0@@\@P\@@N@@$P@@\Pث@PP@ `@`@(@@@@@@@@@@@@@@@@@@@@< < @ޫ@@N@t@A@@ @AN@$PpP,@,P@Pp@,P@>>,@@,@3@$Pt@.Pp@@n@!@@ F`$P$@i@ @@ `@$fN@ `@` @:$P$(@(@@B@@ @BN@"NI@.@@>@@VN@>(@'@>@^NPF@NI@@,@@@6NPip@6ipiLiLG@I@hP*NP@hP@@$PV@F @F @X @ @ @ @f@Y O@%f@ h@Kޫ@f@n@h@p@@r@l@ $PP@h@h@f@$PP@@@@@NP@ @F`@@,@}@@Nx(CP@@ `F`@k@@F!F`@ߞ@P@@@ߞ@NP F`ߞ@~@@@C@ `Fe@@@@N@ߞ@~N@%ߞ@@@@@ߞ@N F`*ߞ@~@@@C@ `Fe@ (@@@N@ߞ@~N@@@@FɁF@FF@@,@@@N+P@ @F`@!I@@ߞ@V@@@$t$$PPȪ@Gʪ@t@̪@@Ϊ@yҪ@vԪ@_֪@@ت@Ƒ@:@@@,@!@ߞ@P F@8 (@~@N@ߞ@@.@ o@`@(@=ߞ@V@7@$PPȪ@ʪ@@̪@PΪ@CҪ@@Ԫ@'֪@@ت@Ƒ@:@@@@$P^@P@$P_@P@Bl@$P\@P@$P]@P@7a@H@^^a#@"@$P%@P@2@R@H@Q@H@N^a#@"@$P%@P@2@R@H@A$PV@R@#@"@@P@$Pc@P@P@$Pi@P@Н#@"@%$PV@R@@c@P@i@P@#@"@Ը$PV@R@#@"@@d@P@j@P@ĸ$PV@R@#@"@@e@P@k@P@$PV@R@#@"@@f@P@l@P@$PV@R@#@"@@g@P@m@P@@$P`@P@$Pa@P@n#@"@(@3,@,@@v@@x@@z@$Pu@|@t@6@@$Pu@@@@^aL@A>PD@P@eR@L@T@@V@X@Z@d\@g^@N@P@T@@@@Ȫ@@ʪ@@̪@c@Ϊ@@Ъ@rҪ@wԪ@q֪@ت@vڪ@Ƒ@$PP@$P@ @@`n(@@@P@#@R@G#@"@\@@,@@v@@x@@z@$Pu@|@t@6@@$Pu@P@ߞ@@@@|!(@,@@v@@x@@z@$Pu@|@t@6@@$Pu@ߞ@Vc@@@Rfu@Ȫ@ʪ@f@̪@PΪ@Ҫ@Ԫ@֪@c@ت@Ƒ@:@@@ߞ@N@P `@`@CD@,@@@PPFRPܩF!@ ~@"N@"@@.@ o@`#D@J@$PU@R@#@$@"@,@@@@@@@u@@@6@@$Pu@+ߞ@N P F` F`ߞ@>i@ @@P@ `@`@>@@@ E@@ N "@ `@`# @ @2#iD.@ @"@~>i@ @@i `@`# N "@ `@`# @J@P@,@@OO@!@ ~@"N@"@@.@ n@`#ߞ@+@0@~0@+@>>@0@@T@@/@,@@+@@.@+@>>@0P@T@@@@@+@@0@0P4@@@@+@@P@ `@`@B@P@V@4$P@(@ (@@(@(@@(@(@(@(@[-@-@(@@@@@Z@@@@@@@P@$P@@@@@@@@b@@@P@$P@u-@@u-@@u-@@u-@@=@-@@ @@@@Z@ =1@-@@ =1@-@ @ =1@=@=@Z-@[-@K-@t(@p@r@ @@@N@@I(@i@ @@ `@$N@ `@` @$P(@b@@@@b@@@@@@@ P@V@\@I@G@>@@6NPip@6NP@ip@iL@iL@$P@ @@`33@@@@T@@F@Y .@@0@.@@@@@@@@ @@FT @ @> @; @ @@@@Y@ O@@@@$P@@F>@ @@> @ >@#@F_@@O>@ >@U@Fi@@O>@ >@V@F%@@ O>@ >@2@F\@?#? $f91-^/ general_ready symbol_table get_system_free_area_ioa_nnlrsnpnnl "cu_cp%&'gen_call%*- af_return_arg%04decode_entry_value%7<evaluate_active_string%?E user_info_ usage_dataHKN gr_get_rates_QQUset_ready_proc%X\timer_manager_ alarm_call_cfreset_alarm_call_inhcs_get_process_usageqsx error_table_badopt{noarg{ inconsistent{find_condition_info_continue_to_signal_sub_err_ date_time_formatlisten_ get_levelrsnnlarg_ptr% af_arg_ptr%com_err_active_fnc_err_gr5`=`messageJ` any_other.1q sub_error_.2} any_other.3] sub_error_.4i change_shift` sub_error_.5 <vn ?#VVV ^[level ^d^;frame ^s^]^[,^]^[^d^]TT #&&&$&)&/&6~&>|&Gz&Px&Wv&^t&hr&pp&zn&l&j&h&f&d&b&`&^&\&Z&X&V&T&symbtreeNdNTQPL/I 7"' *^-N[Multics PL/I Compiler, Release 30, of February 16, 1988Hirneisen.SysMaint.aoptimize mapH$uSNTTQ##XDUZ,<êGAe$3YVF4n+F_Hy#G Hc_$AmcH{>spec>install>1110>general_ready.pl1>ldd>include>process_usage.incl.pl1>ldd>include>cp_active_string_types.incl.pl1>ldd>include>condition_info.incl.pl1>ldd>include>condition_info_header.incl.pl1>ldd>include>sub_err_flags.incl.pl1>ldd>include>sub_error_info.incl.pl1pl1info general_ready j GB PdN|_ #>g]@ 2 (xsF2dȐȐȑ  d A YYA hhhYYYY@@@Y@YYYYYYYF ྌ >|_ 7>|@3 ȟ3  2d2 dd @@3>d d dg@ i2@|)gyހ,e,e,e,F@ȑ#@ dFe,e,e,#A#A dY3<9,| 2dDPZjkʨVjP+kZ+ZkZ_j+@ZZ+@kZ @ VjPkk PZj ++PXV@V`ZuCuYUYUYUYUYUYUYUYUYU@pobj_map << HPn ^ T  get_shortest_path_ 03/29/84 1510.1re 03/29/84 1506.3 35928 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzT#VV 4V?V?#cleanup* P&@"PP@@P@P@@@@@@P@@@@ P@@@ PPP@ @@`@@ F@PP @@@@u@>@.@.@@@~@NM@ `@`N>W@V@@@@@$P P@@@@J@@0@P'@ PP J@0@P8J@@@۞@MN@~@M@~@۝@@TeM>.@.@>L@~ @@eMA @ @@eMA M@>L@V@T@V@i@@V@ `@`WA@@W@@ @@ @@@@@@P@I@M@@G@@$P P@ @@@PPJ@PF@@@@N@ L@MN@A@@@_@@@ PP8J@@"J@V@N(u@A >@.@.@@@ ~@@V@>i@V@ `@`WV@ O@@>@@@@@ e@`A@NV@ `@`W @u@A >@.@.@@@ ~@@>i@ @@@ `@`ANV@ `@`W @L@.@NPPV@ @@`W@@:`P'@ PP8E@[@@F@C@@JPu@@ >@.@.@@\@ \~@@@[@H@A@A@HN@" PJPF[@u@ >@.@.@@\@ \~@@N@]@  \~@@@C@A@FPC,@A@C@FPOA,@C@N FPPP PJPF @@@ @ @B(@X@A@A@XN@FPF P@JPFt@@ .@.@@>B,@A@OB@NA,@B@N FPPP PJPF @@@ @ @D(@ PJP @p@@DU'Y@A@ A@YN@FPF P@JPF]@@DM@ ]@OPP @@@@ @A,@FPPP PJPF @@@ @ @C@Z@A@A@ZN@FPF](@ P@JPF @p@@]]@DM@]@FP@P @@@@ @A,@FPPP PJPF @@@ @ @  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~>get_shortest_path_ symbol_table* absolute_pathname_get_system_free_area_ hcs_status_#%'0 ` cleanup.1:*z-select_shortest_entry_name=0I3&&"&)symbtreeJsS*JRvsBPL/I 6"' *InV]gkVVMultics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.aoptimize map4+TJ@€?'K"I旌>special_ldd>on>6290>get_shortest_path_.pl1>ldd>include>status_structures.incl.pl1pl1info Qget_shortest_path_A ^fln  gr_get_rates_ 11/04/82 2043.5rew 11/04/82 1837.9 13392 4VT G @P%@ D@r@p@ P@D@h@v@l@x@t@$PP@D@gOP-PkO-P-P-Pڟ PF@|@N@~@V@@^@@f@@g@@z@$PP@E@v@P Px@t@$PP@E@FOP-PVO-P^O-PNO-P(@@@@@@@@@B@@@@@@@@$PP@A@v@x@t@$P P@`@ PA@B@ @@@D(@@F@D@J@F@L@zN@wP@H@$P P@ PA@C@@@ P@@CN@ B@@PMONO E@D(@D'@D>@PP=N-PA@@@@,@@@ gr_get_rates_ symbol_table@  user_info_ terminal_data system_info_ device_prices#absentee_queue&*next_shift_change-2prices57 abs_prices:=C`&&%&,&4&9&?symbtreeII;PL/I 7"' *9_EMW\EEMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0#Ky*I>dumps>old>recomp>gr_get_rates_.pl1pl1info A gr_get_rates_B!Z<OӁ4x PZjkʯ+@ @k+\@eU*eU*Pobj_map D_h  hex 11/04/82 2043.5rew 11/04/82 1837.9 31320 TT^a T-VTbqox+0#TTV XHbinaryoctaldecimaloverflowhexadecimalunderflowconversionUsage: ^a num_args0123456789ABCDEFabcdefUsage: [^a num_args]"u" conversion only allows 8 characters. ^auaP%@gP%@ @@ @ z@:kP%@pP%@ @@@ z@'tP%@yP%@ @@@ z@}P%@P%@ @@@ z@x@@^@@u@@}@@@$PP@}@$P NP!x@(@@@@@@@@@@@@@e@b@@^@@P@@[(@P~@@5}@&x@(@l@l@l@@@@@@@@@@@@@=@@8@@P@@[@P~@`@^(P}@@@@@$@%@@P@@ .@ @P'@\@@ @x@@y@y@N@$y@@\@@t@@}@@@$PP@t@b=\PFT.@.@>{@=@@{@@@@@ $PP@@@= @@ wb=|@t@~@{@{@N@J\P@@F@.M |@t@V@^a@$P PȪ@@@ʪ@@̪@\PΪ@Ҫ@Ԫ@֪@@ت@Ƒ@~@@@|(@"@T.@.@v@ۄNv.@v@wN@ԅ|@|,@@@w@@b==@@v@@=b={,@|@aw@5@|@@@-@@@@@@@@b=?@?b=Kt@ FE>t.@t@NV@(@@@v00@Ȫ@@@ʪ@@̪@@Ϊ@GҪ@DԪ@:֪@@ت@Ƒ@~@@@t~@i@`@@t>@@@@t@ e@`@ @@`` @`@r@@@rb<@@q @t@+b@;@@(@b@@@@z@@I@@@$PP@[@^P@ F`5@uN@,@ F@-u@~@HN@H@@.@ e@`I@@@I@@@@@$PP@y,@[@ @@@@$PP@@?# u+2hex  symbol_tablea decimal_exp_ error_table_bad_conversion not_act_fnc #active_fnc_err_&&*af_suppress_name&-2com_err_558 suppress_name5;?cu_ af_return_argBCGarg_ptrBJLioa_OOQnnlOTUnumeric_to_ascii_base_XX^g =` hexadecimalkaD`ddecpgP`jdecimaltkW`noctypc`soctal}tj`wbinyv`|binary}}` underflow.3A &&&%&,&4&:&A&I&N&S&W&`symbtreeII;òPL/I 7"' *7l@Nbi@@Multics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0Ky*I>dumps>old>recomp>hex.pl1pl1info ?hexŀ/ + SF<@P+ٵׁuZZk@kVjAPVjZj +PZjXVJ+XV@@eU*eU*eU*eU*obj_map AA lZ  if 11/04/82 2043.5rew 11/04/82 1837.9 58248 TgrtlessTTNaskVGdayargisntVVVTtrue-notLTJT T.T2@T1.0TV XH#4numbergreaterargeqnoargisnzfisdirisfileislinkfalse-else-then?#cleanupPathname after "^a".Unknown keyword "^a".Usage: [^a key -then {value1} {-else value2}]Can not establish standalone subsystem invocation.Usage: ^a key -then {^[command^;request^]1} {-else ^[command^;request^]2}P%@B@if@@@@@P@0@@@@@@@@@@@@@V@@@@@@~@@@$P2P@V@R(@@(@@@@@@@@@@$PP@@if@@@44V@ª@@Ī@@ƪ@[Ȫ@Vʪ@P̪@@ $PP@if@@@44V@@@@@@D@?@9@@ $PP@@""P%@B(@PP@P@@B@ĀPP'@ PB@@@B@@@(P@@@@ª@D@Ī@C@ƪ@F@Ȫ@E@ʪ@@$P0P@D@OC@$(@@@$00@@Ъ@@Ҫ@Α@$P.P@@@֪@@ت@@ڪ@@ܪ@ު@@@@ԑ@$P"P@)(@@@LL@@Ъ@@Ҫ@Α@$P.P@@@@@@@@@@B@@@@@@@@@@$P"P@R@S(@T(@U(@Z@@@@ª@@Ī@J@ƪ@H@Ȫ@@$P&P@JPH@ @@`PH@(@PO@S@R,@@@@ª@@Ī@J@ƪ@H@Ȫ@@$P&P@JPH@ @@`P P@@^MP@ .@P@S@D@@R@W@W@N@#@@ª@W@Ī@J@ƪ@H@Ȫ@@$P&P@JPH@ F`qT@UW@T@  F`fU@LW@U@W,@T@FU@ TN@BT@>UN@>U@>DN@:T@>DN@5&H@(@PO@lB*@PO@ais$@$@PO@R@TN@@@@@@@@@֪@$P Pت@@ڪ@P@ܪ@ު@@@@ԑ@"P@@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@H@V@JP֪@]@ت@@ڪ@V@ܪ@@ު@@@@ԑ@$PP@V@/,@PO@Z(@,@PO@Z(@*@PO@Z(@]@@@@Z@@[@@\@@V@@@@@@@@@$P P@V@H@(@PO@is$@$@PO@H@(@PO@ـ*@PO@[@Nـ,@PO@[@Ӏ,@PO@[@Ǹ*@PO@[@N\@ÅoH@(@PO@[,@PO@W*@PO@S,@PO@O*@PO@KY6@&@PO@R@TN@p*@PO@R@TN@G6@&@PO@1R@TN@@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@@@@ª@@Ī@+ƪ@(Ȫ@@$PP@JP F@ @F@nfH@ `F@h`1*@PO@.R@TN@`T@~RN@U@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@R@>@@@ª@@Ī@N@ƪ@L@Ȫ@@$P&P@JPNPH@L@ `F`@7/ޝ6@&@PO@aR@TN@'(@@@Ъ@@Ҫ@Α@$P,P@?@@@@@@@@@@@@@@@@@$PP@4@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@H@V@(@@@Ъ@@Ҫ@Α@$P,P@@@@@@@@@JP@@@@@@@@$PP@@ҁuH@(@PO@yR@TN@€T@~RN@@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@H@V@JPª@V@Ī@X@ƪ@@Ȫ@pʪ@̪@@ $PP@V@H@V@^a@@@֪@$PPت@@ڪ@JPܪ@Yު@V@Q@@@ԑ@"P@R@>@@@ª@@Ī@J@ƪ@H@Ȫ@@$P&P@H@V@JPª@V@Ī@Y@ƪ@@Ȫ@1ʪ@̪@@ $PP@V@X@YN@H@(@PO@\TSH@(@PO@NT.@PO@6@&@PO@,@PO@'R@TN@=@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@H@V@JPª@V@Ī@X@ƪ@@Ȫ@ʪ@̪@@ $PP@V@"(@@@@@֪@@ت@@ڪ@P@ܪ@ު@@@@ԑ@$P"P@S@U@R>R@S@T@>R@UN@HDN@F@@ª@R@Ī@J@ƪ@H@Ȫ@@$P&P@C@ H@EN@E@FPFPJP `@`@+H@@@ª@J@Ī@H@ƪ@V@Ȫ@@$P*P@B@V@$P NPNP @@Ъ@Ҫ@Α@$P@ @@Ъ@}Ҫ@Α@"P@B@@@@@$P(P@@̀@P'@@Aif  symbol_table error_table_bad_conversionnoargssu_et_null_request_line %subsystem_aborted(-active_fnc_err_004com_err_77:command_query_yes_no=ACcu_ af_return_argFGK arg_list_ptrFNR cv_dec_check_UUY date_time_\\_expand_pathname_bbghcs_ status_minfjlossu_ abort_linertwabort_subsystemrz~arg_ptrrdestroy_invocationr execute_linerget_subsystem_and_request_namerget_request_namer return_argrstandalone_invocationr v`ssu_if_request_` cleanup.1abort_if_command4&&&'&/&6&<&E&M&T&[&a&i&q&y&&&&&&&&symbtreeII;PL/I 7"' *6?\u??Multics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0Ky*I>dumps>old>recomp>if.pl1pl1info >ifU?iB~<#O ӁtxWz~<O Ӆtx;(Z<OӃ4xK <]O Ӄxs@S4|P+ٵ@ׁ5Z ZZ Z+ZVj+Vj@k|ZkյPV`ZV`Z@eU*eU*eU*eU*eU*eU*eU*eobj_map 4F  index_set 03/01/89 1410.3re 03/01/89 1400.1 51120 cß?&K} sA/S+77 0_~X,߸>8T;T,@T&eVTLTT #4sizeindex_setconversionD"""Increment cannot be zero (Argument ^d)Return string of ^d chars is longer than ^d. String needed to return numbers from ^d to ^d is too long.^/Usage: ^[^;[^]index_set first1 bound1 increment1 ... firstN boundN incrementN^[^;]^] or: ^[^;[^]index_set first bound^[^;]^] or: ^[^;[^]index_set bound^[^;]^] ^a is an invalid ^[increment^;first number^;bound^]. Argument must satisfy the condition: ^[-1000000^;-1000000000^;-1000000000^] <= ^[increment^;first number^;bound^] <= ^[1000000^;1000000000^;1000000000^]gP%@C@^@J@`@A@b@M@d@\@P@M@$PNP  PN@P@PR@T@L@àA@ M@tPN@P@ PR@T@L(@C@N~@C@ND@FD@H@^@\@P@p@ PD@N@@L@ ,@F l@P'@@@@ PC@N-LPLP@@V@^@_(@^@b@F@d@@@f@_@h@H@j@`@R@@ PFP@@+LP@@"n@@LP@H@>N@eNLP@@W(@C@O@V@ PV@ON@W_(@V@b@F@d@@@f@_@h@H@j@`@R@@ PFP@@+V@LPN"n@@ PV@LPOH@>N@ PW,@W@N*V@LPO`@tb@@@(n($PP@`@@n@@V@@@@@@ @N@@@}No@ PW(@V,@J(@ PB(@D@P@V@  PV@PN@LPFb@_@d@`@@_@ PB.@V,@B@AN@#d`@tb@@@t, ,$PPp@`@r@ @t@B@v@A@x@O|@L~@?@B@@n@N@@@L@B(@`@ P PB@@@>>A@@B@L@@J@@@A@J(PD@D@V@  P PV@DN@s P@LPFNOG@O H@>OOOOOE@OF@OW@F@ P PW@EN@QF@ P PW@EN@J P P@@WH @@H 'Y V@NW@ P@LPNOt@Y >@.@.@@G@ G~@AN@A@G@JPJP `@eY@t@Y >@.@.@@G@ G~@JPK@G@A@@~@KN@K@Y@@E@@@.@ e@`@JP@@AN@@,@ F@@F@W.@V,@L@JPJP F@@@@L@@@G@$PPP@L@R@G@T@M@V@N@P@JP~AN@A@JP@@JR@T@PPN@@X@PY@X@@Y@X@YY@WZ(@5@ @ܻ@@Z@Z@Y@B@Z@>B@@$?\@X@N X@\@\@X.@X@[(@5@ @ܻ@@[@[@X@B@[@>B@@$?[\?@\@TPP@@NрZ@>@@A@Z@@@n@@@@@H@>D@\@D@@$$@@A@\@X@`Y@^X@ P@X@Y@X@@X@Y@Z(@5@ @ܻ@@Z@Z@Y@B@Z@>B@@?\@X@N X@\@\@X.@X@[(@5@ @ܻ@@[@[@X@B@[@>B@@?[\?@\@TPP@@NpZ@>A@@@Z@A@ @A@@@H@>D@\@D@@$$A@@@\@VX@X@Z(@5@ @ܻ@@Z@Z@X@B@Z@>B@@?\@\@Y@[(@5@ @ܻ@@[@[@Y@B@[@>B@@$?\?@\@TPP@@N#[@>@@Z@>A@Z@[>@D@>E@D@E@@E@@@H@>D@\@D@@$$E@A@@@\@ PA@$\O@$g @t"@@@@@>@@>@@>@$PP@\@@@@FP@@@@@@@@@@@@@@@@@@@ N@@@ޟ\@t^@M@@\@@@@@P@@ h ?#  index_set  symbol_tableg active_fnc_err_com_err_cu_af_arg_ptr_rel" arg_ptr_rel%( af_return_arg+/ arg_list_ptr26iox_ put_chars9;> error_table_bad_conversionAEI not_act_fncALO out_of_boundsARVwrong_no_of_argsAY^ user_output9adl `size.2og#j &&&$&*&1&8&@&K&Q&X&`&fsymbtreeN_RO&X"PL/I 7"& *8nCUdkCCMultics PL/I Compiler, Release 31a, of October 12, 1988Fudge.SysMaint.aoptimize map0 xO&>spec>install>1018>index_set.pl1pl1info @ index_set#?PO ӂ5-xTTTT/VT)-fmT@.@.@@@ ~@\N@\@@ZPZP `@e`#@@V@@]` t@` >@.@.@@@ ~@@T@@i@@@ `@e`b@@d@`@$PP@ @@D@D@F@VN@ X@(@@@L@@@@@@@D@@V@@@@@ª@Ī@@J@@@V@_@D@G@G@_N@F@DN@G@b@T@d@W@f@]@h@`@$PP@]@@@$`$]@@@`@@G@@@@@@@J@@@X@ G@DN@ ZP@\N@,@ F@H@NL#W@V@TPb@@d@@f@@h@`@$PP@@@ZP@P\@~@N@@@.@ e@`@ @W@V@TPb@@d@@f@@h@`@$PP@Q@F@@G@@P@Q@N@O@@@@$PP@w @NL#W@V@TPb@@d@@f@@h@`@$PP@@@ZP@P\@~@N@@@.@ e@`@P @W@V@TPb@@d@@f@@h@`@$PP@@F@@G@@P@@@@@@@$PP@) @ZPTP\@~@WN@W@@.@ e@`@W@V@@F@@G@@TP@@@@@@@$PP@G,@@]@l@n@r@t@j@J@@@ f ?# 0- login_args  symbol_tableq cu_arg_ptr af_arg_ptr af_return_arg active_fnc_err_##'com_err_**-ioa_002requote_string_559 quote_string5<@ user_info_login_arg_countCFJ login_arg_ptrCMQ cv_dec_check_TTX error_table_ not_act_fnc[_bbadopt[eg inconsistent[jnw x` login_argzq`tS$&&&"&)&/&4&;&B&L&S&Z&d&i&psymbtreeII;҃PL/I 7"' *8lCQaiCCMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0 Ky*I>dumps>old>recomp>login_args.pl1pl1info @ login_argsu?@( n 64 char^;Scale factor not in range -128:+127^;Syntax error^]. ^aWP%@[P%@(@ @@m _P%@gP%@@ @@m (@@@$@Z@&@"@$PP@Z@ @$PPh@4j@Pd@f@@@*@@,@@.@Z@0@(@$PP@(P$PPh@j@Pd@f@@@N- F@m a@@z(((P4@m@6@(@8@K<@H>@E@@2@ h@@@@^ ( P4@m@6@(@8@7<@4>@0@@2@ h@@@!@!@4@D@6@A@8@Z@:@2@d@@A@  @ `@$v@u@@ dNd@DP `@`v@A@u@T!@u@i@4@vP `@`F@D@D@6@Z@8@!@:@<@>@2@ $P"P@ @Z@&!(@@@%XFXZ@$$[@>\@!@`@m@b@F@d@\@f@@h@l@n@p@r@t@^@h@@@@@@B@ B@N@@B@4@D@6@A@8@Z@:@2@d@@DPA@ F`@B,@ @^n@P'@ P @@ [ @@s@P'@ P @@q[ @@@ @B@ B@ N@ׅB@4@D@6@A@8@Z@:@2@d@@DPA@ F`mÀG@ ?\@F@?\~@\@F@ ?\>@@@D@F@?*!@A@]@D@4@$P?O6@@8@D@:@!@<@]@>@2@P@@4@F@6@@8@+:@H<@B>@2@ $P P@@G@?Nx@ `@`y@6x@t`y>@.@.@@]@x@]~@N]@x@ `@eyyx@T`y..@.@>x@u`y>@.@.@@]@x@]~@Nx@x@ FOxx@~Nx@@0@^a]@]@*@y@,@.@0@(@$PP@3x@T`y .@.@>l@P P@N@,@ F@l@ P@N@,@ F@xP@~@xN@x@@.@ e@`yl@@N@,@ F@dB,@(@@0@ ]@]@$@&@"@$PP@ N@@PP `@${@@@0@ D@D@$@k&@"@$PP@.N@@PP `@$o$A@V]@!(@@@424!@x@m@z@2@|@[@~@DP@@@O@R@A@>@]@@B@v@h@@@?#". picture  symbol_tableWactive_fnc_err_assign_com_err_cu_ af_arg_count!"& af_return_arg!)-arg_ptr!02 af_arg_ptr!58 error_table_noarg;?Aioa_DDF pack_picture_IIM picture_info_PPT[ k`pic_Wr`Zvpdg[}`^valid_pictured_datan_`b conversion.1sgzjsize.2vnq$*&&& &(&/&4&:&C&H&O&VsymbtreeL*JGvL[[1PL/I 3!% (CvM[lsMMMultics PL/I Compiler, Release 29, of July 28, 1986Perez.SysMaint.aoptimize map2gaOlL]:#3YVF4>spec>install>1195>picture.pl1>ldd>include>picture_image.incl.pl1pl1info Kpicture㥀+@)@,@@@.@B@G@D@:@F@G@H@L@N@T@P@R@V@<@J@@@U@N PH@B@@@ P@@@>@\@@@Z@B@H@D@B@F@<@P@@H@I@:@@@"H@>@:@@@"@B@gF@dH@_J@<@ J@@@@@^(PN(@O(@V(@@I@NJ@@@@@*@'@@(@(@[@@V@V@(@@$N@@PX@X@J0@$P*P@PX@V@/T@X@Z@VX@@:@I@,@Y@:@>@^P@@@@,@B@Y@D@Z@F@\PH@ J@@L@ N@P@R@X@T@<@$PP@*T@X@Z@VX@@,@I@:@^aY@,@>@^P@@@@:@B@Y@D@\PF@H@@J@L@N@X@P@<@$PP@I@^P@ F` TN@T@@ `@$ TN@T@@ `@$G@T@X@^aX@X@$@^P@&@(@@*@"@$P$P@@@@!^P@ F`@@0.0I@:@X@>@.@@@:@B@D@F@H@<@ $P&P@VO@ƀU@@O@F@F@N@F@0@@2@k6@d8@.@@^PDP@A@ `F`@F,@T@X@@@@<@I@:@X@\@<@^@:@`@^P@b@Id@=f@Ih@@j@Z@$P&P@U@@O@F@F@N@F@0@@2@-6@&8@.@@A@V@<:@X@\@:@^@DP`@b@d@@f@Z@ $P&P@F,@@@P@@UN@`@p@l@r@v@x@n@@I@NJ@l@*DPA@ F` $@>O@UN@I@z@@@O(n($P P~@z@@n@@@@@|@ J@@N@U@@$DPA@ F` F`@ F`V@ F`V(@  F` F`@@`@ F` F``@ F`  F`:"A>@@Tm@@>@@i@ @@"" `@`r@@p@~v@m@x@n@@ @DPz@z@0@A@Vm@@DP~@@@@@m@@V@d@|@ @,@ F`d F`G6@ F`o @(@ F`n F`3:"A>@m@Tl@@>@m@i@ @@"" `@`r@@p@*v@l@x@n@@ @DP@@>0@A@Vl@m@DP~@m@@@@l@@@@|@ @b,@] F` F`4"A>@m@Tl@@>@m@i@ @@K"" `@`r@@p@v@l@x@n@o@ @DP@@0@A@Vl@DPp@@r@l@t@v@n@@ָ,@"A@Vl@I@@^am@$P P@@@m@@@@@@@l@@@J@@N@,@@@ @A @P@@ PP@@@H@@ P@P@@@@ $P(P@H@$I@@^a@H@@@@@@ PPª@ƪ@}Ȫ@qʪ@ P@P̪@@J@@N@ PP@P@0@%I@@^a@$PP@@@@@ P@Pª@Wƪ@TȪ@Hʪ@ PP̪@@J@@N@_ PP@P F@@k PP@ PP@0@@$ F@@ _ @P@ F@@ K @P@(@I@@@@LL@Ъ@@Ҫ@@Ԫ@P֪@Pت@ܪ@ު@@ P@P@@Α@J@@N@ PP@@@A@P@@@@PP@@@@@H@@P@P@@@@@$PP@@@@@H@%I@@@@$$H@@@@@@PP@@ @ @P@P@@J@@N@˟PP@$O@-I@@@@-<<@C@@$PP@@@@@@@PP@@ @u"@|$@P@P&@@J@@N@PP@@PP@pP(@"PP@@@P@PD@ PD@F@A@H@H@J@B@L@B@P@@ PH@@I@P@@@$B$P@P@@ F`5J@A@H@T@P@V@B@X@A@Z@@P\@@P^@Cb@@d@ f@(h@2j@"P@Pl@R@J@@I PD@A(@N@@!?#query  symbol_table error_table_bad_argbadoptnoarg not_act_fnc"%not_open(+active_fnc_err_..2com_err_558command_query_;;?convert_date_to_binary_relativeBHKcu_ af_arg_countNOSaf_arg_ptr_relNVZ af_return_argN]a arg_list_ptrNdh arg_ptr_relNknioa_qqs ioa_switchqvyiox_ look_iocb|~user_io| `response`Get_Arg,&&&!&'&-&4&:&A&M&U&\&c&j&p&u&{&&symbtreeMx NPL/I 3!& *NXsXXMultics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize map8p_N?O!IǠvF M{Io繀>spec>install>1012>query.pl1>ldd>include>iocb.incl.pl1>ldd>include>query_info.incl.pl1pl1info Vqueryu'<#@@(!z -x;<xoӁi8Ctx)x@@.@.@@u@ u~@N@@4f4$PPx@N@z@f@|@P@~@@@@@v@@@@@P@?H@Y@1X@^ou@u@^@H@`@b@d@\@$PP@F@Xu@^ot@F@[@t@x@LP@z@[@|@H@~@@u@@@@v@$PP@X@^du@u@^@H@`@qb@zd@\@$PP@F@Xu@^d[@F@t@[@x@LP@z@t@|@H@~@W@u@@Q@\@v@$PP@u@P >@.@.@@u@ u~@P@@u@d@t(@(P @@`tt@oMT@P o.@.@u@Tt@u@i@h@ `@`PI@j@H@l@t@n@+p@r@f@ $PP@ @P@h@I@j@H@l@n@p@r@f@ $PP@I@\@^@`@$P$Px@N@z@\@|@P@~@@@@@v@@@@@H@Nt(@@@\t@x@N@z@\@|@P@~@@@@@v@@@@@X@ ?t@t@^@@`@b@u@d@\@$PP@^at@t@^@P`@b@u@d@\@$PP@  @?u@FN@F@LPLP `@`uX@$LPTu@LPi@^@LP@ `@`@`@u@b@t@d@\@$PP@t@@FN@F@LPLPP `@`@ @@?#rank  symbol_tableoactive_fnc_err_com_err_cu_ af_return_arg!arg_ptr$& cv_dec_check_))- cv_oct_check_004ioa_779rsnnl7<>requote_string_AAE error_table_badoptHLNbigargHQSnoargHVX not_act_fncH[^ too_many_argsHaebad_conversionHhlt M`bytewoV`r&&&&#&(&/&6&;&@&G&P&U&Z&`&g&nsymbtreeJsS*J vTPL/I 6"' *7j@O_g@@Multics PL/I Compiler, Release 28d, of October 4, 1983GJohnson.SysMaint.aoptimize map0T,J >spec>on>full_cp>rank.pl1pl1info ?rank#OӂxS iF<;OӃtxG i&<%P ++Z Z+kVjZP+ZPk+@eU*eU*eU*eU*eU*obj_map x &0j  run 11/04/82 2043.5rew 11/04/82 1837.9 42264 runTTT&T*T:V -nrn-orn-crnT$VT -li-necT -ecVV@#4?#.run.ec-limittime limit-no_exec_com-exec_comexec_com name-new_reference_names-old_reference_names-copy_reference_namesInvalid time limit specification ^a.No exec_com or main program specified.Incompatible exec_com arguments specified.Only one reference name control argument may be specified.f@P%@@T@@@@@@@(@G(@E@@@ P@E@@@@@@N@A@@@@@D@@H@@@$PP@H@$PNP/H@@\@r@m@@P@@PD@ F`w  F`_6@,@ݭ@(@@@@@@D@@H@@@$PP@H@__@^e@H@@,@@@@@;@7@@ $PP@@D@N@P `@` F`7  F` @@ F`% F`Z@,@@@@@@D@@H@@@$PP@H@@it@H@@@@@@@@@ $PP@@D@V@P@H@@@@@@@@@ $PP@H@D@V@(@@@$$@@ @@ @P@@@@@@@$PP@@s F` F`@G,@g F` F`@G,@[ F` F`@G,@O F@D@V@$P P@v@@@@@@@@ P@@ݝ@0D@V@@@K@ @@ @H@@@@m@^@k@@$PP@H@D@V@H@@E@P@Y@T@@@@ $PP@@@@,@(@G@N(@@@<<@@&@@@0@5@&@@ $PP@@ݝ@@@ҝ@(@@@a,,@@  @@ @@@ @@ $PP@@@ҝ@ӝ@(@@@;((@@@@@@@@@ $PP@@u@ >@.@.@@@ ~@@>@T@@i@@ `@` E@ @@K@@@"@I@$@J@&@H@(@*@@,@.@0@2@4@@$PP@ @H@0ݭ@u@K>@.@.@@@~@@>i@@ `@`K E@@>@@@@@ e@`@>@@@ E@@N@ `@` @ݝ@9@6@8@@@6@ @8@"@@$@H@&@}(@c*@,@v.@u0@@$PP@H@8@H@@O@8@@c@^@H@@ $PP@@@.@3@,@D@V@T8@P@8@ @H@ @@@@@E@B@?@@$PP@H@D@V@H@@@P@.@)@@@@ $PP@@@@EN@F(@E@@~@>F@@@@$P P@F@@>>@P@ت@@@@$PP@F@@6Pip@6P@ip@iLݝ@C@@ @@`uu@@@@OF@@@FC@F@@C@A@A@N@@>@~B@A@B@vPث@F@>(@'@>@E@>>@PVPNA,@@8@@@@@8@@H@@@$PP@H@H@@@@@@$PP@F@@>>@@@@?>-run  symbol_tablef error_table_noargbadoptcu_ arg_count arg_ptr#% arg_list_ptr(,com_err_//2expand_pathname_55:hcs_ status_minf=?B cv_dec_check_EEI make_entry=LO cv_entry_RRUrun_XXZget_system_free_area_]]ci m`"&&&"&'&.&4&<&D&K&Q&W&\&esymbtreeII;Np+PL/I 7"' *FyOaovOOMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map4Ky+I;+FRH/>dumps>old>recomp>run.pl1>ldd>include>run_control_structure.incl.pl1pl1info Nrun%kx/iº<'OӅxoiz@@H@@@ @@N@vvvvv v@@vv@@@,@PP@@@@^@B@@$P&P~@i@B@F*@ƪ@l@_(@_@@_@_@ @@ ` ^@@@@P@P@@.P@PP@@@@@J@@@@@@ $P,P@K@@@@$P8P@@P@@NP2P@@D@D@P@Ȫ@D@@P@N+D@P@P@P@2PP@@@@@@$P$P@D@P2P@N@@@@P6@@@6~@v*Ϊ@@P6~@v)@__@ @@` D@i@Pl@^@ @ @@P@P@@$P.P@PP@@@@@J@@~@@|@@ $P,P@K@@@@$P8P@@ P@Ϊ@@ @P O@,@N@@PO@,@NX@@ @ @@@$PPP@$P2P@J@PΫPD@P@@P2PΫ@$P@(@P@P@PP@P@P@PP@P@0P@P2P@P@,P @P @@"@!@4PP'@@@ PB@B@@@F@B@H@ PJ@J@D@ JP@ PƟ@0@ J@F@D@$PLP@6@&@P@EM@@FN@J@F@D@$PLP@@ @Ԁ@P'@@$P P@.@4P@@1PP'@.@S@ Pܟ@0@@@@@D@@F@P@PH@J@L@N@B@ $P,P@ PK@ K@D@F@B@$P8P@@PP@@PP*@P,@PP@@P@@P@@P@0@PP@2@P@ @P@ @ @ @@P@P@@@@K@@@@$P8P@L(@p@ @P'@.@@@P@L@$$ @@H@@ @@@@@@ @ $P:P@$P @@@P F @ @P@P@@P@ @>P@0@  @P'@.@d@@.@~@@  P%@P(P$P@ P6@P@P@@6N@PP@@@HH+@@@@PP@P@@P@*PP@P@@P@PP@P@@P@PP@P@@P@PP@P@ @P@0PP@P@ @P@2PP@P@@P@,PP@P@@ @@ P%@$P@%Gr@s@t(@t@u(@(@@@@@r@@@@@@@@@@@@ NP@$P @@@@ P'@ PL@ @l@@l@r@p@@A@H@@@ P@@AN@v@v@M@@@@@@@@v@t@@ܸ@G@M6FLv@z@k(@z@~@k@@P@P@|@ $PDP@}@@@@z@@@v@t@@cq@@ @z@z@n@l@$PTP@ P@@@z@k(@z@~@k@@P@P@|@ $PDP@RM8@@@)z@@@@@@z@@H@@I@@@$PFP@@ P@@b2@@@@z@@@v@t@@&@@#@z@z@r@p@$PTP@@@@v@t@@}M@@@ @z@z@n@l@$PTP@ P@,@MP2@$P@0@bk@k@v@K@x@t@6P@ PP@2P@D@ PD@$PP@ PȪ@D@@ PD@P@ PPz@ PBP2P@P@z@~@@@|@$P$P@ PD@P@2PN@@@P6k@@6k~@v*Ϊ@P@P@2PP@6k@@2PP6k~@@F+@P@2P̩@@@C@P2@P@ PK@v@x@t@$P8P@ PH@I>@B@H@@@ P@@BN@v@v@M@@@@@@~@@v@t@@w@$@Mvo@@@@@@@v@t@@Vc@@ @@@r@p@$PTP@ P@@RM8@@@)@@@@@@@@H@@I@@@$PFP@@ P@@b2@@@@@@@v@t@@&@@#@@@n@l@$PTP@@@@v@t@@~M@@@ @@@r@p@$PTP@ P@,@p.@V@ PP@(P@'pP(@"PP@H@D@E@E@F(@G(@D@J@I@@@ >>p@O@@ث@A,@TPP PB@N@ B@MB@@@TPP PB(@@@@@TPP PB(R@X@Z@PP^@`@ `@N^@B0@^P?6 PF0L^P@@$@@@A*@^@.^@`,@X@b@ PP@F@@G@ /Nb@j(@j@?N Pvh@h@0@hP@0$P&NPh@@@TP@hPh@j,@b@?#norun_  symbol_table area_assign_sys_info max_seg_size error_table_run_unit_not_recursive $*get_temp_segment_--2release_temp_segment_55; define_area_>>Bhcs_high_low_seg_countEGLinitiate_search_rulesEOU find_command_clearX\^ set_ips_maskEaereset_ips_maskEhltimer_manager_cpu_callosvreset_cpu_calloy}cu_ generate_callexecute_epilogue_get_temp_segments_ list_segnos terminate_segE link_unsnap_ release_area_find_condition_info_continue_to_signal_signal_get_search_rulesEfortran_storage_manager_get_vla_segnosfreecommand_query_ 1` cleanup.1afinish.2 any_other.30 cleanup.4E cleanup.5  cleanup.6 environment_info `stop_run D`Clean_up'u interrupt_run. # quick_cleanup4'V* cleanup.7<.k1restore_environment?47$X?#&&&,&4&=&D&N&W&`&g&n&x&&&&&&&&&&&&&&symbtreeNdNJPL/I 7"' *N?KMultics PL/I Compiler, Release 30, of February 16, 1988Hirneisen.SysMaint.aoptimize map `"suNi+FRH/t, VE!I|%*0De#WjCU%C o=HĬ) JEA"g4@MG3P'Jb'hd7jM+!g46MG4+F_H$3YVF4>spec>install>MR12.2-1053>run_.pl1>ldd>include>run_control_structure.incl.pl1>ldd>include>env_ptrs.incl.pl1>ldd>include>lot.incl.pl1>ldd>include>area_info.incl.pl1>ldd>include>area_structures.incl.pl1>ldd>include>rnt.incl.pl1>ldd>include>stack_header.incl.pl1>ldd>include>linkdcl.incl.pl1>ldd>include>system_link_names.incl.pl1>ldd>include>stack_frame.incl.pl1>ldd>include>condition_info_header.incl.pl1>ldd>include>condition_info.incl.pl1pl1info run_EB )<O Ӂt ^a-long?#cleanupcobol_fsb_4@ while referencing ^aInitializing common block ^aUsage is: set_fortran_common paths {-long}^a: None of the specified programs have any common blocks.^a: Common block ^a is already in use with a smaller block length.^/^-The old version will be deleted.^a: Initialization for common block ^a defined in subprogram ^a is ignored; ^/^-using initialization defined in subprogram ^a.^a: Initialization for common block ^a defined in subprogram ^a^/^-replacing initialization defined in subprogram ^a because it is longer.P%@P%@D(@T(@J(@K(@@@@P@@@@@P@@@@(@@@i,,@&@ (@@*@9,@6.@30@$@ $PP@@R@@@$PP@5d@@3@G`P'@ Pd@$0@/T@@@B@  PB@@N@.fPA@F0@ A@OD@I@F@B@$P&P@ PB,@J@d@L@I@N@P@R@T@H@ $P*P@ P@0@P@@>:>@@@&@d@(@I@*@,@.@0@$@ $P(P@@@@B@ B@N@mB@@V@@A@@I@ @@$PP@VPA@ F` F`J@Q F@@A@V@$PP&@}(@@*@,@.@@0@$@ P@K@A@V@VP4@y@6@@8@I@:@@<@>@u@@vB@2@$PP@I@A@V@I@&@N(@VP*@d,@d.@@0@$@ $PP@K@#@y@F@@H@@J@#@L@X@N@G@P@U@R@I@T@IV@?X@<Z@9\@B^@4`@1b@6d@D@ $PP@I@;f@I@F@H@f@J@y@L@@N@!P@!R@T@ V@X@D@$PP@K@T@.fP*OT,@T@~@C@ C@N@ .fPFX@0@T.@C,@T@.XPfPFG@OT@.y@&@@(@h@*@,@0@.@#@$@ $P P@#@fPO@@@hU@Ɲ#@X@F@R@H@J@#@L@@N@I@P@R@T@Z@V@X@\@D@$PP@I@P@@C@C@N@PT@.fP*OT,@T@~@P@ P@N@.C@:fPOP@N0@ T.@@@>:>@@@3P,@T@.C@:PVfPOPFOT@.y@&@@(@h@*@r,@0@g.@#@$@ $P P@#@fPO@@@hC,@P@>:>@@e@B,@K@T@@B@ B@N@<@B@.@f@fPF@F@f@@I@ @@$P"P@I@PM P@$@A*@M@P@A*@M@f@@$@A*Z@ZPMM@ZP0MZP@$@q*@$@q*\@@6H@N@6N@q)@@? @@`@hANN@$@q)^@@q+b@@?#@@@?@@@O@@@C@ǀ@~CN@ÅC@~ @@`@hA F@hAk$ @@hA @@? F`@@#@ @@`hA F`@ #@ #(@#'@#>@i@ @@ `@` @@`hA @\Pq*@D@@C@ C@N@ydPF @F@hA@A#@oP@bN`#@_@@OB@OX@@N@+@@hB@.O.h@F@[H@h@J@fPNL@FN@_P@lR@ZT@WV@X@D@$PP@C@PdPFB@O+$@@$@`6`@"@@DB@.O.D@j@(l@h@n@fPNp@Fr@)t@9v@'x@$z@|@h@$PP@C@dPFNPPOC,@D,@D@PdPF@OB@OO @@@hAAZP*Z@B,@K@ҁD@@@;<2<2@@@@ @@$PP@@B@B@N@E(@dPFN_@K_@@NO$E@E@PP@@B@dPF@@@$#@_$_#@`0`@,N!@@@>E@E@PP@@@@>$#@B@dPV@@6>$#@`0`@O@ N@@O@@@@_@B@dPFF@@H@@J@L@L@`@N@I@P@~R@T@V@Z@X@\@D@$P$P@I@$L@!@@B@I@4@W6@@8@dPF:@j<@j>@T@@VB@2@$PP@E@%@@"L@`P@0NPJ@@@hDhB@D@&@-(@dPF*@/,@B.@00@$@ $PP@0PF@$P NPP@N PI@F@$P[[P@@@@`@@P@@@@ 4P@D P$$2[@F@$O@3@@@@@@.P@ @@@ @@@@F@@H@@J@@L@`P@N@I@P@R@V@T@X@Z@\@D@$P,P@I@`F@PP@`P@F@0`P|@`P@P@0PI@$F@I@@0F@P@@@@@@&@@(@F@*@@,@@.@I@0@$@$P0P@ANF@P@;N/@@@@&@@(@F@*@@,@@.@I@0@$@$P0P@P@@@@`P@&@@(@F@*@@,@@.@I@0@$@$P2P@ F@$@@@$P@`0`@I@`P@T@@@}I@4@A6@@8@ @:@U<@U>@=@@@B@2@$PP@P@`P@CB@dPV`P@@E@@@B,@FT@@B@ B@N@.fP@F=0@ @O@I@@@$P&P@B,@d@-0@&@d@(@I@*@,@).@0@$@ $P*P@@@@PPP @@@ @@@$P8P@ @>@@ @> @  @N@OvJv@P@@$@A*@@@?@@?M@ @6@@@6N@@@M@@A)@@M@@@PMM@@$PMPP@@ @0@P@@@P6@@6~@H@>6@A*@@P@@P*@ ,@PP@P@@0@$P NPP@@6P@@P@@@@@@m@I@@@l@@}@@:P@@@@PP@P@@P0P@I@$$@[@I@@!`b_-set_fortran_common symbol_table  error_table_badoptbad_link_target_init_info"sys_info max_seg_size%(,pl1_operators_VLA_words_per_seg_/38cu_ arg_count;<?arg_ptr;BDexpand_pathname_GGLcom_err_OORioa_UUWget_system_free_area_ZZ` object_lib_initiatecfiget_component_infoclq pathname_ttw object_info_briefz~set_ext_variable_hcs_terminate_nonameget_temp_segments_release_temp_segments_make_seg unique_chars_ list_init_variable_already_zerofortran_storage_manager_allocfreehigh_low_seg_countdelete_ptrsfc`` cleanup.1<&&$&.&:&A&F&N&T&Y&b&k&s&y&&&&&&&&&&&&&symbtreeMmM#PL/I 3!& *Multics PL/I Compiler, Release 29, of July 28, 1986GJohnson.SysMaint.aoptimize list T7hdMb;hdMkq?hdMk!%*0DeȀP'Jb"g4@MG3%*0De6GDF '#X}A݀9hdMk>special_ldd>install>MR12.0-1222>set_fortran_common.pl1>special_ldd>install>MR12.0-1222>system_link_names.incl.pl1>special_ldd>install>MR12.0-1222>system_link_init_info.incl.pl1>ldd>include>object_info.incl.pl1>ldd>include>linkdcl.incl.pl1>ldd>include>stack_header.incl.pl1>ldd>include>lot.incl.pl1>ldd>include>its.incl.pl1>ldd>include>std_symbol_header.incl.pl1>special_ldd>install>MR12.0-1222>object_lib_defs.incl.pl1pl1info set_fortran_common]ՀK)Z<'Oӂ4mx7:@@VX@@\@f@^@X@b@Y@d@Z@@HPfPB@~@N@@@.@ e@`@  @HPB@@~@@N@@@@@@.@ e@`@C@L@K@K@LN@LHP@BN@,@ F@K@P@D@R@@@T@J@V@N@$P P@DP@@t`5.@.@@>@@VX@@\@f@^@X@b@Y@d@Z@@HPfPB@~@N@@@.@ e@`@  @HPB@@~@@N@@@@@@.@ e@`@K,@HP@BN@,@ F@~A@C@M@K@K@MN@K@P@D@R@@@T@J@V@N@$P P@A@@>@>A@K,@F@P@N@$PP@`@ PA@A@>>B@@D@(@C@F@@@@@FN@+@@J@ PD@L@@@N@J@P@F@R@H@$PP@@@N DP@AN@,@ F@)DP P@DPA@~@@@N@@@@@.@ e@`@,@DP@AN@,@ F@@T@*T@@G@$PPJ@T@L@G@N@ P@J@P@H@P@@@DPP(@"PP@F@B@>>C@@D@P@PF@t`b.@.@@>@@F@XPF@@P@A@(@@@/PPH@~DPG@A@B@@~@GN@G@@@@.@ e@o@B@@~@N@@@.@ e@$@@@A.@A@~G@F@G~@A@to(.@.@@>@@PPJ@A@~G@F@G~@DPG@A@B@@~@GN@G@@@@.@ e@o@@@"PXP@@@@@ """string  symbol_table=cu_ af_return_arg af_arg_ptrarg_ptr arg_list_ptr"& arg_ptr_rel),iox_ put_chars/14 user_output/7:D ` double_quotesG=K@G&&&!&(&.&6&<symbtreeII;PL/I 7"' *7\AITYAAMultics PL/I Compiler, Release 27d, of October 11, 1982Holmstedt.SysMaint.moptimize map0Ky+I>dumps>old>recomp>string.pl1pl1info ?string <OӅ_~8P + Vj@ Vj+Zk +h@eU*eU*eobj_map GGH\  system 06/09/89 1258.1re 06/09/89 1257.9 72648 +^Hq|hMx //gQ`o2 ARPANET_host_number company date_time_last_down date_time_last_up date_time_next_down date_time_next_up date_time_shift_change date_up default_absentee_queue department down_until_date down_until_time ds_company ds_department installation_id last_down_date last_down_reason last_down_time max_rate_structure_number max_units max_users n_units n_users next_down_date next_down_time next_shift rate_structure_name rate_structure_number reason_down shift shift_change_date shift_change_time sysid time_up version_id session_type trusted_path_login all V TVdatenoneTGtime 3f^.1fX,T trueVTT T"^a"TX#falsesystem^a:^28t^adate_timeRate structure number ^a.Rate structure name "^a".΀pP%@(@@@@@@@B@@K@@@P@K@$P NPPت@@Pܪ@@@@@@@@B@@K@@@@@F@ Pت@w@Pܪ@@F(@K@@K@@@@@@@@@@@PB@ @@` G(@I@I@&N  @F@ I,@@@$PP@@@@@@ @}@y@u@r@@@@@I@&N!F@G@I@i@^a@$P P@@@@@@ @Y@U@O@N@@@@I@[@@B@@$P P@u@[>@.@.@@@~@,N,@ `@`[[@@(@@$P"P@H@@@$P&P@H@ @@[ @@[[@@ @@$P$P@[@@X@@@ @ @@@@@$P*P@X@@[@@X@@ @ @@@@@$P*P@X@@@[@@X@ @ @@@@@$P*P@X@@@@[@ @ @@@@@$P*P@@@@@@ @ @@@@@$P,P@^d@@@@@@@@ @ @@@@@$P@P@@@@@@@ @ @@@@@$P,P@@@@@@@ @x @@@@@$P,P@l@@5@g1-@@@@@@@@ @f @]@\@V@@$P@P@@@@@@ @L @@@@@$P,P@V@@@$P.P@5@@Z@V@\@@^@@`@@b@4d@&f@#h@j@0l@X@$PP@@@ `@`V@@@@$P0P@V@ց@@oD@@[@@V@@ @@ @@ $P0P@D@V@V@@[@@@@@$P0P@V@׀@@V@@@@ @@ @@ $P2P@,@@V@@@@ @@ @@ $P2P@@@V@@@@ @@ @@ $P2P@ V@@@$P.P@@@Z@V@\@@^@@`@@b@d@f@h@j@l@X@$PP@@@ `@`V@@@@$P0P@V@qD@@[@@V@@r @@x @@ $P0P@D@^V@\@@V@@@@c @@Z @@ $P2P@V@@P@@$P4P@V@@F@@$P4P@V@@[@@:@A@@$P4P@J@@@$P6P@J@@(@@@@@@@B@@K@@@@@K@G@~wB@V@@P@L@@K@@@ @  @@@ $P8P@K@ B@V@ @@@K@@@@@@@P @@@@@@@@@G@I@L@@9@@@$P@.@.@@@ ~@@@ueM>@.@.@@@@~@,N,@ `@eM՞@@L(@ L@N@L@@M@@K@@P @B @V@@ $P:P@K@@ F`@,N,@ F@ u@M >@.@.@@@ ~@@,~@N@@@.@ o@`ML,@L@@@$PP@֞@@[@@@@$P(P@eG@"@ F`h@a@I@@@@@@ @ @@@ $PP@I,@I@&N8@F@^a@@@@@u@n@@$PP@@@@@@@B@@K@@@$PP@K@@T@@i@@@ `@`n@@@@@@@$PP@@@BN@B@@P@PnP `@`@ @@?# system  symbol_table error_table_badoptbad_arg not_act_fnc cu_arg_ptr#$& af_arg_ptr#), af_return_arg#/3 cv_dec_check_66:active_fnc_err_==Acom_err_DDGioa_JJL date_time_formatORTrequote_string_WW[ system_info_installation_id^bfsysid^iksession^nptrusted_path_flags^sx version_id^{~titles^users^timeup^ next_shutdown^next_shift_change^ last_shutdown^ARPANET_host_number^ rs_number^rs_name^ max_rs_number^default_absentee_queue^rsnnlJ `1B&&&"&(&.&5&<&C&I&N&V&]&h&m&r&z&&&&&&&&&&&&&symbtreeO&ZO?PL/I 3!& *8BfBBMultics PL/I Compiler, Release 32a, of May 31, 1989Hirneisen.SysMaint.aoptimize map0z|O>>spec>install>1057>system.pl1pl1info @systemEKP=OÁ=xS <#O ӂxC:VTallTTuser#VXN$^d:^dmonthabsolutebriefAbsenteefalse^a:^24t^afiscal_yeardate_timesystem_lowforegroundinteractivecalendar_yearterminal_infoL@HInvalid keyword: ^aThe "all" keyword is invalid in an active function invocation.EP%@@E(@H(@K(@J(@I(@@@<@:@ P@>@>@B@B@D@D@F@O@H@@@$PP@O@$PNP>@>@B@B@D@D@F@O@H@@@P@H@O@+H@>@O@L@>@N@?@P@xR@tT@qV@J@ $PP@k?@O@L@?@N@>@P@dR@`T@]V@J@ $PP@@BPD@ @@`- F@-OE@aN@ N@:N  @F@-UN,@N@ N@N 7 @F@-N@9N@CN,@H@ >(@(?@X@@XB@XD@>@Z@?@\@@@^@-@`@b@d@f@ h@X@$PP@?(@ >@9@@9B@9D@?@Z@>@\@@@^@-@`@b@d@f@h@X@$PP@@E@H@>@@@@X@$P PL@>@N@X@P@R@T@V@J@ P@@E@ @@N &,@N@NB@@@@E@@ @:N@B@@@X@,@N@B@@@O@@4@6@PN#@l@@n@@p@@r@@t@@v@@x@@z@|@~@@@@@{@x@j@ $P&P@$N @l@@n@j@$PPP@N@l@@n@ @p@@r@@t@@v@@x@@z@j@ $PFP@4@MP'@PP P @@@@ @ P @@@@ @ P @@@@ @3A@A@@ P@@B@@C@@E@@1@&@,@@.@@$P P@D@ P @ `@`E C@C@@ P@@@B@@A@@E@@@@ @@ @@ P@D@ P @ `@`E  P@@N@ @@ @w@ @@ @r P@@Nܝ@ @@ @i@ @@ @d P@@5@@u@-@ P @@@@ @@ P@F@/@F@ =w@-@r P@@@@@:P@ P@@@@@@@$P8P@ P @@@ P@@@@@P@ P@N @ @  P@@@@@@@$P8P@ Pu@ >@.@.@@A@ A~@,N, @ `@`  P@@@@@@o@k@@@.@.@@A@A~@,N, @ `@`  P@@@@@@@ @@P@ P @ @@@ PO@ @ @ P@Q@@z@@2P@ PP@Q@@@ @ @m @ @ P@@@j@@>P@ P @@@ ; P@@@@@@@@@X@W@S@@ >P@ P@ @@?@@2P@ P@@@9@@(P@ P@@@/@@*P@  P@@@%@@0P@ P@@@@P@^wA@A@@ P @@@@@@@@@@@@$P^P@ P@@@@W@@@O@@@@@@ VP@ PO@y@ P F@W  @ `@$  pu@W>@.@.@@A@A~@,N, @ `@`W _ P@@@@W@@@O@@@@@@ TP@ PO@F@ P F@W  @ `@$ =u@W>@.@.@@A@A~@,N, @ `@`W , P@@@@W@@@O@@@@@@ VP@ PO@@ P F@W  @ `@$  u@W>@.@.@@A@A~@,N, @ `@`W  P@@@@W@@@O@@W@T@k@@ TP@ PO@@ P F@Wa  @ `@$t u@W>@.@.@@A@A~@,N, @ `@`W  P@@@@$P@ P@@W@@O@@@@1@@ $PVP@ PO@@ P F@W& @@; Wu@W>@.@.@@A@A~@,N, @ `@`W  P@@@@$P@ P@@W@@O@@@@@@ $PTP@ PO@m@ P F@W @@ Wu@W>@.@.@@A@A~@,N, @ `@`W V P@@@@$P@ P@@W@@O@@@@@@ $PZP@ PO@5@ P F@W @@ Wu@W>@.@.@@A@A~@,N, @ `@`W  P@@@@$P@ P@@W@@O@@@r@@@ $PXP@ PO@@ P F@W~ @@ Wu@W>@.@.@@A@A~@,N, @ `@`W B(@A@@B@@C@@@@@W@@R@L@@8P@@@ P' @@@@@@@@4P@@@ P @@@@ @@@@6P@@@ P @@@@ (@C@@B@@A@@@@ P@@@@@@@@@8P@ P@L@@@@@$P6P@@@N  PL@CNd @ @~$@$@ P@@$PPF@@H@@J@ P@O@L@N@R@P@T@D@P@ PO@L@=L@u@>@.@.@@@~@,N, @ `@` Iu@ >@.@.@@@ ~@,N, @ `@` 8 P@L(@ P@@@@@BP@  P @ `@` % P@ @@@DP@^d@@@ P @@@@@ @@y@y@@@@$P^P@g@@@ P@ @@@@@@@@v@a@k@\@@^P@@e@@@ PA @@@@A@@E@@?@O@U@@W@@ P@D@ P @ `@`E ,A@A@@ P@ @@@@@@@@;@&@0@!@@^P@;@A(@@ PA@@@@A@@@@@LP@A@A@@ P @@@@@@O@@@@@@$P^P@A@A@@ P@ @@@@@@@@@@@@@^P@pѝA@A@@ P@ @@@@@@@@@@@@@^P@X@A(@@ PA@@@@A@@@@@LP@A@A@@ P @@@@@@O@@@@@@$P^P@- PA@@ @@ @%N@ @@ @N@ @@ @Ns@ @@ @N @ @ `@$@ N @ @ `@$@  PA@@@HP@ P@@@@@@$P\P@ P @ `@` 0 @ @A@(@A@@ P@M@@@@@ RP@ PM@@M< @ @W @ @ PA@@@.P@ P@' @ @B @ @ PA@@@,P@ P@ @ @- @ @ P@@@$PJP@^d@A(@@@ P@@A@@@@@@@@@$P^P@ Pu@>@.@.@@A@A~@,N, @ `@` h PA@@@JP@^dA@(@A@@ P@@@@@@@@@@@$P^P@ Pu@>@.@.@@@~@,N, @ `@` 6 PA@@@JP@@(@@@ P@@@@@@@@}@|@@@@@$P^P@ Pu@>@.@.@@@~@,N, @ `@`  PE@3 @ F` }u @t` >@.@.@@A@ @A~@@T@|@a@P@P@i@@A@ `@e @@@9@2@@@@ $PP@ @HH@^a@@@ @@*@*@@$PP@6(@@@@B@@D@@@@@@@@$PP@ P @T@ @i@@ @ `@` @@@@@@@$P"P@@@ PDN@D@BPBPP `@`@ @@!user  symbol_tableE error_table_ not_act_fncbadoptcu_ arg_list_ptr#arg_ptr&( af_arg_ptr+.get_process_id_115af_return_arg_rel8=active_fnc_err_@@Dcom_err_GGJioa_MMOiox_controlRTVuser_ioRY[ date_time_format^acrequote_string_ffj user_info_authorization_rangempu login_datamx{absinm~absoutmabsout_truncationmabsentee_restartedm outer_modulem attributesm service_typem process_typem terminal_datam responderm usage_datam load_ctl_infomabsentee_queuemrs_namem rs_numbermlimitsmabsentee_request_idm ring_rangem system_info_next_shift_changehcs_get_usage_valuesget_authorization set_256K_switchconvert_access_class_ to_string to_string_short#'to_string_range*.to_string_range_short17 request_id_::=rsnnlM@BM `process_one_itemPEfH`&&&%&*&0&7&?&F&L&Q&X&]&e&l&w&}&&&&&&&&&&&&&&&&&&&&&&&"&)&0&9&?&DsymbtreeNdNWvPL/I 7"' *R[[[Multics PL/I Compiler, Release 30, of February 16, 1988Martinson.SysMaint.aoptimize map8)sNC mMVKOiI>special_ldd>install>MR12.2-1047>user.pl1>ldd>include>line_types.incl.pl1>ldd>include>iocbx.incl.pl1pl1info Zuser@v<+Ӄx7=x/TxBiz<=Oӄx{)><#O Ӄ]x' :