1 /* START OF: rmdb_create_attr_info.incl.pl1 * * * * * * * * * * * * * * * * */ 2 3 4 /****^ HISTORY COMMENTS: 5 1) change(85-12-03,Spitzer), approve(85-12-03,MCR7311), 6 audit(86-09-02,Blair), install(86-10-16,MR12.0-1187): 7 Contains a list of attributes to create 8 END HISTORY COMMENTS */ 9 10 dcl create_attr_info_count fixed bin (17); 11 dcl create_attr_info_ptr ptr; 12 dcl create_attr_info_version_1 char (8) int static options (constant) init ("cai 1.0"); 13 14 dcl 1 create_attr_info based (create_attr_info_ptr), 15 2 version char (8), 16 2 count fixed bin (17), 17 2 attribute (create_attr_info_count refer (create_attr_info.count)), 18 3 name char (32), 19 3 domain char (32); 20 21 /* END OF: rmdb_create_attr_info.incl.pl1 * * * * * * * * * * * * * * * * */