Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 metadata? : Sas-bi

1078


How sas treats the dsd delimiters?

1266


How to specify variables to be processed by the freq procedure?

1119


How can I remove header from output data set?

2666


How necessary is it to be creative in your work?

2527


Name some categories in sas 9? : sas-grid-administration

1026


What do you know about sas data set?

1193


Explain the difference between using drop = data set option in set and data statement?

1194


Do you need to rearrange the order of the data for the report?

2361


What is factor analysis?

1199


Mention the difference between ceil and floor functions in sas?

1212


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

1297


What are the different versions of sas that you have used until now? : sas-grid-administration

1392


What is the command used to find missing values?

1146


What Proc glm does?

1143