1 /* BEGIN INCLUDE FILE ... config_deck_keywords_.incl.pl1 */
 2 
 3 
 4 /****^  HISTORY COMMENTS:
 5   1) change(85-09-09,Farley), approve(85-09-09,MCR6979),
 6      audit(86-03-08,CLJones), install(86-03-21,MR12.0-1033):
 7      Add Fips card.
 8                                                    END HISTORY COMMENTS */
 9 
10 /* Written August of 1984 by Allen Ball. */
11 /* Modified January 1985 by Paul Farley to add a FIPS card type. */
12 
13 dcl Card_field_names (41) char (12) static options (constant) init
14           ("-4k", "-16k", "-64k", "-256k", "-apt",
15            "-boot_delta", "-cache", "-chn", "-ctlr", "-delta",
16            "-device", "-drive", "-exp_port", "-iom", "-itt",
17            "-ll", "-maxe", "-maxmaxe", "-mine", "-model",
18            "-nchan", "-number", "-part", "-port", "-real_name",
19            "-size", "-state", "-subsys", "-tag", "-tefirst",
20            "-telast", "-timax", "-train", "-type", "-wsf",
21            "-zone", "-option", /* not real: */ "emp", "EMP",
22            "minimum", "repeat");
23 
24 dcl Card_names (18) char (4) static options (constant) init
25           ("chnl", "clok", "cpu ", "iom ", "ipc",
26            "mem ", "mpc ", "parm", "part", "prph",
27            "root", "salv", "schd", "sst ", "tbls",
28            "tcd ", "udsk", "USER");
29 
30 dcl Card_subnames (10) char (3) static options (constant) init
31           ("ccu", "dsk", "fnp", "opc",
32            "prt", "pun", "rdr", "tap",
33            /* not real: */ "emp", "EMP");
34 
35 dcl Card_data_types (4) char (7) static options (constant) init
36           ("CHAR", "DECIMAL", "OCTAL", "STRING");
37 
38 dcl Card_data_bit_strings (4) bit (2) static options (constant) init
39           ("01"b, "11"b, "00"b, "10"b);
40 
41 
42 /* END INCLUDE FILE ... config_deck_keywords_.incl.pl1 */