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

Can we replace a dataset into view?

Answer Posted / sriraghubabu

yes, we can replace dataset into view in Proc sql.
example:

proc sql;
create view newemp as
select *
from Employee
group by name;
select * from newemp;
quit;

now the data set is replaced into view..

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give some examples where proc report’s defaults are same as proc print’s defaults?

1158


explain the function of substr in sas? : Sas-administrator

1061


Mention the category in which sas informats are placed?

1076


How do dates work in sas?

1183


What do the put and input function do?

1105


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2625


what has been your most common programming mistake? : Sas programming

1181


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

1090


explain the main difference between the nodup and nodupkey options? : Sas-administrator

1216


how does sas handle missing values in assignment statements? : Sas programming

1060


What is PDV?

1200


what are informats in sas? : Sas-administrator

1143


What is the general format of function in sas? : sas-grid-administration

1027


What is the purpose of _character_ and _numeric_?

1103


explain the proc in sas? : Sas-administrator

1128