1 /* BEGIN INCLUDE FILE ... hcom_field_names.incl.pl1 */
 2 
 3 
 4 /****^  HISTORY COMMENTS:
 5   1) change(85-09-20,LJAdams), approve(85-11-06,MCR7278),
 6      audit(86-02-19,Gilcrease), install(86-02-19,MR12.0-1021):
 7      Created September 1985.
 8                                                    END HISTORY COMMENTS */
 9 
10 declare   AUTHOR_FIELD_NAME char (24) varying internal static options (constant) init ("author");
11 declare   APPROVAL_FIELD_NAME char (24) varying internal static options (constant) init ("approval");
12 declare   AUDIT_FIELD_NAME char (24) varying internal static options (constant) init ("audit");
13 declare   INSTALL_FIELD_NAME char (24) varying internal static options (constant) init ("install");
14 
15 /* END INCLUDE FILE ... hcom_field_names.incl.pl1 */