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

what is difference in window SAS & Unix SAS.....how do define working environment in both???

1 Answers   JPMorgan Chase,


Differentiate between proc means and proc summary.

0 Answers  


Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


i want to upload titles and footnotes to excel file?how it is possible?

1 Answers  


1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.

1 Answers  






how can u convert this 25-jul-2010 from numeric to charcter?

3 Answers  


what are sas bi dashboard components? : Sas-bi

0 Answers  


how does sas handle missing values in procs? : Sas programming

0 Answers  


what are all the ways to define macro variable??

2 Answers   GSK GlaxoSmithKline,


what is in stream data in SAS?

1 Answers  


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

0 Answers  


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

0 Answers  


Categories