proc datasets library = ia; title 'All data sets in the ia library'; contents data = _all_ nods; title 'Contents of the Current Version of ia.year2000'; contents data = year2000; run; quit;