how to know the attributes of first five datasets in a library

Answers were Sorted based on User's Feedback



how to know the attributes of first five datasets in a library..

Answer / sagar

Use Proc Content procedure to know the attributes of the Dataset

Is This Answer Correct ?    18 Yes 1 No

how to know the attributes of first five datasets in a library..

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

Post New Answer

More SAS Interview Questions

Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..

1 Answers  


Which are SAS Windows Clients & SAS Java Clients

3 Answers   TCS,


in which companies SAS openings are there? List of companies using SAS technology.

14 Answers   MIR-IFCR, TCS,


how can u create zero observation dataset?

11 Answers   CitiGroup,


what is the use of proc sql?

5 Answers   CitiGroup,






what is OLAP?

4 Answers   CitiGroup, TCS,


Enlist the syntax rules followed in sas statements.

0 Answers  


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

0 Answers  


What is Linear Regression?

0 Answers  


How to create list output for cross-tabulations in proc freq?

0 Answers  


How would you compile all macros from a folder in a study, within the autoexec program?

1 Answers  


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


Categories