1 /* BEGIN INCLUDE FILE - dm_hdr_collection_id.incl.pl1 */ 2 3 /* DESCRIPTION: 4 5 Contains the identifier of the Header Collection for a file 6 managed by the collection_manager_. This is used by callers of 7 collection_manager who wish to maintain their own file header or who wish 8 to maintain their own collection header information beyond the caller 9 collection header provided by colleciton_manager_$(get put)_header. 10 */ 11 12 /* HISTORY: 13 Written by Matthew Pierret, 09/24/84. 14 Modified: 15 */ 16 17 /* format: style2,ind3,ll79 */ 18 19 dcl HEADER_COLLECTION_ID init ("000000000001"b3) bit (36) 20 aligned internal static options (constant); 21 22 /* END INCLUDE FILE - dm_hdr_collection_id.incl.pl1 */