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 cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Name and describe few sas character functions that are used for data cleaning in brief.
what are the validation tools in sas?
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
Code the MEANS to produce output to be used later.
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
what is sas? is a package or tool? give me introduction about sas?
How would you code a merge that will keep only the observations that have matches from both sets?
in which companies SAS openings are there? List of companies using SAS technology.
What is the role of administrative users? : sas-grid-administration