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 sas application server, database server, sas olap server and sas metadata server? : Sas-di
what is program data vector? : Sas-administrator
How you can read the variables that you need?
what can you learn from the sas log when debugging? : Sas programming
What can you learn from the SAS log when debugging?
What are the data types that sas contain?
What is the length assigned to the target variable by the scan function?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what does the run statement do? : Sas programming
What is the use of %include statement?
Can you execute macro within another macro? : sas-macro
What do you know about sas data set?
What are the statements that are executed only?
what is the use of proc sql? : Sas programming
what do the pad and dim functions do? : Sas programming