Print the output data set that was created with PROC CPM. This step is not required. PROC PRINT is a useful way to view the calculations produced by PROC CPM. See The Data Set GCPM1.


proc print data=gcpm1;
   title 'Data Set GCPM1, Created with PROC CPM';
run;