how to know the attributes of first five datasets in a library
Answers were Sorted based on User's Feedback
Answer / sagar
Use Proc Content procedure to know the attributes of the Dataset
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / 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 |
what is sas application server? : Sas-di
What is criteria for adverse events and treatment-emergent adverse events?
what is factor analysis? : Sas-administrator
Name validation tools used in SAS
How do you add a number to a macro variable?
Give an example where SAS fails to convert character value to numeric value automatically?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
how to read the variables in sas? : Sas-administrator
What is PDV?
What is the role of unrestrictive users? : sas-grid-administration
Explain append procedure?
What are exact SAS Base contents..?N what r SAS Tools..?