1 /* BEGIN INCLUDE FILE dm_cm_hdr_col_ids.incl.pl1 */ 2 3 /* DESCRIPTION: 4 5 Contains element identifiers of some elements in the Header Collection. 6 HEADER_COLLECTION_HEADER_ELEMENT_ID is the identifier of the element in 7 which the collection_header for the Header Collection is stored (see 8 dm_cm_collection_header.incl.pl1). 9 CALLER_HEADER_ELEMENT_ID is the identifier of the element in which the 10 caller's file header is stored. 11 CM_FILE_HEADER_ELEMENT_ID is the identifier of the element in which the 12 cm_file_header structure is stored (see dm_cm_file_header.incl.pl1). 13 */ 14 15 /* HISTORY: 16 Written by Matthew Pierret, 09/24/84. 17 Modified: 18 */ 19 20 /* format: style2,ind3,ll79 */ 21 dcl ( 22 HEADER_COLLECTION_HEADER_ELEMENT_ID 23 init ("000000000001"b3), 24 CM_FILE_HEADER_ELEMENT_ID 25 init ("000000000002"b3), 26 CALLER_HEADER_ELEMENT_ID 27 init ("000000000003"b3) 28 ) bit (36) aligned int static 29 options (constant); 30 31 /* END INCLUDE FILE dm_cm_hdr_col_ids.incl.pl1 */