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 |
Are you involved in writing the inferential analysis plan? Tables specifications?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
What is a method to debug and test your SAS program?
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
what are informats in sas? : Sas-administrator
how do u identify a macro variable
What is the difference between reading data from an external file and reading data from an existing data set?
code the tables statement for a single level frequency?
Can you excute a macro within a macro? Describe.
what is ae onset date n what is RDS
How to read an input file in sas?