1 /* BEGIN INCLUDE FILE - pa_dim_name_constants.incl.pl1 */
 2 
 3 /* DESCRIPTION:
 4      This include file contains constants which are the names of all  of the
 5 dimension found in the definition and result print_vector_arrays.
 6 */
 7 
 8 /* HISTORY:
 9 Written by Lindsey Spratt, 06/30/83.
10 Modified:
11 07/01/83 by Lindsey Spratt:  Added DEFINITION_ORDER_DIM_NAME.
12 08/26/83 by S. Krupp:  Added all new dimensions.
13 */
14 
15 /* format: style2,ind3 */
16      dcl     (
17              COMMAND_NAME_DIM_NAME  init ("command name"),
18              DEFAULT_LINEAR_FORM_DIM_NAME
19                                     init ("default linear form"),
20              OPTION_NAME_DIM_NAME   init ("option"),
21              SYNONYM_DIM_NAME       init ("synonym"),
22              NEGATIVE_FORM_DIM_NAME init ("negative form"),
23              EXCLUDED_OPTION_DIM_NAME
24                                     init ("excluded option"),
25              INITIAL_IMPLIED_OPTION_DIM_NAME
26                                     init ("initial implied option"),
27              NEXT_IMPLIED_OPTION_DIM_NAME
28                                     init ("next implied option"),
29              ARGUMENT_DIM_NAME      init ("argument"),
30              INITIAL_ARGUMENT_DIM_NAME
31                                     init ("initial argument"),
32              NEXT_ARGUMENT_DIM_NAME init ("next argument"),
33              DEFAULT_VALUE_DIM_NAME init ("default value"),
34              NEGATIVE_VALUE_DIM_NAME
35                                     init ("negative value"),
36              ARGUMENT_VALIDATION_STRING_DIM_NAME
37                                     init ("validation string"),
38              EXPLANATION_DIM_NAME   init ("explanation"),
39              ARGUMENT_PRESENCE_DIM_NAME
40                                     init ("presence required"),
41              INSTANCE_DIM_NAME      init ("instance"),
42              ORDER_DIM_NAME         init ("order"),
43              DEFINITION_ORDER_DIM_NAME
44                                     init ("definition order"),
45              FORCE_LITERAL_DIM_NAME init ("force literal"),
46              UNEXCLUDED_OPTION_DIM_NAME
47                                     init ("unexcluded option"),
48              VALIDATE_RESULT_DIM_NAME
49                                     init ("validate result"),
50              VALIDATE_RESULT_EXPLANATION_DIM_NAME
51                                     init ("validate result explanation"),
52              VALIDATE_EXPLANATION_DIM_NAME
53                                     init ("validate explanation")
54              )                      char (64) varying internal static options (constant);
55 
56 /* END INCLUDE FILE - pa_dim_name_constants.incl.pl1 */