how to know the attributes of first five datasets in a library
Answer Posted / naresh
proc datasets library = work details;
contents data = xx1;
contents data = xx2;
contents data = xx3;
contents data = xx4;
contents data = xx5;
run;
It will give information about data sets in a library.........
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what are the considerations when picking a SAS/STAT procedure?
what is the basic structure sas administrator? : Sas-administrator
what techniques and/or procs do you use for tables? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How sas treats the dsd delimiters?
what is function of retain statment
what is business intelligence? : Sas-bi
where to use sas business intelligence? : Sas-bi
what is slowly changing dimension? : Sas-di
What are the differences between sum function and using “+” operator?
how can you put a "trace" in your program? : Sas programming
what are some differences between proc summary and proc means? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Explain what is SAS informats?