/* BEGIN INCLUDE FILE ... cobol_ext_ddsyn.incl.pl1 */ /* Last modified on 06/18/76 by ORN */ /**********>UDD>L2COBOL>INCLUDE>A_COBOL_EXT_DDSYN INCLUDE FILE**********/ dcl cobol_ext_ddsyn$cobol_sv_ptr ptr ext; dcl cobol_sv_ptr ptr defined ( cobol_ext_ddsyn$cobol_sv_ptr); /*to shared_variables*/ dcl 1 cobol_ext_ddsyn$cobol_wkbuf1_tbl ext like cobol_wkbuf1_tbl; dcl 1 cobol_wkbuf1_tbl defined ( cobol_ext_ddsyn$cobol_wkbuf1_tbl), /* -250- */ 2 wkbuf1 char(1000); dcl 1 cobol_ext_ddsyn$cobol_wkbuf2_tbl ext like cobol_wkbuf2_tbl; dcl 1 cobol_wkbuf2_tbl defined ( cobol_ext_ddsyn$cobol_wkbuf2_tbl), /* -125- */ 2 wkbuf2 char(500); dcl 1 cobol_ext_ddsyn$cobol_htbl (49) ext like cobol_htbl; dcl 1 cobol_htbl (49) defined ( cobol_ext_ddsyn$cobol_htbl), /* -343- */ /*hierarchy table*/ 2 level fixed bin, /*level*/ 2 item_length fixed bin, /*byte length*/ 2 occno fixed bin, /*number of occurrences per OCCURS clause*/ 2 nt_rec char(5), /*write ads in NT*/ 2 do_rec char(5), /*write ads in COM for object of length or occurs DEPENDING*/ 2 minivector bit(18), /*store vector bits not in type9token for inheritance*/ 2 nt_rec_valid bit(1), /*set if nt_rec has been set*/ 2 do_rec_valid bit(1), /*set if do_rec has been set*/ 2 occurs_clause bit(1), /*set for item has OCCURS*/ 2 odo_switch bit(1), /*set for item has occurs depending clause*/ 2 occurs_ext bit(1), /*set for item has occurs extension*/ 2 switch_88 bit(1), /*set for item has associated level 88 items*/ 2 exp_redefining bit(1); /*set for subject of REDEFINES*/ /* 3 of_no_interest1 bit(4), 3 value_clause bit(1), 3 of_no_interest2 bit(4), 3 inherit_value bit(1), 3 code_set bit(1), 3 assoc_with_pic_s bit(1), 3 unused bit(6); */ /* END INCLUDE FILE ... cobol_ext_ddsyn.incl.pl1 */ */ ----------------------------------------------------------- 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 */