1 /* BEGIN INCLUDE FILE  -  mrds_dsm_head_strings.incl.pl1 */
 2 
 3 /*
 4    All of the key heads used in the mrds submodel vfile declared  as
 5    constants in this file.
 6 
 7    Written  11/30/79  by  Lindsey L. Spratt
 8 
 9    80-12-23 Davids: modified so that  strings  lengths  are  128  to
10    accomodate longer relation and attribute names.
11 
12    81-05-20 Davids: added MODEL_REL_HEAD.
13 */
14 
15 dcl  REL_ACCESS_HEAD char (128) varying internal static options (constant) init ("relation access:");
16 dcl  REL_ATTR_ACCESS_HEAD char (128) varying internal static options (constant) init ("relation attribute access:");
17 dcl  ATTR_ACCESS_HEAD char (128) varying internal static options (constant) init ("attribute access:");
18 dcl  DEF_REL_ACCESS_HEAD char (128) varying internal static options (constant) init ("default relation access:");
19 dcl  DEF_ATTR_ACCESS_HEAD char (128) varying internal static options (constant) init ("default attribute access:");
20 dcl  REL_HEAD char (128) varying internal static options (constant) init ("relation:");
21 dcl  ATTR_REL_DELIMITER char (128) varying internal static options (constant) init (":in:");
22 dcl  MODEL_REL_HEAD char (128) varying internal static options (constant) init ("model relation:");
23 
24 /* END INCLUDE FILE  -  mrds_dsm_head_strings.incl.pl1 */