data ndp014; infile 'a:ndp014.umb'; input year group wolf umbra whole; penumbra=whole-umbra; ratio=umbra/penumbra; proc print; run;