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 the difference between proportion and average?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is the maximum and minimum length of macro variable
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is slowly changing dimension? : Sas-di
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What are the functions which are used for character handling functions?
What commands are used in the case of including or excluding any specific variables in the data set?
What are the limitations for memory allocation for SAS variables
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How would you identify a macro variable?
What is the role of unrestrictive users? : sas-grid-administration