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@ PT@@@@0@@@@$P2P@@@@@@@@V@@@@@@@@@$PVP@@0@[@[@.@@`@N@ @F X@P'@.@2@@@0@P@*@@P@@@@@@@@ $P6P@@P@*@@P@@@@@@@@@@$PNP@@J(@@ .@?@.@i@D(@J(@T@d0@S@>>@@@$P<P@T@@@.@@.@N@^@I0@'@E0@@@ aP'@|@@ G@F g@P'@.@@@@0@)PV@@X@@P@@*@@@P@@@P@@@@@@@@@@@@$P8P@@+PV@@X@@P@@*@@@@@P@@@P@@@@@@@@@@@@@$PLP@@D(@J(@@`.@$@[D(@J(@.@@T@@ P@AH@`@F@b@d(@`@h@b@j@d@l@f@ $P:P@I@Td@b@`@e(@n(@I@i@~@I@ `@`Jb@t@`@v@e@x@n@z@F@|@T@@R@@n@@@@@_@@d@@r@ $P,P@ @@oP'@D@j\@B@^@`(@\@d@^@f@`@h@b@ :P@E@NF@UOR@@ @@N fE@@ `F`FD@,@ P@C0@@.E@T`@:^@\@a(@j(@E@i@z@E@ `@`F^@p@\@r@a@t@j@v@B@x@P@|@N@~@@@@@@@@`@@n@ $P,P@ @ P^@ 0@I@@`(@`@d@b@$P.P@@v`P'@PP@P PX@V@B@@D@@F@@H@X@J@@@0P@ P@@$PNP@[@@@5@@N@P@@@R@T@V@X@L@ (P@`@ P'@ PV@u@ P[@$POR@ O`@ O@H@V@J@D@ D@JN@H@NX/H@NH@@N@@@BP F`Xu@@ F`  F`d P@R@j F` F`W P@(@_ F` F`KH@T F`C P@`@L F`  F`6  F`n  F`j P@@8 F`L F`! P@@, F` F`: P@R(@! F`1 F`+ P@`(@ F`z  F`  F`5  F` P@(@H@D,@rH@N PR@[@$PO`@ O@ O@@ O@ND@~ PZ@@ P'@ P(@H@@V@K@D@ D@KN@H@NuH@NH@N @@ P\@BP^@I@H@w@N@@@BP F`l@@ F` F` P@(@b F` F`H@W F`  F`H@I@H@J F` F`y 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@<P@ P@@@@@D @P'@E@ Pm@P@ P@@s>@E>@P>@@S@R@V@T@$P<P@ P PS@>>RP@@@ P PPSN@S@@P `@`@S@@T@0@B@S@>>R@V@T@$P<P@ P PT@@@P P@ P@T@@@@Q(@@@;LXLQ@n@X@p@ut@nv@l@@@@s@p(@ P>PN@@@@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=  |Ot<O 5 c>WO4# i<!O4xkA <W4=x[ k:<_ yi<%O!4xC`<y@P+ PkVj_j @ZPkZZkPVjkZ+@ZZk@k@ZZ+ZUPXVJ+k  +PPV`Zk Zj + ++ +k +! +V`ZZj +C9UYUYUYUYUYUYUYUYUYUYUYU@obj_map @@Z" t \  execute_epilogue_ 11/05/86 1231.6re 11/05/86 1035.8 24696 L@#cleanupany_otherreturn_conversion_error<pP%@R@D(@@LBPP'@ PD@D@B@D@@@dP@@V@V@Z@D@\@X@$PbP@$P2@@@ @@N$P2.@ @F H@P'@ @@@.@$P0O@@.@PP]$P@S@@@ @@SN@ @F N@P'@ @@@.@$PO@@,@V@V@`@B@b@A@d@^@ $P^P@@@ @@N(A@& j@F T@P'@ @B@Z@A@\@X@$P`P@@@`@B@b@A@d@^@ $P^P@@,@D@Z@\@X@$PdP@R@>@@@]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|Ox' _<'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"(V<T dateTTtimeTGT V #X4 ^.3ffinish-inc_-total_?#date_timesub_error_any_otherDNN#command_question-call disabled.-set and -revertprogram_interruptno argument to ^arepeated control arg ^a.Active string "^a" disabled.Invalid time format string. ^aerror in hcs_$get_process_usage.^a not allowed when active functionCondition ^a signalled, -call disabled.Condition ^a signalled, active string "^a" disabled.An active string must be specified following -active_string.No values specified for other than default ready message.Time format strings must be ^d characters or fewer in length. ^aA time format string must be specified following -time_format.Error evaluating active string "^a", active string evaluation disabled.b @4@T4@4@ 4@4@4@b@P%@P%@ $P@GP%@$P@@ 0@@@`@$P@F@>G@@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@@@@ <t<P@Q@t@@@@n@@ :@@@@V@f@h@Pv@8x@f@z@l~@i@[@t@ :@@@@m0@ @d@d@@0@@>@@_@@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@@@@FF@FF@@,@@@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@@@<t<u@@5@t@@i@f@I@@ :@@@@$PW@P@$PX@P@ @f (@@$P@P@@$PO@P@ @$P@P@$P@@NP@@ FR@@"@ `@`@#+l,@@v@@x@@z@$Pu@|@t@6@@$Pu@@@@t@u@@@t@@@@@@ :@@@@<N"V@(@@@@t@<c@@@@t@@c@@P@@@@@@@@:@@@P @@`< @jQpP'@@@ P@p@B@@@F@B@H@u@J@D@ P@$Pu@L(@@@ D L@P@R@D@T@ P@V@Z@\@^@`@N@:@@ P|P PA>@^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@,@@@PPFRPF!@ ~@"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<cO @g4@ d,2e,|(O*gtxC d2 F<@2K d A#A + hhhrd2dd  dSyA #F2d#F d _FO|)"tx#p\xG<kO   > 3  2d2 dd @@3>d d dg@ i2@|)gy,e,e,e,F@#@ dFe,e,e,#A#A dY3<9,| 2dDPZjkVjP+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 <aOtZPVjZZjVj ZV`Zk V`Z8@eU*`obj_map >^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<O4x 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@[@N*@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<O4xK <]O xs@S4|P+@5Z ZZ Z+ZVj+Vj@k|ZkPV`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@@NZ@>@@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"@@@<F<$PPX@ @Z@F@\@P^@@@`@Rd@Of@Ah@Vj@Ul@V@N@@@\@PR@@@\@t^@@@jfP@\@@f@@L@@@@@@@)@&@#@ @@@@@@@$N@@@@@V@\@t^@@@jV@I@@>@@>@@>@@>@$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-x<q Cx%iTPk + Vj+ZPk_jPkP P@eU*eU*eU*eU*0obj_map p n  login_args 11/04/82 2043.5rew 11/04/82 1837.9 40680 ^[^d) ^;^s^]^alogin_argsLVT"T>TTTT/VT)-fmT<V -ct#-requote-quote-from-count?#-no_requoteThere are no login arguments.While obtaining login argument ^d.argument_number specified more than once.argument_number expected following -from.^a must be an integer number greater than zero.-count may not be specified with any other control argument.argument_number ^d exceeds the number of login arguments (^d).qP%@wP%@R@b@Z@d@\@f@]@h@`@ P@]@ $P PN@P@PJ@L@X@Z(P$PPJ@L@PN@P@X(@yZ@\(@]@NPD@F(@H@E(@R@^@@@@@^N@@@l@B@n@S@p@]@r@j@N@@]@wBPS@ F`T F`HR@N@@<v<$P"P@)@v@@8@4@1@@ J@@@E@ F`/ F`"rF@@,@@@l@B@n@S@p@]@r@j@N@@]@@@;,j,]@@@j@@@@@@ J@@@D@(@@@,j,@@@j@@@@@@ J@@@S@V@BPx@]@z@D@|@@~@@@v@ $PP@]@D@NRS@V@(@@@0j0@@@j@@BP@@@@@@@J@@@5 F` H@. F`H@' F`H@  F@S@V@^a@$P P@}@@@@@@@}@@@@J@@@@,@(@(@V@b@@d@@f@`@ $PP@V@$X@(@@@w ` @@Q@`@@Z@\@R@@ J@@ E@ \N@\@ZPZP `@$@E@AX@@@V@@w` t@` >@.@.@@@ ~@\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<O!tMx;i<EO 4Pk ++ZPkZPk|ZPk ZV`Zk @eU*eU*eU*eU*eT0obj_map SS{$l^  picture 10/22/86 1528.3re 10/22/86 1527.5 36504 (15)-9v.(15)9SizeVV T2TTtrueXTNXdTW4TTT&V #sizefalse-strip?#pictureConversionconversionV@ @valid_pictured_dataUsage:^-vpd pic_str value ...Usage:^-pic pic_str {-strip} value ...^a condition occurred while editing "^a" thru "^a"^[Normalized picture > 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`mG@ ?\@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+@)<O'/i<mP ++kZ ZP P+VjZjV`ZC9UYUYUYUobj_map wP$Xtv  query 01/12/88 1314.5re 01/12/88 1255.1 68328 Tquery responseT"T<T$@TKV?-rp-osw-lgL-isw-bfT&GTT?TtrueyesTVT^vaX4TNT.T#-repeat-long-ecpe-dcpe-trim-no_trim-brief-accept^-'^a'false?#-non_nullstream_output-output_switch-input_switchstream_input_output-enable_cp_escape-disable_cp_escapeReferencing first argument.^[Refencing argument ^d^s^;^s^a^].Converting "^a" to binary date/time.Missing repeat interval following Missing I/O switch name following Missing argument(s) following -accept.^a: Null response not allowed, please retype.^/Usage: ^[[^]^a question {-control_args}^[]^]Specified date/time is not ^[far enough ^]in the future. ^a^a: '^a' is not an acceptable answer.^/Acceptable answers are:I/O switch ^a not open for stream_^[input^;output^] or stream_input_output. @(@(@^@@Y@Y@(@@@@@@@@(@(@F@@A@A@(@@@@@@@@@0P%@I@ 0P%@I@U@@H@ @@$PP@H@$PNPG(@`@^@T@"PP@R@PJ@L@XH@-G@U@$@^@&@T@(@H@*@"@P@H@I@,@H@$@,@&@(@*@"@$PP@@$PPP@R@PJ@L@*PJ@L@I@@,@@@*0.0:@H@>@,@@@.@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!IvF M{Io>spec>install>1012>query.pl1>ldd>include>iocb.incl.pl1>ldd>include>query_info.incl.pl1pl1info Vqueryu'<#@@(!z -x;<xoi8Ctx)x@<e@l ;<O&<O0@jP +kVj@+ZP ZVkPk@ Vj@+ZUPV`Z +@eU*eU*eU*eU*eU*eU*obj_map ,^  rank 02/07/84 1052.6re 02/07/84 1052.2 33624 TTTTXTV T2-ocVT6LT5Vbyterank#-decimal-octalInvalid number: ^a.Number out of range: ^a.Only one character may be given. "^a" is too long.Only one character may be specified. ^a is the second.^/Usage is: ^[[^]^a ^[CHAR^;NO^] {-control_args}^[]^]oP%@N@ tP%@N@Y(@D@^@L@`@F@b@I@d@\@$P P@I@$P NPX@ P@@B@I@X(@P@@B@I@^@N@`@b@d@\@ P@@D@-@@8f8X@@[@N@}MJ@t@X@@u@$PPx@N@z@f@|@[@~@N@@t@@u@@i@d@@`@]@@@v@@@@@O(@Z@E@ E@ZN@pu(@E@^@J@`@G@b@u@d@\@$PP@G@N u(@JP @@`uu@-M%O@Vu@@@R8f8$P"Px@N@z@f@|@JP~@(@#@@u@@v@ P@@O@JP @@`P 1N@MJ@u@  F` F`Y@! F` F`Y(@Vu@$PPx@N@z@@|@@@u@@v@ @@@@E,@O@\N@Mu@P >@.@.@@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#OxS iF<;OtxG 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<'Oxoiz<kO)txWZv<P+ ZP+VjPZZ@+k@eU*eU*eU*eU*eobj_map j"y  run_ 07/05/88 1443.0re 07/05/88 1434.6 101592 T;TX V?runTrntTrun_#4@run ?#finishcleanupany_othercommand_abort_Time limit reached. Do you want to continue the program?  , P%@@(PPP@P(P@@P@PN@P@Y@@@P@@@@P@@@P@@@K(@@+PP'@ P@0@@@@@D@@F@P@PH@J@L@N@B@ ,P@ PK@ K@D@F@B@$P8P@@@@@@@PP@u@v@s@@ $P*P@PP@@@@K@@@$P6P@$P @@@P@ @6B@v)@@@P@*P@I@@H@@@0P@H@I>@@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@PPD@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@<P@$P@sk@k@r@p@@P@ PP@ @6BN@+@ @6E@ PE@$PP@$P@ PP@ @6F)@B@E@P`@`E@P`@`@@@@P@ @6B@@P@@*P@@0P@@J0@F@ PI@v@H@x@t@$P0P@ PP@@N$`0M$P@v@t@@$P@@0@@v@t@@ PP@ @$P@0@ @ @@0@@ @v@t@@$P@@0@@@0@ @ PP@ @0@@v@t@@ P@v@t@@ P@n@l@$PBP@ PP@@@@ P@@@N@vO0L@,@@@ PP@ @ M@r@p@$PRP@ PH@I>@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@@@<L<J@^@A@`@I@b@L@d@f@h@j@l@\@VP@@@ F`A@ PP@@$J@I@@L@@J@^@I@`@L@b@\@ $P:P@@.PP'@ PP@ @@ @@ FK(@@@4PP'@ P PK@K@B@D@@@8P@@F@F@J@ PK@L@H@$P6P@.@@$P(@ PK@J@L@H@8P@y$P @.@4P@@<`P'@P PBP@PBP@*@PBP@PBP@@PBP@@PBP@0@ PBP,@BP@NPBP@2@"@BP @  @@@G0@@@B@@@HP@ P@<0@2D@D@H@@J@P@PL@(N@)P@&R@F@ $P,P@@D@F@ P@@@ P@F@ PF@$PP@ P@@@@F@`@`F@`@`@@@G@G@&FP@P@@p@N@  PG@$PP@ P@@+@)@G@PP`@`@FP@PN@P@@PFPP$PePaD@J@L@P P P@@@@~P@@6@A@ PA@PN@v*@@M@E P@@A@@F)@@@@@@@A.@J@R@T@ P@@ PB@@B@@@@@H@@@I@@@$PFP@$P@0@'P P@@@A(@  PA@?Nv@ P@0@P@P?6@N@ y@@@@> >>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 <WO tx, .FA d@|'O# Px+.k:,B_|]P2x; dgt @ <9O4xgiV< xwif<=@kf@2 2A dd3<3?OP ++|ZZ+@Z+Vj5Z+Z 'Pk@ PZZ 3P+VjZj +PV`Zk ++XV@V`ZZj + +NCUYUYUYUYUYUYUYUYUobj_map @TX\N  set_fortran_common 11/20/86 1359.8re 11/20/86 1200.1 83232 cinfo1.0set_fortran_commonLTTgTT;TTVAT.comTnoneVTNLTV V-lg#T+VVV4linkerstat_blnk*com^a>^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!%*0DeP'Jb"g4@MG3%*0De6GDF  '#X}A9hdMk>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<'O4mx7:<qO4 yK2 i<K@@@  StMxN<-O4S4lPVjZZjZFkZ+kP Z+@kZk_j+@+VjPVkZZkk PV`ZL@eU*eU*eU*eU*eU*eU*eU*eU*eTobj_map <  string 11/04/82 2043.5rew 11/04/82 1838.1 28152 XV?X?V=pP%@C@P@H@R@B@T@J@V@N@P@J@C@ BN@B@HPHP `@$&@BN@B@HPHP `@$X@X@P@D@R@@@T@J@V@N@$P P@DP@@t`.@.@@>@@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<P@(@@@@@@@B@@K@@@@@K@lB@V@@P@K@@@@@ @ @@@ $PP@K@#$P PK@B@V@@@@K@@@@@@@P @@@@@@@@@G@@@N@L@L@@M@@K@@ @x @@@ $P:P@K@t@M >@.@.@@@ ~@@@ueM>@.@.@@@@~@,N,@ `@eM@@L(@ L@N@L@@M@@K@@P @B @V@@ $P:P@K@@ F`@,N,@ F@ u@M >@.@.@@@ ~@@,~@N@@@.@ o@`ML,@L@@@$P<P@L@@oV@@@$P.P@!!@e@@Z@V@\@@^@@`@@b@d@f@h@j@l@X@$PP@@@ `@`QV@@@@$P0P@V@D@@[@@V@@ @@ @@ $P0P@D@V@V@@@@$P4P@@@V@@@@ @@ @@ $P2P@@@@$P>P@@@[@@@@$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:<!@Stx_iO -xS <UOOtx'iZn<!@Sx3<P +kVjP VjZP ZZkVj+ZZP+Vj+Vj+ZZ+@p@eU*eU*eU*eU*eU*eU*eU*eU*eU*eT obj_map 11B F  user 07/13/88 1113.8re 07/13/88 1048.0 131760 _=lur^ 3Dn6'Ee,YOd3l`NLb}IG[nabs_rqid 256k 256K 256k_switch abs_queue absentee absentee_request_id absin absout account anonymous attributes auth auth_long brief_bit charge_type cpu_secs cutoff_date device_channel group initial_term_id initial_term_type limit limit_type line_type log_time login_date login_time login_word max_auth max_auth_long monthly_limit monthly_spending n_processes name outer_module preemption_time process_id process_overseer process_type project protected rate_structure_name rate_structure_number secondary service_type shift_limit shift_spending spending term_id term_type weight min_auth min_auth_long auth_range auth_range_long absentee_restarted absout_truncation min_ring max_ring ring_range 67 589: 3 !"#$%&'()*+,-./01MC TELNET none ASCII 1050 2741 ARDS Sync G115 BSC 202ETX VIP ASYNC1 ASYNC2 ASYNC3 SYNC1 SYNC2 SYNC3 POLLED_VIP X25LAP HDLC COLTS DSA HASP_OPR unknown login FTP MC slave type5 autocallinactiveinitializer interactive absentee daemon TTVyeardayT ^.2fT 4VLHT X,^.1f(VV4truedatetimeV GV T>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@@<P@ P@@F@@@@@ $PNP@ PF@?@F@M/@F@ =w@-@EA@A@@ P @@@@@@@L@7@A@2@@$P^P@ P@@@@@@@@@'@-@$@@ 8P@ Pu@>@.@.@@A@A~@,N, @ `@`  P@@@@@@@ @@<P@^dA@A@@ P @@@@@@@@@@@@$P^P@{ P@@@@@P@ P@N @ @k @ @f P@@@@@P@ P@N  @ `@$ U@  @ `@$ M^dA@A@@ @@@@@@@@@@@@$P^P@6 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@pA@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<=Ox{)><#O ]x' :</O-x(<KOtxC4 mxG5<9Otx_<O tMxSi<7O-xC@P +!P+ZP Z Z ZPZ_jP+kPZP Z+VjP Z+kZPZ|ZkZ+@ ZkZUPP$@eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eU*eTobj_map Q`r@