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

what is hash files in sas and why we are using this one in sas?

2267


What are the difficulties u faced while doing vital signs table or dataset?

2448


Explain why double trailing @@ is used in input statement?

1114


How to test the debugging in sas?

1243


How do you specify the number of iterations and specific condition within a single do loop?

1152


Have you used macros? For what purpose you have used? : sas-macro

1086


what are _numeric_ and _character_ and what do they do? : Sas programming

1192


What are the data types does SAS contain?

1168


how can you import .csv file in to sas? : Sas programming

1139


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

1199


What are types of transport files?

8085


Which are the statements whose placement in the data step is critical?

1308


What is the difference between proportion and average?

3403


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

2274


How to sort in descending order?

1298