1 /* BEGIN INCLUDE FILE ... uc_ls_handler.incl.pl1 */ 2 3 /****^ HISTORY COMMENTS: 4 1) change(86-04-04,Swenson), approve(87-07-13,MCR7737), 5 audit(87-05-16,GDixon), install(87-08-04,MR12.1-1056): 6 Initial coding. 7 END HISTORY COMMENTS */ 8 9 dcl uc_ls_handle_ptr ptr automatic; 10 11 dcl 1 uc_ls_handle structure aligned based (uc_ls_handle_ptr), 12 2 process_type fixed bin (17) unaligned, 13 2 ute_index fixed bin (17) unaligned, 14 2 unique_id bit (36); 15 16 /* END INCLUDE FILE ... uc_ls_handler.incl.pl1 */