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...

If you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?

Answer Posted / srilatha

by using the views.
ex: proc sql;
create view emp_v
as
select empno,sal,deptno,comm from emp;
quit;

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class statement and by statement in proc means?

1391


What are the functions which are used for character handling functions?

1189


What function CATX syntax does?

1258


Which statement does not perform automatic conversions in comparisons?

1855


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

2167


How to test the debugging in sas?

1243


what is the difference between unique key and primary key? : Sas-di

1176


what is program data vector? : Sas-administrator

1124


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2805


how are numeric and character missing values represented internally? : Sas programming

1198


Approximately what date is represented by the SAS date value of 730?

1269


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

1097


what are the types of interactive display types? : Sas-bi

1145


which features do you use to check the data validations and errors? : Sas-administrator

1092


What is the work of tranwrd function?

1297