Proc contensts data = sasuser . _all_ nods;
run;
I am unable to understand output for this , is this printing list of data sets names in sasuser library only or list of data sets in sasuser library plus the descriptor portion of every data set in sasuser library . I am unable to understand when proc contents prints list of data sets only and when list of data sets + descriptor portion of every data sets
Your code as posted throws a syntax error.
Run this instead:
proc contents data=sasuser._all_ nods;
run;
The documentation for proc contents is the same as for the contents statement in proc datasets, so see here: http://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.3&docsetId=proc&docsetTarget=p1v2467v...
Especially note the paragraph for the nods option. Play around with it, to see how the different options influence the outcome.
Thank you sir , it helped a lot
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.