Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 18: Modifying SAS Data Sets and ... > Processing Generation Data Sets - Pg. 687

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*/