COMPILATION LISTING OF SEGMENT cobol_disable_gen Compiled by: Multics PL/I Compiler, Release 31b, of April 24, 1989 Compiled at: Bull HN, Phoenix AZ, System-M Compiled on: 05/24/89 0935.5 mst Wed Options: optimize map 1 /****^ *********************************************************** 2* * * 3* * Copyright, (C) BULL HN Information Systems Inc., 1989 * 4* * * 5* * Copyright, (C) Honeywell Information Systems Inc., 1982 * 6* * * 7* * Copyright (c) 1972 by Massachusetts Institute of * 8* * Technology and Honeywell Information Systems, Inc. * 9* * * 10* *********************************************************** */ 11 12 13 14 15 /****^ HISTORY COMMENTS: 16* 1) change(89-04-23,Zimmerman), approve(89-04-23,MCR8060), 17* audit(89-05-05,RWaters), install(89-05-24,MR12.3-1048): 18* MCR8060 cobol_disable_gen.pl1 Reformatted code to new Cobol standard. 19* END HISTORY COMMENTS */ 20 21 22 /* Modified on 10/02/77 by Bob Chang to fix the bug for mcs_icdp. */ 23 /* Modified on 03/25/77 by Bob Chang to implement communication disable verb. */ 24 /* Created as a stub on 11/18/76 by ORN */ 25 26 /* format: style3 */ 27 cobol_disable_gen: 28 proc (in_token_ptr); 29 30 /* Declaration for static data. */ 31 dcl 1 pr_struc static, 32 2 what_ptr fixed bin init (2), 33 2 pointer_no bit (3), 34 2 lock fixed bin init (0), 35 2 switch fixed bin init (0); 36 37 dcl 1 alpha_type9 static, 38 2 header (4) fixed bin init (112, 0, 0, 9), 39 2 repl_ptr (2) ptr init ((2) null ()), 40 2 fill1 bit (108) init (""b), 41 2 file_key_info, 42 3 fb1 (3) fixed bin init (0, 0, 0), 43 3 size fixed bin init (0), 44 3 fb2 (2) fixed bin init (0, 0), 45 3 flags1 bit (36) init ("000000100100000000010000000100000000"b), 46 3 flags2 bit (36) init (""b), 47 3 seg fixed bin init (0), 48 3 off fixed bin, 49 2 fill2 (7) fixed bin init (0, 0, 0, 0, 0, 0, 0); 50 51 dcl inst_seq (12) bit (18) unaligned static init ("110000000000000000"b, "010101010001000000"b, 52 /* spri2 pr6|offset */ 53 "000000000000000000"b, "010011101000000111"b, 54 /* lda 0,dl */ 55 "110000000000000000"b, "111101101001000000"b, 56 /* sta pr6|offset */ 57 "110000000000000000"b, "100101000001000000"b, 58 /* stz pr6|offset */ 59 "110000000000000000"b, "010011100001000000"b, 60 /* szn pr6|offset */ 61 "000000000000000000"b, "110000000000000100"b); 62 /* tze 0,ic */ 63 64 65 /* Automatic data */ 66 dcl conoff fixed bin, /* PARAMETER for NO DATA statement */ 67 stoff fixed bin, 68 dn_ptr ptr, 69 temp fixed bin; 70 71 /* External procedure */ 72 dcl cobol_call_op entry (fixed bin, fixed bin), 73 cobol_pool entry (char (*), fixed bin, fixed bin), 74 cobol_pointer_register$priority 75 entry (fixed bin, fixed bin, bit (3)), 76 cobol_emit entry (ptr, ptr, fixed bin), 77 cobol_define_tag entry (fixed bin), 78 cobol_make_tagref entry (fixed bin, fixed bin, ptr), 79 cobol_set_pr entry (ptr, ptr), 80 cobol_reg_manager$after_op 81 entry (fixed bin), 82 cobol_get_size entry (ptr, fixed bin, fixed bin); 83 84 start: /* Generate epp2 instruction for communication token. */ 85 cdtoken_ptr = in_token.token_ptr (2); 86 alpha_type9.seg = cdtoken.cd_seg; 87 eos_ptr = in_token.token_ptr (in_token.n); 88 if ^end_stmt.b 89 then alpha_type9.off = cdtoken.cd_off - 60; 90 else alpha_type9.off = cdtoken.cd_off - 20; 91 call cobol_set_pr (addr (pr_struc), addr (alpha_type9)); 92 93 /* Allocate 12 words in stack frame for parameters */ 94 stoff = 74; /* Communication stack frame from pr6|74 */ 95 96 /* Store cd_token address. */ 97 substr (inst_seq (1), 4, 15) = substr (unspec (stoff), 22, 15); 98 call cobol_emit (addr (inst_seq (1)), null, 1); 99 100 /* Set up parameter for message type. */ 101 eos_ptr = in_token.token_ptr (in_token.n); 102 if end_stmt.b | end_stmt.c 103 then do; 104 inst_seq (3) = "000000000000000001"b; 105 call cobol_emit (addr (inst_seq (3)), null, 1); 106 end; 107 temp = stoff + 5; 108 if end_stmt.b 109 then do; 110 substr (inst_seq (5), 4, 15) = substr (unspec (temp), 22, 15); 111 call cobol_emit (addr (inst_seq (5)), null, 1); 112 end; 113 else do; 114 substr (inst_seq (7), 4, 15) = substr (unspec (temp), 22, 15); 115 call cobol_emit (addr (inst_seq (7)), null, 1); 116 end; 117 temp = stoff + 6; 118 if end_stmt.c 119 then do; 120 substr (inst_seq (5), 4, 15) = substr (unspec (temp), 22, 15); 121 call cobol_emit (addr (inst_seq (5)), null, 1); 122 end; 123 else do; 124 substr (inst_seq (7), 4, 15) = substr (unspec (temp), 22, 15); 125 call cobol_emit (addr (inst_seq (7)), null, 1); 126 end; 127 128 /* Generate epp2 instruction for receiving data item. */ 129 dn_ptr = in_token.token_ptr (3); 130 if data_name.type = 3 131 then do; 132 alit_ptr = dn_ptr; 133 alpha_type9.seg = 3000; 134 alpha_type9.size = alphanum_lit.lit_size; 135 call cobol_pool (alphanum_lit.string, 1, conoff); 136 alpha_type9.off = conoff * 4; 137 dn_ptr = addr (alpha_type9); 138 end; 139 call cobol_set_pr (addr (pr_struc), dn_ptr); 140 141 /* Store into stack frame. */ 142 temp = stoff + 2; 143 substr (inst_seq (1), 4, 15) = substr (unspec (temp), 22, 15); 144 call cobol_emit (addr (inst_seq (1)), null, 1); 145 146 /* Set up the size of the data token. */ 147 temp = stoff + 4; 148 call cobol_get_size (dn_ptr, temp, 0); 149 150 /* Call cobol_operators_ */ 151 call cobol_call_op (75, 0); 152 153 call cobol_reg_manager$after_op (75); 154 155 exit: 156 return; 157 158 /***** Declaration for builtin function *****/ 159 160 dcl (substr, mod, binary, fixed, addr, addrel, rel, length, string, unspec, null, index) 161 builtin; 162 163 /***** End of declaration for builtin function *****/ 164 165 1 1 1 2 /* BEGIN INCLUDE FILE ... cobol_in_token.incl.pl1 */ 1 3 1 4 /* Last modified August 22, 1974 by AEG */ 1 5 1 6 1 7 declare in_token_ptr ptr; 1 8 1 9 declare 1 in_token aligned based(in_token_ptr), 1 10 2 n fixed bin aligned, 1 11 2 code fixed bin aligned, 1 12 2 token_ptr(0 refer(in_token.n)) ptr aligned; 1 13 1 14 1 15 /* END INCLUDE FILE ... cobol_in_token.incl.pl1 */ 1 16 166 2 1 2 2 /* BEGIN INCLUDE FILE ... cobol_.incl.pl1 */ 2 3 /* last modified Feb 4, 1977 by ORN */ 2 4 2 5 /* This file defines all external data used in the generator phase of Multics Cobol */ 2 6 2 7 /* POINTERS */ 2 8 dcl cobol_$text_base_ptr ptr ext; 2 9 dcl text_base_ptr ptr defined (cobol_$text_base_ptr); 2 10 dcl cobol_$con_end_ptr ptr ext; 2 11 dcl con_end_ptr ptr defined (cobol_$con_end_ptr); 2 12 dcl cobol_$def_base_ptr ptr ext; 2 13 dcl def_base_ptr ptr defined (cobol_$def_base_ptr); 2 14 dcl cobol_$link_base_ptr ptr ext; 2 15 dcl link_base_ptr ptr defined (cobol_$link_base_ptr); 2 16 dcl cobol_$sym_base_ptr ptr ext; 2 17 dcl sym_base_ptr ptr defined (cobol_$sym_base_ptr); 2 18 dcl cobol_$reloc_text_base_ptr ptr ext; 2 19 dcl reloc_text_base_ptr ptr defined (cobol_$reloc_text_base_ptr); 2 20 dcl cobol_$reloc_def_base_ptr ptr ext; 2 21 dcl reloc_def_base_ptr ptr defined (cobol_$reloc_def_base_ptr); 2 22 dcl cobol_$reloc_link_base_ptr ptr ext; 2 23 dcl reloc_link_base_ptr ptr defined (cobol_$reloc_link_base_ptr); 2 24 dcl cobol_$reloc_sym_base_ptr ptr ext; 2 25 dcl reloc_sym_base_ptr ptr defined (cobol_$reloc_sym_base_ptr); 2 26 dcl cobol_$reloc_work_base_ptr ptr ext; 2 27 dcl reloc_work_base_ptr ptr defined (cobol_$reloc_work_base_ptr); 2 28 dcl cobol_$pd_map_ptr ptr ext; 2 29 dcl pd_map_ptr ptr defined (cobol_$pd_map_ptr); 2 30 dcl cobol_$fixup_ptr ptr ext; 2 31 dcl fixup_ptr ptr defined (cobol_$fixup_ptr); 2 32 dcl cobol_$initval_base_ptr ptr ext; 2 33 dcl initval_base_ptr ptr defined (cobol_$initval_base_ptr); 2 34 dcl cobol_$initval_file_ptr ptr ext; 2 35 dcl initval_file_ptr ptr defined (cobol_$initval_file_ptr); 2 36 dcl cobol_$perform_list_ptr ptr ext; 2 37 dcl perform_list_ptr ptr defined (cobol_$perform_list_ptr); 2 38 dcl cobol_$alter_list_ptr ptr ext; 2 39 dcl alter_list_ptr ptr defined (cobol_$alter_list_ptr); 2 40 dcl cobol_$seg_init_list_ptr ptr ext; 2 41 dcl seg_init_list_ptr ptr defined (cobol_$seg_init_list_ptr); 2 42 dcl cobol_$temp_token_area_ptr ptr ext; 2 43 dcl temp_token_area_ptr ptr defined (cobol_$temp_token_area_ptr); 2 44 dcl cobol_$temp_token_ptr ptr ext; 2 45 dcl temp_token_ptr ptr defined (cobol_$temp_token_ptr); 2 46 dcl cobol_$token_block1_ptr ptr ext; 2 47 dcl token_block1_ptr ptr defined (cobol_$token_block1_ptr); 2 48 dcl cobol_$token_block2_ptr ptr ext; 2 49 dcl token_block2_ptr ptr defined (cobol_$token_block2_ptr); 2 50 dcl cobol_$minpral5_ptr ptr ext; 2 51 dcl minpral5_ptr ptr defined (cobol_$minpral5_ptr); 2 52 dcl cobol_$tag_table_ptr ptr ext; 2 53 dcl tag_table_ptr ptr defined (cobol_$tag_table_ptr); 2 54 dcl cobol_$map_data_ptr ptr ext; 2 55 dcl map_data_ptr ptr defined (cobol_$map_data_ptr); 2 56 dcl cobol_$ptr_status_ptr ptr ext; 2 57 dcl ptr_status_ptr ptr defined (cobol_$ptr_status_ptr); 2 58 dcl cobol_$reg_status_ptr ptr ext; 2 59 dcl reg_status_ptr ptr defined (cobol_$reg_status_ptr); 2 60 dcl cobol_$misc_base_ptr ptr ext; 2 61 dcl misc_base_ptr ptr defined (cobol_$misc_base_ptr); 2 62 dcl cobol_$misc_end_ptr ptr ext; 2 63 dcl misc_end_ptr ptr defined (cobol_$misc_end_ptr); 2 64 dcl cobol_$list_ptr ptr ext; 2 65 dcl list_ptr ptr defined (cobol_$list_ptr); 2 66 dcl cobol_$allo1_ptr ptr ext; 2 67 dcl allo1_ptr ptr defined (cobol_$allo1_ptr); 2 68 dcl cobol_$eln_ptr ptr ext; 2 69 dcl eln_ptr ptr defined (cobol_$eln_ptr); 2 70 dcl cobol_$diag_ptr ptr ext; 2 71 dcl diag_ptr ptr defined (cobol_$diag_ptr); 2 72 dcl cobol_$xref_token_ptr ptr ext; 2 73 dcl xref_token_ptr ptr defined (cobol_$xref_token_ptr); 2 74 dcl cobol_$xref_chain_ptr ptr ext; 2 75 dcl xref_chain_ptr ptr defined (cobol_$xref_chain_ptr); 2 76 dcl cobol_$statement_info_ptr ptr ext; 2 77 dcl statement_info_ptr ptr defined (cobol_$statement_info_ptr); 2 78 dcl cobol_$reswd_ptr ptr ext; 2 79 dcl reswd_ptr ptr defined (cobol_$reswd_ptr); 2 80 dcl cobol_$op_con_ptr ptr ext; 2 81 dcl op_con_ptr ptr defined (cobol_$op_con_ptr); 2 82 dcl cobol_$ntbuf_ptr ptr ext; 2 83 dcl ntbuf_ptr ptr defined (cobol_$ntbuf_ptr); 2 84 dcl cobol_$main_pcs_ptr ptr ext; 2 85 dcl main_pcs_ptr ptr defined (cobol_$main_pcs_ptr); 2 86 dcl cobol_$include_info_ptr ptr ext; 2 87 dcl include_info_ptr ptr defined (cobol_$include_info_ptr); 2 88 2 89 /* FIXED BIN */ 2 90 dcl cobol_$text_wd_off fixed bin ext; 2 91 dcl text_wd_off fixed bin defined (cobol_$text_wd_off); 2 92 dcl cobol_$con_wd_off fixed bin ext; 2 93 dcl con_wd_off fixed bin defined (cobol_$con_wd_off); 2 94 dcl cobol_$def_wd_off fixed bin ext; 2 95 dcl def_wd_off fixed bin defined (cobol_$def_wd_off); 2 96 dcl cobol_$def_max fixed bin ext; 2 97 dcl def_max fixed bin defined (cobol_$def_max); 2 98 dcl cobol_$link_wd_off fixed bin ext; 2 99 dcl link_wd_off fixed bin defined (cobol_$link_wd_off); 2 100 dcl cobol_$link_max fixed bin ext; 2 101 dcl link_max fixed bin defined (cobol_$link_max); 2 102 dcl cobol_$sym_wd_off fixed bin ext; 2 103 dcl sym_wd_off fixed bin defined (cobol_$sym_wd_off); 2 104 dcl cobol_$sym_max fixed bin ext; 2 105 dcl sym_max fixed bin defined (cobol_$sym_max); 2 106 dcl cobol_$reloc_text_max fixed bin(24) ext; 2 107 dcl reloc_text_max fixed bin(24) defined (cobol_$reloc_text_max); 2 108 dcl cobol_$reloc_def_max fixed bin(24) ext; 2 109 dcl reloc_def_max fixed bin(24) defined (cobol_$reloc_def_max); 2 110 dcl cobol_$reloc_link_max fixed bin(24) ext; 2 111 dcl reloc_link_max fixed bin(24) defined (cobol_$reloc_link_max); 2 112 dcl cobol_$reloc_sym_max fixed bin(24) ext; 2 113 dcl reloc_sym_max fixed bin(24) defined (cobol_$reloc_sym_max); 2 114 dcl cobol_$reloc_work_max fixed bin(24) ext; 2 115 dcl reloc_work_max fixed bin(24) defined (cobol_$reloc_work_max); 2 116 dcl cobol_$pd_map_index fixed bin ext; 2 117 dcl pd_map_index fixed bin defined (cobol_$pd_map_index); 2 118 dcl cobol_$cobol_data_wd_off fixed bin ext; 2 119 dcl cobol_data_wd_off fixed bin defined (cobol_$cobol_data_wd_off); 2 120 dcl cobol_$stack_off fixed bin ext; 2 121 dcl stack_off fixed bin defined (cobol_$stack_off); 2 122 dcl cobol_$max_stack_off fixed bin ext; 2 123 dcl max_stack_off fixed bin defined (cobol_$max_stack_off); 2 124 dcl cobol_$init_stack_off fixed bin ext; 2 125 dcl init_stack_off fixed bin defined (cobol_$init_stack_off); 2 126 dcl cobol_$pd_map_sw fixed bin ext; 2 127 dcl pd_map_sw fixed bin defined (cobol_$pd_map_sw); 2 128 dcl cobol_$next_tag fixed bin ext; 2 129 dcl next_tag fixed bin defined (cobol_$next_tag); 2 130 dcl cobol_$data_init_flag fixed bin ext; 2 131 dcl data_init_flag fixed bin defined (cobol_$data_init_flag); 2 132 dcl cobol_$seg_init_flag fixed bin ext; 2 133 dcl seg_init_flag fixed bin defined (cobol_$seg_init_flag); 2 134 dcl cobol_$alter_flag fixed bin ext; 2 135 dcl alter_flag fixed bin defined (cobol_$alter_flag); 2 136 dcl cobol_$sect_eop_flag fixed bin ext; 2 137 dcl sect_eop_flag fixed bin defined (cobol_$sect_eop_flag); 2 138 dcl cobol_$para_eop_flag fixed bin ext; 2 139 dcl para_eop_flag fixed bin defined (cobol_$para_eop_flag); 2 140 dcl cobol_$priority_no fixed bin ext; 2 141 dcl priority_no fixed bin defined (cobol_$priority_no); 2 142 dcl cobol_$compile_count fixed bin ext; 2 143 dcl compile_count fixed bin defined (cobol_$compile_count); 2 144 dcl cobol_$ptr_assumption_ind fixed bin ext; 2 145 dcl ptr_assumption_ind fixed bin defined (cobol_$ptr_assumption_ind); 2 146 dcl cobol_$reg_assumption_ind fixed bin ext; 2 147 dcl reg_assumption_ind fixed bin defined (cobol_$reg_assumption_ind); 2 148 dcl cobol_$perform_para_index fixed bin ext; 2 149 dcl perform_para_index fixed bin defined (cobol_$perform_para_index); 2 150 dcl cobol_$perform_sect_index fixed bin ext; 2 151 dcl perform_sect_index fixed bin defined (cobol_$perform_sect_index); 2 152 dcl cobol_$alter_index fixed bin ext; 2 153 dcl alter_index fixed bin defined (cobol_$alter_index); 2 154 dcl cobol_$list_off fixed bin ext; 2 155 dcl list_off fixed bin defined (cobol_$list_off); 2 156 dcl cobol_$constant_offset fixed bin ext; 2 157 dcl constant_offset fixed bin defined (cobol_$constant_offset); 2 158 dcl cobol_$misc_max fixed bin ext; 2 159 dcl misc_max fixed bin defined (cobol_$misc_max); 2 160 dcl cobol_$pd_map_max fixed bin ext; 2 161 dcl pd_map_max fixed bin defined (cobol_$pd_map_max); 2 162 dcl cobol_$map_data_max fixed bin ext; 2 163 dcl map_data_max fixed bin defined (cobol_$map_data_max); 2 164 dcl cobol_$fixup_max fixed bin ext; 2 165 dcl fixup_max fixed bin defined (cobol_$fixup_max); 2 166 dcl cobol_$tag_table_max fixed bin ext; 2 167 dcl tag_table_max fixed bin defined (cobol_$tag_table_max); 2 168 dcl cobol_$temp_token_max fixed bin ext; 2 169 dcl temp_token_max fixed bin defined (cobol_$temp_token_max); 2 170 dcl cobol_$allo1_max fixed bin ext; 2 171 dcl allo1_max fixed bin defined (cobol_$allo1_max); 2 172 dcl cobol_$eln_max fixed bin ext; 2 173 dcl eln_max fixed bin defined (cobol_$eln_max); 2 174 dcl cobol_$debug_enable fixed bin ext; 2 175 dcl debug_enable fixed bin defined (cobol_$debug_enable); 2 176 dcl cobol_$non_source_offset fixed bin ext; 2 177 dcl non_source_offset fixed bin defined (cobol_$non_source_offset); 2 178 dcl cobol_$initval_flag fixed bin ext; 2 179 dcl initval_flag fixed bin defined (cobol_$initval_flag); 2 180 dcl cobol_$date_compiled_sw fixed bin ext; 2 181 dcl date_compiled_sw fixed bin defined (cobol_$date_compiled_sw); 2 182 dcl cobol_$include_cnt fixed bin ext; 2 183 dcl include_cnt fixed bin defined (cobol_$include_cnt); 2 184 dcl cobol_$fs_charcnt fixed bin ext; 2 185 dcl fs_charcnt fixed bin defined (cobol_$fs_charcnt); 2 186 dcl cobol_$ws_charcnt fixed bin ext; 2 187 dcl ws_charcnt fixed bin defined (cobol_$ws_charcnt); 2 188 dcl cobol_$coms_charcnt fixed bin ext; 2 189 dcl coms_charcnt fixed bin defined (cobol_$coms_charcnt); 2 190 dcl cobol_$ls_charcnt fixed bin ext; 2 191 dcl ls_charcnt fixed bin defined (cobol_$ls_charcnt); 2 192 dcl cobol_$cons_charcnt fixed bin ext; 2 193 dcl cons_charcnt fixed bin defined (cobol_$cons_charcnt); 2 194 dcl cobol_$value_cnt fixed bin ext; 2 195 dcl value_cnt fixed bin defined (cobol_$value_cnt); 2 196 dcl cobol_$cd_cnt fixed bin ext; 2 197 dcl cd_cnt fixed bin defined (cobol_$cd_cnt); 2 198 dcl cobol_$fs_wdoff fixed bin ext; 2 199 dcl fs_wdoff fixed bin defined (cobol_$fs_wdoff); 2 200 dcl cobol_$ws_wdoff fixed bin ext; 2 201 dcl ws_wdoff fixed bin defined (cobol_$ws_wdoff); 2 202 dcl cobol_$coms_wdoff fixed bin ext; 2 203 dcl coms_wdoff fixed bin defined (cobol_$coms_wdoff); 2 204 2 205 /* CHARACTER */ 2 206 dcl cobol_$scratch_dir char (168) aligned ext; 2 207 dcl scratch_dir char (168) aligned defined (cobol_$scratch_dir); /* -42- */ 2 208 dcl cobol_$obj_seg_name char (32) aligned ext; 2 209 dcl obj_seg_name char (32) aligned defined (cobol_$obj_seg_name); /* -8- */ 2 210 2 211 /* BIT */ 2 212 dcl cobol_$xref_bypass bit(1) aligned ext; 2 213 dcl xref_bypass bit(1) aligned defined (cobol_$xref_bypass); /* -1- */ 2 214 dcl cobol_$same_sort_merge_proc bit(1) aligned ext; 2 215 dcl same_sort_merge_proc bit(1) aligned defined (cobol_$same_sort_merge_proc); /* -1- */ 2 216 2 217 2 218 /* END INCLUDE FILE ... cobol_incl.pl1*/ 2 219 2 220 167 3 1 3 2 /* BEGIN INCLUDE FILE ... cobol_type19.incl.pl1 */ 3 3 /* last modified on 11/19/76 by ORN */ 3 4 3 5 /* 3 6*A type 19 end of statement token is created in the procedure division 3 7*minpral file at the end of each minpral statement generated by the 3 8*procedure division syntax phase. A minpral statement may be a complete or 3 9*partial source language statement. A type 19 token contains information 3 10*describing the statement which it delimits. 3 11**/ 3 12 3 13 dcl eos_ptr ptr; 3 14 3 15 /* BEGIN DECLARATION OF TYPE19 (END STATEMENT) TOKEN */ 3 16 dcl 1 end_stmt based (eos_ptr), 4 1 4 2 /* begin include file ... cobol_TYPE19.incl.pl1 */ 4 3 /* Last modified on 11/17/76 by ORN */ 4 4 4 5 /* header */ 4 6 2 size fixed bin, 4 7 2 line fixed bin, 4 8 2 column fixed bin, 4 9 2 type fixed bin, 4 10 /* body */ 4 11 2 verb fixed bin, 4 12 2 e fixed bin, 4 13 2 h fixed bin, 4 14 2 i fixed bin, 4 15 2 j fixed bin, 4 16 2 a bit (3), 4 17 2 b bit (1), 4 18 2 c bit (1), 4 19 2 d bit (2), 4 20 2 f bit (2), 4 21 2 g bit (2), 4 22 2 k bit (5), 4 23 2 always_an bit (1); 4 24 4 25 /* end include file ... cobol_TYPE19.incl.pl1 */ 4 26 3 17 3 18 /* END DECLARATION OF TYPE19 (END STATEMENT) TOKEN */ 3 19 3 20 /* 3 21*FIELD CONTENTS 3 22* 3 23*size The total size in bytes of this end of statement token. 3 24*line 0 3 25*column 0 3 26*type 19 3 27*verb A value indicating the verb in this statement 3 28* 1 = accept 3 29* 2 = add 3 30* 3 = on size error 3 31* 4 = alter 3 32* 5 = call 3 33* 7 = cancel 3 34* 8 = close 3 35* 9 = divide 3 36* 10 = multiply 3 37* 11 = subtract 3 38* 12 = exit 3 39* 14 = go 3 40* 15 = merge 3 41* 16 = initiate 3 42* 17 = inspect 3 43* 18 = move 3 44* 19 = open 3 45* 20 = perform 3 46* 21 = read 3 47* 23 = receive 3 48* 24 = release 3 49* 25 = return 3 50* 26 = search 3 51* 27 = rewrite 3 52* 29 = seek 3 53* 30 = send 3 54* 31 = set 3 55* 33 = stop 3 56* 34 = string 3 57* 35 = suspend 3 58* 36 = terminate 3 59* 37 = unstring 3 60* 38 = write 3 61* 39 = use 3 62* 40 = compute 3 63* 41 = disable 3 64* 42 = display 3 65* 43 = enable 3 66* 45 = generate 3 67* 46 = hold 3 68* 48 = process 3 69* 49 = sort 3 70* 52 = procedure 3 71* 53 = declaratives 3 72* 54 = section name 3 73* 55 = paragraph name 3 74* 98 = end 3 75*e,h,i,j The significance of these fields differs with each 3 76* statement. These fields are normally used as counters. 3 77*a,b,c,d,f,g,k The significance of these fields differs with each 3 78* statement. These fields are normally used as indicators. 3 79**/ 3 80 3 81 /* END INCLUDE FILE ... cobol_type19.incl.pl1 */ 3 82 168 5 1 5 2 /* BEGIN INCLUDE FILE ... cobol_type9.incl.pl1 */ 5 3 /* Last modified on 11/19/76 by ORN */ 5 4 5 5 /* 5 6*A type 9 data name token is entered into the name table by the data 5 7*division syntax phase for each data name described in the data division. 5 8*The replacement phase subsequently replaces type 8 user word references 5 9*to data names in the procedure division minpral file with the corresponding 5 10*type 9 tokens from the name table. 5 11**/ 5 12 5 13 /* dcl dn_ptr ptr; */ 5 14 5 15 /* BEGIN DECLARATION OF TYPE9 (DATA NAME) TOKEN */ 5 16 dcl 1 data_name based (dn_ptr), 6 1 6 2 /* begin include file ... cobol_TYPE9.incl.pl1 */ 6 3 /* Last modified on 06/19/77 by ORN */ 6 4 /* Last modified on 12/28/76 by FCH */ 6 5 6 6 /* header */ 6 7 2 size fixed bin, 6 8 2 line fixed bin, 6 9 2 column fixed bin, 6 10 2 type fixed bin, 6 11 /* body */ 6 12 2 string_ptr ptr, 6 13 2 prev_rec ptr, 6 14 2 searched bit (1), 6 15 2 duplicate bit (1), 6 16 2 saved bit (1), 6 17 2 debug_ind bit (1), 6 18 2 filler2 bit (3), 6 19 2 used_as_sub bit (1), 6 20 2 def_line fixed bin, 6 21 2 level fixed bin, 6 22 2 linkage fixed bin, 6 23 2 file_num fixed bin, 6 24 2 size_rtn fixed bin, 6 25 2 item_length fixed bin(24), 6 26 2 places_left fixed bin, 6 27 2 places_right fixed bin, 6 28 /* description */ 6 29 2 file_section bit (1), 6 30 2 working_storage bit (1), 6 31 2 constant_section bit (1), 6 32 2 linkage_section bit (1), 6 33 2 communication_section bit (1), 6 34 2 report_section bit (1), 6 35 2 level_77 bit (1), 6 36 2 level_01 bit (1), 6 37 2 non_elementary bit (1), 6 38 2 elementary bit (1), 6 39 2 filler_item bit (1), 6 40 2 s_of_rdf bit (1), 6 41 2 o_of_rdf bit (1), 6 42 2 bin_18 bit (1), 6 43 2 bin_36 bit (1), 6 44 2 pic_has_l bit (1), 6 45 2 pic_is_do bit (1), 6 46 2 numeric bit (1), 6 47 2 numeric_edited bit (1), 6 48 2 alphanum bit (1), 6 49 2 alphanum_edited bit (1), 6 50 2 alphabetic bit (1), 6 51 2 alphabetic_edited bit (1), 6 52 2 pic_has_p bit (1), 6 53 2 pic_has_ast bit (1), 6 54 2 item_signed bit(1), 6 55 2 sign_separate bit (1), 6 56 2 display bit (1), 6 57 2 comp bit (1), 6 58 2 ascii_packed_dec_h bit (1), /* as of 8/16/76 this field used for comp8. */ 6 59 2 ascii_packed_dec bit (1), 6 60 2 ebcdic_packed_dec bit (1), 6 61 2 bin_16 bit (1), 6 62 2 bin_32 bit (1), 6 63 2 usage_index bit (1), 6 64 2 just_right bit (1), 6 65 2 compare_argument bit (1), 6 66 2 sync bit (1), 6 67 2 temporary bit (1), 6 68 2 bwz bit (1), 6 69 2 variable_length bit (1), 6 70 2 subscripted bit (1), 6 71 2 occurs_do bit (1), 6 72 2 key_a bit (1), 6 73 2 key_d bit (1), 6 74 2 indexed_by bit (1), 6 75 2 value_numeric bit (1), 6 76 2 value_non_numeric bit (1), 6 77 2 value_signed bit (1), 6 78 2 sign_type bit (3), 6 79 2 pic_integer bit (1), 6 80 2 ast_when_zero bit (1), 6 81 2 label_record bit (1), 6 82 2 sign_clause_occurred bit (1), 6 83 2 okey_dn bit (1), 6 84 2 subject_of_keyis bit (1), 6 85 2 exp_redefining bit (1), 6 86 2 sync_in_rec bit (1), 6 87 2 rounded bit (1), 6 88 2 ad_bit bit (1), 6 89 2 debug_all bit (1), 6 90 2 overlap bit (1), 6 91 2 sum_counter bit (1), 6 92 2 exp_occurs bit (1), 6 93 2 linage_counter bit (1), 6 94 2 rnm_01 bit (1), 6 95 2 aligned bit (1), 6 96 2 not_user_writable bit (1), 6 97 2 database_key bit (1), 6 98 2 database_data_item bit (1), 6 99 2 seg_num fixed bin, 6 100 2 offset fixed bin(24), 6 101 2 initial_ptr fixed bin, 6 102 2 edit_ptr fixed bin, 6 103 2 occurs_ptr fixed bin, 6 104 2 do_rec char(5), 6 105 2 bitt bit (1), 6 106 2 byte bit (1), 6 107 2 half_word bit (1), 6 108 2 word bit (1), 6 109 2 double_word bit (1), 6 110 2 half_byte bit (1), 6 111 2 filler5 bit (1), 6 112 2 bit_offset bit (4), 6 113 2 son_cnt bit (16), 6 114 2 max_red_size fixed bin(24), 6 115 2 name_size fixed bin, 6 116 2 name char(0 refer(data_name.name_size)); 6 117 6 118 6 119 6 120 /* end include file ... cobol_TYPE9.incl.pl1 */ 6 121 5 17 5 18 /* END DECLARATION OF TYPE9 (DATA NAME) TOKEN */ 5 19 5 20 /* END INCLUDE FILE ... cobol_type9.incl.pl1 */ 5 21 169 7 1 7 2 /* BEGIN INCLUDE FILE ... cobol_type13.incl.pl1 */ 7 3 /* Last modified on 11/19/76 by ORN */ 7 4 7 5 dcl cdtoken_ptr ptr; 7 6 7 7 /* BEGIN DECLARATION OF TYPE13 (CD NAME) TOKEN */ 7 8 dcl 1 cdtoken based(cdtoken_ptr), 8 1 8 2 /* begin include file ... cobol_TYPE13.incl.pl1 8 3*/* Last modified on 11/18/76 by ORN */ 8 4 8 5 /* header */ 8 6 2 size fixed bin, 8 7 2 line fixed bin, 8 8 2 column fixed bin, 8 9 2 type fixed bin, /* cd = 13 */ 8 10 /* body */ 8 11 2 string_ptr ptr, 8 12 2 prev_rec ptr, 8 13 2 info, 8 14 3 searched bit(1), 8 15 3 duplicate bit(1), 8 16 3 filler1 bit(6), 8 17 2 options, 8 18 3 input bit(1), 8 19 3 output bit(1), 8 20 3 initial bit(1), 8 21 2 def_line fixed bin, 8 22 2 cd_num fixed bin, 8 23 2 cd_seg fixed bin, 8 24 2 cd_off fixed bin(24), 8 25 2 max_redef fixed bin, 8 26 2 mdest fixed bin, 8 27 2 name_size fixed bin, 8 28 2 name char(0 refer(cdtoken.name_size)); 8 29 8 30 /* end include file ... cobol_TYPE13.incl.pl1 */ 8 31 7 9 7 10 /* END DECLARATION OF TYPE13 (CD NAME) TOKEN */ 7 11 7 12 7 13 /* END INCLUDE FILE ... cobol_type13.incl.pl1 */ 7 14 170 9 1 9 2 /* BEGIN INCLUDE FILE ... cobol_type3.incl.pl1 */ 9 3 /* Last modified on 11/19/76 by ORN */ 9 4 9 5 /* 9 6*A type 3 alphanumeric literal token is entered into the minpral file by the 9 7*lexical analysis phase for each alphanumeric literal encountered in the 9 8*source program. 9 9**/ 9 10 9 11 dcl alit_ptr ptr; 9 12 9 13 /* BEGIN DECLARATION OR TYPE3 (ALPHANUMERIC LITERAL) TOKEN */ 9 14 dcl 1 alphanum_lit based (alit_ptr), 10 1 10 2 /* begin include file ... cobol_TYPE3.incl.pl1 */ 10 3 /* Last modified on 11/17/76 by ORN */ 10 4 /* Last modified on 12/28/76 by FCH */ 10 5 10 6 /* header */ 10 7 2 size fixed bin, 10 8 2 line fixed bin, 10 9 2 column fixed bin, 10 10 2 type fixed bin, 10 11 /* body */ 10 12 2 lit_type bit (1), 10 13 2 all_lit bit (1), 10 14 2 filler1 bit (6), 10 15 2 lit_size fixed bin, 10 16 2 string char(0 refer(alphanum_lit.lit_size)); 10 17 10 18 10 19 10 20 /* end include file ... cobol_TYPE3.incl.pl1 */ 10 21 9 15 9 16 /* END DECLARATION OF TYPE3 (ALPHANUMERIC LITERAL) TOKEN */ 9 17 9 18 /* END INCLUDE FILE ... cobol_type3.incl.pl1 */ 9 19 171 172 end cobol_disable_gen; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 05/24/89 0830.2 cobol_disable_gen.pl1 >spec>install>MR12.3-1048>cobol_disable_gen.pl1 166 1 11/11/82 1712.7 cobol_in_token.incl.pl1 >ldd>include>cobol_in_token.incl.pl1 167 2 11/11/82 1712.7 cobol_.incl.pl1 >ldd>include>cobol_.incl.pl1 168 3 03/27/82 0439.8 cobol_type19.incl.pl1 >ldd>include>cobol_type19.incl.pl1 3-17 4 03/27/82 0439.6 cobol_TYPE19.incl.pl1 >ldd>include>cobol_TYPE19.incl.pl1 169 5 03/27/82 0439.9 cobol_type9.incl.pl1 >ldd>include>cobol_type9.incl.pl1 5-17 6 11/11/82 1712.7 cobol_TYPE9.incl.pl1 >ldd>include>cobol_TYPE9.incl.pl1 170 7 11/11/82 1712.8 cobol_type13.incl.pl1 >ldd>include>cobol_type13.incl.pl1 7-9 8 03/27/82 0439.6 cobol_TYPE13.incl.pl1 >ldd>include>cobol_TYPE13.incl.pl1 171 9 03/27/82 0439.8 cobol_type3.incl.pl1 >ldd>include>cobol_type3.incl.pl1 9-15 10 11/11/82 1712.8 cobol_TYPE3.incl.pl1 >ldd>include>cobol_TYPE3.incl.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES (* indicates a set context) NAMES DECLARED BY DECLARE STATEMENT. addr builtin function dcl 160 ref 91 91 91 91 98 98 105 105 111 111 115 115 121 121 125 125 137 139 139 144 144 alit_ptr 000112 automatic pointer dcl 9-11 set ref 132* 134 135 alpha_type9 000014 internal static structure level 1 unaligned dcl 37 set ref 91 91 137 alphanum_lit based structure level 1 unaligned dcl 9-14 b 11(03) based bit(1) level 2 packed packed unaligned dcl 3-16 ref 88 102 108 c 11(04) based bit(1) level 2 packed packed unaligned dcl 3-16 ref 102 118 cd_off 14 based fixed bin(24,0) level 2 dcl 7-8 ref 88 90 cd_seg 13 based fixed bin(17,0) level 2 dcl 7-8 ref 86 cdtoken based structure level 1 unaligned dcl 7-8 cdtoken_ptr 000110 automatic pointer dcl 7-5 set ref 84* 86 88 90 cobol_call_op 000056 constant entry external dcl 72 ref 151 cobol_emit 000062 constant entry external dcl 72 ref 98 105 111 115 121 125 144 cobol_get_size 000070 constant entry external dcl 72 ref 148 cobol_pool 000060 constant entry external dcl 72 ref 135 cobol_reg_manager$after_op 000066 constant entry external dcl 72 ref 153 cobol_set_pr 000064 constant entry external dcl 72 ref 91 139 conoff 000100 automatic fixed bin(17,0) dcl 66 set ref 135* 136 data_name based structure level 1 unaligned dcl 5-16 dn_ptr 000102 automatic pointer dcl 66 set ref 129* 130 132 137* 139* 148* end_stmt based structure level 1 unaligned dcl 3-16 eos_ptr 000106 automatic pointer dcl 3-13 set ref 87* 88 101* 102 102 108 118 file_key_info 13 000014 internal static structure level 2 unaligned dcl 37 in_token based structure level 1 dcl 1-9 in_token_ptr parameter pointer dcl 1-7 ref 27 84 87 87 101 101 129 inst_seq 000050 internal static bit(18) initial array packed unaligned dcl 51 set ref 97* 98 98 104* 105 105 110* 111 111 114* 115 115 120* 121 121 124* 125 125 143* 144 144 lit_size 5 based fixed bin(17,0) level 2 dcl 9-14 ref 134 135 135 n based fixed bin(17,0) level 2 dcl 1-9 ref 87 101 null builtin function dcl 160 ref 98 98 105 105 111 111 115 115 121 121 125 125 144 144 off 24 000014 internal static fixed bin(17,0) level 3 dcl 37 set ref 88* 90* 136* pr_struc 000010 internal static structure level 1 unaligned dcl 31 set ref 91 91 139 139 seg 23 000014 internal static fixed bin(17,0) initial level 3 dcl 37 set ref 86* 133* size 16 000014 internal static fixed bin(17,0) initial level 3 dcl 37 set ref 134* stoff 000101 automatic fixed bin(17,0) dcl 66 set ref 94* 97 107 117 142 147 string 6 based char level 2 packed packed unaligned dcl 9-14 set ref 135* substr builtin function dcl 160 set ref 97* 97 110* 110 114* 114 120* 120 124* 124 143* 143 temp 000104 automatic fixed bin(17,0) dcl 66 set ref 107* 110 114 117* 120 124 142* 143 147* 148* token_ptr 2 based pointer array level 2 dcl 1-9 ref 84 87 101 129 type 3 based fixed bin(17,0) level 2 dcl 5-16 ref 130 unspec builtin function dcl 160 ref 97 110 114 120 124 143 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. addrel builtin function dcl 160 allo1_max defined fixed bin(17,0) dcl 2-171 allo1_ptr defined pointer dcl 2-67 alter_flag defined fixed bin(17,0) dcl 2-135 alter_index defined fixed bin(17,0) dcl 2-153 alter_list_ptr defined pointer dcl 2-39 binary builtin function dcl 160 cd_cnt defined fixed bin(17,0) dcl 2-197 cobol_$allo1_max external static fixed bin(17,0) dcl 2-170 cobol_$allo1_ptr external static pointer dcl 2-66 cobol_$alter_flag external static fixed bin(17,0) dcl 2-134 cobol_$alter_index external static fixed bin(17,0) dcl 2-152 cobol_$alter_list_ptr external static pointer dcl 2-38 cobol_$cd_cnt external static fixed bin(17,0) dcl 2-196 cobol_$cobol_data_wd_off external static fixed bin(17,0) dcl 2-118 cobol_$compile_count external static fixed bin(17,0) dcl 2-142 cobol_$coms_charcnt external static fixed bin(17,0) dcl 2-188 cobol_$coms_wdoff external static fixed bin(17,0) dcl 2-202 cobol_$con_end_ptr external static pointer dcl 2-10 cobol_$con_wd_off external static fixed bin(17,0) dcl 2-92 cobol_$cons_charcnt external static fixed bin(17,0) dcl 2-192 cobol_$constant_offset external static fixed bin(17,0) dcl 2-156 cobol_$data_init_flag external static fixed bin(17,0) dcl 2-130 cobol_$date_compiled_sw external static fixed bin(17,0) dcl 2-180 cobol_$debug_enable external static fixed bin(17,0) dcl 2-174 cobol_$def_base_ptr external static pointer dcl 2-12 cobol_$def_max external static fixed bin(17,0) dcl 2-96 cobol_$def_wd_off external static fixed bin(17,0) dcl 2-94 cobol_$diag_ptr external static pointer dcl 2-70 cobol_$eln_max external static fixed bin(17,0) dcl 2-172 cobol_$eln_ptr external static pointer dcl 2-68 cobol_$fixup_max external static fixed bin(17,0) dcl 2-164 cobol_$fixup_ptr external static pointer dcl 2-30 cobol_$fs_charcnt external static fixed bin(17,0) dcl 2-184 cobol_$fs_wdoff external static fixed bin(17,0) dcl 2-198 cobol_$include_cnt external static fixed bin(17,0) dcl 2-182 cobol_$include_info_ptr external static pointer dcl 2-86 cobol_$init_stack_off external static fixed bin(17,0) dcl 2-124 cobol_$initval_base_ptr external static pointer dcl 2-32 cobol_$initval_file_ptr external static pointer dcl 2-34 cobol_$initval_flag external static fixed bin(17,0) dcl 2-178 cobol_$link_base_ptr external static pointer dcl 2-14 cobol_$link_max external static fixed bin(17,0) dcl 2-100 cobol_$link_wd_off external static fixed bin(17,0) dcl 2-98 cobol_$list_off external static fixed bin(17,0) dcl 2-154 cobol_$list_ptr external static pointer dcl 2-64 cobol_$ls_charcnt external static fixed bin(17,0) dcl 2-190 cobol_$main_pcs_ptr external static pointer dcl 2-84 cobol_$map_data_max external static fixed bin(17,0) dcl 2-162 cobol_$map_data_ptr external static pointer dcl 2-54 cobol_$max_stack_off external static fixed bin(17,0) dcl 2-122 cobol_$minpral5_ptr external static pointer dcl 2-50 cobol_$misc_base_ptr external static pointer dcl 2-60 cobol_$misc_end_ptr external static pointer dcl 2-62 cobol_$misc_max external static fixed bin(17,0) dcl 2-158 cobol_$next_tag external static fixed bin(17,0) dcl 2-128 cobol_$non_source_offset external static fixed bin(17,0) dcl 2-176 cobol_$ntbuf_ptr external static pointer dcl 2-82 cobol_$obj_seg_name external static char(32) dcl 2-208 cobol_$op_con_ptr external static pointer dcl 2-80 cobol_$para_eop_flag external static fixed bin(17,0) dcl 2-138 cobol_$pd_map_index external static fixed bin(17,0) dcl 2-116 cobol_$pd_map_max external static fixed bin(17,0) dcl 2-160 cobol_$pd_map_ptr external static pointer dcl 2-28 cobol_$pd_map_sw external static fixed bin(17,0) dcl 2-126 cobol_$perform_list_ptr external static pointer dcl 2-36 cobol_$perform_para_index external static fixed bin(17,0) dcl 2-148 cobol_$perform_sect_index external static fixed bin(17,0) dcl 2-150 cobol_$priority_no external static fixed bin(17,0) dcl 2-140 cobol_$ptr_assumption_ind external static fixed bin(17,0) dcl 2-144 cobol_$ptr_status_ptr external static pointer dcl 2-56 cobol_$reg_assumption_ind external static fixed bin(17,0) dcl 2-146 cobol_$reg_status_ptr external static pointer dcl 2-58 cobol_$reloc_def_base_ptr external static pointer dcl 2-20 cobol_$reloc_def_max external static fixed bin(24,0) dcl 2-108 cobol_$reloc_link_base_ptr external static pointer dcl 2-22 cobol_$reloc_link_max external static fixed bin(24,0) dcl 2-110 cobol_$reloc_sym_base_ptr external static pointer dcl 2-24 cobol_$reloc_sym_max external static fixed bin(24,0) dcl 2-112 cobol_$reloc_text_base_ptr external static pointer dcl 2-18 cobol_$reloc_text_max external static fixed bin(24,0) dcl 2-106 cobol_$reloc_work_base_ptr external static pointer dcl 2-26 cobol_$reloc_work_max external static fixed bin(24,0) dcl 2-114 cobol_$reswd_ptr external static pointer dcl 2-78 cobol_$same_sort_merge_proc external static bit(1) dcl 2-214 cobol_$scratch_dir external static char(168) dcl 2-206 cobol_$sect_eop_flag external static fixed bin(17,0) dcl 2-136 cobol_$seg_init_flag external static fixed bin(17,0) dcl 2-132 cobol_$seg_init_list_ptr external static pointer dcl 2-40 cobol_$stack_off external static fixed bin(17,0) dcl 2-120 cobol_$statement_info_ptr external static pointer dcl 2-76 cobol_$sym_base_ptr external static pointer dcl 2-16 cobol_$sym_max external static fixed bin(17,0) dcl 2-104 cobol_$sym_wd_off external static fixed bin(17,0) dcl 2-102 cobol_$tag_table_max external static fixed bin(17,0) dcl 2-166 cobol_$tag_table_ptr external static pointer dcl 2-52 cobol_$temp_token_area_ptr external static pointer dcl 2-42 cobol_$temp_token_max external static fixed bin(17,0) dcl 2-168 cobol_$temp_token_ptr external static pointer dcl 2-44 cobol_$text_base_ptr external static pointer dcl 2-8 cobol_$text_wd_off external static fixed bin(17,0) dcl 2-90 cobol_$token_block1_ptr external static pointer dcl 2-46 cobol_$token_block2_ptr external static pointer dcl 2-48 cobol_$value_cnt external static fixed bin(17,0) dcl 2-194 cobol_$ws_charcnt external static fixed bin(17,0) dcl 2-186 cobol_$ws_wdoff external static fixed bin(17,0) dcl 2-200 cobol_$xref_bypass external static bit(1) dcl 2-212 cobol_$xref_chain_ptr external static pointer dcl 2-74 cobol_$xref_token_ptr external static pointer dcl 2-72 cobol_data_wd_off defined fixed bin(17,0) dcl 2-119 cobol_define_tag 000000 constant entry external dcl 72 cobol_make_tagref 000000 constant entry external dcl 72 cobol_pointer_register$priority 000000 constant entry external dcl 72 compile_count defined fixed bin(17,0) dcl 2-143 coms_charcnt defined fixed bin(17,0) dcl 2-189 coms_wdoff defined fixed bin(17,0) dcl 2-203 con_end_ptr defined pointer dcl 2-11 con_wd_off defined fixed bin(17,0) dcl 2-93 cons_charcnt defined fixed bin(17,0) dcl 2-193 constant_offset defined fixed bin(17,0) dcl 2-157 data_init_flag defined fixed bin(17,0) dcl 2-131 date_compiled_sw defined fixed bin(17,0) dcl 2-181 debug_enable defined fixed bin(17,0) dcl 2-175 def_base_ptr defined pointer dcl 2-13 def_max defined fixed bin(17,0) dcl 2-97 def_wd_off defined fixed bin(17,0) dcl 2-95 diag_ptr defined pointer dcl 2-71 eln_max defined fixed bin(17,0) dcl 2-173 eln_ptr defined pointer dcl 2-69 fixed builtin function dcl 160 fixup_max defined fixed bin(17,0) dcl 2-165 fixup_ptr defined pointer dcl 2-31 fs_charcnt defined fixed bin(17,0) dcl 2-185 fs_wdoff defined fixed bin(17,0) dcl 2-199 include_cnt defined fixed bin(17,0) dcl 2-183 include_info_ptr defined pointer dcl 2-87 index builtin function dcl 160 init_stack_off defined fixed bin(17,0) dcl 2-125 initval_base_ptr defined pointer dcl 2-33 initval_file_ptr defined pointer dcl 2-35 initval_flag defined fixed bin(17,0) dcl 2-179 length builtin function dcl 160 link_base_ptr defined pointer dcl 2-15 link_max defined fixed bin(17,0) dcl 2-101 link_wd_off defined fixed bin(17,0) dcl 2-99 list_off defined fixed bin(17,0) dcl 2-155 list_ptr defined pointer dcl 2-65 ls_charcnt defined fixed bin(17,0) dcl 2-191 main_pcs_ptr defined pointer dcl 2-85 map_data_max defined fixed bin(17,0) dcl 2-163 map_data_ptr defined pointer dcl 2-55 max_stack_off defined fixed bin(17,0) dcl 2-123 minpral5_ptr defined pointer dcl 2-51 misc_base_ptr defined pointer dcl 2-61 misc_end_ptr defined pointer dcl 2-63 misc_max defined fixed bin(17,0) dcl 2-159 mod builtin function dcl 160 next_tag defined fixed bin(17,0) dcl 2-129 non_source_offset defined fixed bin(17,0) dcl 2-177 ntbuf_ptr defined pointer dcl 2-83 obj_seg_name defined char(32) dcl 2-209 op_con_ptr defined pointer dcl 2-81 para_eop_flag defined fixed bin(17,0) dcl 2-139 pd_map_index defined fixed bin(17,0) dcl 2-117 pd_map_max defined fixed bin(17,0) dcl 2-161 pd_map_ptr defined pointer dcl 2-29 pd_map_sw defined fixed bin(17,0) dcl 2-127 perform_list_ptr defined pointer dcl 2-37 perform_para_index defined fixed bin(17,0) dcl 2-149 perform_sect_index defined fixed bin(17,0) dcl 2-151 priority_no defined fixed bin(17,0) dcl 2-141 ptr_assumption_ind defined fixed bin(17,0) dcl 2-145 ptr_status_ptr defined pointer dcl 2-57 reg_assumption_ind defined fixed bin(17,0) dcl 2-147 reg_status_ptr defined pointer dcl 2-59 rel builtin function dcl 160 reloc_def_base_ptr defined pointer dcl 2-21 reloc_def_max defined fixed bin(24,0) dcl 2-109 reloc_link_base_ptr defined pointer dcl 2-23 reloc_link_max defined fixed bin(24,0) dcl 2-111 reloc_sym_base_ptr defined pointer dcl 2-25 reloc_sym_max defined fixed bin(24,0) dcl 2-113 reloc_text_base_ptr defined pointer dcl 2-19 reloc_text_max defined fixed bin(24,0) dcl 2-107 reloc_work_base_ptr defined pointer dcl 2-27 reloc_work_max defined fixed bin(24,0) dcl 2-115 reswd_ptr defined pointer dcl 2-79 same_sort_merge_proc defined bit(1) dcl 2-215 scratch_dir defined char(168) dcl 2-207 sect_eop_flag defined fixed bin(17,0) dcl 2-137 seg_init_flag defined fixed bin(17,0) dcl 2-133 seg_init_list_ptr defined pointer dcl 2-41 stack_off defined fixed bin(17,0) dcl 2-121 statement_info_ptr defined pointer dcl 2-77 string builtin function dcl 160 sym_base_ptr defined pointer dcl 2-17 sym_max defined fixed bin(17,0) dcl 2-105 sym_wd_off defined fixed bin(17,0) dcl 2-103 tag_table_max defined fixed bin(17,0) dcl 2-167 tag_table_ptr defined pointer dcl 2-53 temp_token_area_ptr defined pointer dcl 2-43 temp_token_max defined fixed bin(17,0) dcl 2-169 temp_token_ptr defined pointer dcl 2-45 text_base_ptr defined pointer dcl 2-9 text_wd_off defined fixed bin(17,0) dcl 2-91 token_block1_ptr defined pointer dcl 2-47 token_block2_ptr defined pointer dcl 2-49 value_cnt defined fixed bin(17,0) dcl 2-195 ws_charcnt defined fixed bin(17,0) dcl 2-187 ws_wdoff defined fixed bin(17,0) dcl 2-201 xref_bypass defined bit(1) dcl 2-213 xref_chain_ptr defined pointer dcl 2-75 xref_token_ptr defined pointer dcl 2-73 NAMES DECLARED BY EXPLICIT CONTEXT. cobol_disable_gen 000011 constant entry external dcl 27 exit 000475 constant label dcl 155 start 000016 constant label dcl 84 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 600 672 476 610 Length 1266 476 72 357 102 46 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME cobol_disable_gen 110 external procedure is an external procedure. STORAGE FOR INTERNAL STATIC VARIABLES. LOC IDENTIFIER BLOCK NAME 000010 pr_struc cobol_disable_gen 000014 alpha_type9 cobol_disable_gen 000050 inst_seq cobol_disable_gen STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME cobol_disable_gen 000100 conoff cobol_disable_gen 000101 stoff cobol_disable_gen 000102 dn_ptr cobol_disable_gen 000104 temp cobol_disable_gen 000106 eos_ptr cobol_disable_gen 000110 cdtoken_ptr cobol_disable_gen 000112 alit_ptr cobol_disable_gen THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out_desc call_ext_out return_mac ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. cobol_call_op cobol_emit cobol_get_size cobol_pool cobol_reg_manager$after_op cobol_set_pr NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 27 000006 84 000016 86 000023 87 000025 88 000031 90 000040 91 000043 94 000057 97 000061 98 000067 101 000107 102 000116 104 000121 105 000124 107 000144 108 000147 110 000153 111 000161 112 000201 114 000202 115 000210 117 000230 118 000233 120 000237 121 000245 122 000265 124 000266 125 000274 129 000314 130 000321 132 000324 133 000325 134 000330 135 000333 136 000357 137 000363 139 000365 142 000400 143 000403 144 000411 147 000431 148 000434 151 000450 153 000464 155 000475 ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved