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
how the sas basic syntax style described? : Sas-administrator
What is SAS? What are the functions does it performs?
What are the statements in proc sql?
What is the difference between class statement and by statement in proc means?
what is the Population you used in your project, is it ITT or PP?
How can you limit the variables written to output dataset in data step?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What do you know about sas and what we do? : sas-grid-administration
what are _numeric_ and _character_ and what do they do? : Sas programming
Name validation tools used in SAS
How do you debug and test your SAS programs?
What is the basic syntax style in SAS?
explain about data integrator metadata reports? : Sas-di
Differentiate between format and informat? : sas-grid-administration
Explain data step in SAS