1 2 /* BEGIN INCLUDE FILE ... cobol_fixup_value.incl.pl1 */ 3 /* Last modified on Dec 18, 1974 by ORN */ 4 5 dcl value_ptr ptr; 6 dcl 1 value based(value_ptr) aligned, 7 2 con_len fixed bin aligned, 8 2 code_len fixed bin aligned, 9 2 text_len fixed bin aligned, 10 2 def_len fixed bin aligned, 11 2 link_len fixed bin aligned, 12 2 sym_len fixed bin aligned, 13 2 int_storage_len fixed bin aligned, 14 2 exec_off fixed bin aligned; 15 16 /* END INCLUDE FILE ... cobol_fixup_value.incl.pl1 */ 17