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


Please Help Members By Posting Answers For Below Questions

What is your favorite all time computer book? Why?

2050


How does proc sql work?

618


what is study design in while working with SAS? what are screening variables in SAS?

1685


Give an example where SAS fails to convert character value to numeric value automatically?

608


describe how to adjust the performance of data integrator? : Sas-di

568






What do the mod and int function do? : Sas programming

586


What is a method to debug and test your SAS program?

726


How do you control the number of observations and/or variables read or written?

751


Explain how you can debug and test your SAS program?

565


How many ways to overcome a missing values???

2336


how to remove duplicates using proc sql?

632


What is SAS informats?

638


In ARRAY processing, what does the DIM function do?

713


what are all the reports you generated in your recent project?

1686


for what purpose would you use the retain statement? : Sas programming

589