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 sas features do you use to check errors and data validation?

668


Explain by-group processing?

574


what is the difference between infile and input? : Sas-administrator

594


how does sas handle missing values in a merge? : Sas programming

547


Briefly explain input and put function?

613






If money were no object, what would you like to do?

2675


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1194


how do you debug and test your sas programs? : Sas programming

547


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1650


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1675


What are the functions used for character handling?

626


What function CATX syntax does?

676


What is the work of tranwrd function?

649


What is the function of Stop statement in a SAS Program?

632


Where do you use proc means over proc freq?

546