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 is metadata? : Sas-bi
How sas treats the dsd delimiters?
How to specify variables to be processed by the freq procedure?
How can I remove header from output data set?
How necessary is it to be creative in your work?
Name some categories in sas 9? : sas-grid-administration
What do you know about sas data set?
Explain the difference between using drop = data set option in set and data statement?
Do you need to rearrange the order of the data for the report?
What is factor analysis?
Mention the difference between ceil and floor functions in sas?
How do you control the number of observations and/or variables read or written?
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the command used to find missing values?
What Proc glm does?