Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
proc print data=year; run; proc print data=year(gennum=4); run; /*absolute reference*/ proc print data=year(gennum=-1); run; /*relative reference*/ proc contents data=year(gennum=-1); run; /*relative reference*/