1 /* BEGIN INCLUDE FILE ... cpm_data_.incl.pl1 */ 2 3 /****^ HISTORY COMMENTS: 4 1) change(86-08-12,Kissel), approve(86-08-12,MCR7473), 5 audit(86-10-08,Fawcett), install(86-11-03,MR12.0-1206): 6 Written to support control point management in March 1985 by G. Palter. 7 END HISTORY COMMENTS */ 8 9 /* format: style3,linecom */ 10 11 /* Static data defined by the Control Point Manager for external use */ 12 13 dcl cpm_data_$n_control_points /* # of control points actually extant in the process */ 14 fixed binary external; 15 16 /* END INCLUDE FILE ... cpm_data_.incl.pl1 */