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
how do you debug and test your sas programs? : Sas programming
Explain what Proc glm does?
How to create an external dataset with sas code?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
If a variable contains only numbers, can it be a character data type?
what are some good sas programming practices for processing very large data sets? : Sas programming
What are the difference between ceil and floor functions in sas?
how to debug and test the sas program? : Sas-administrator
what is the effect of the options statement errors=1? : Sas programming
explain what is factor analysis? : Sas-administrator
What is run-group processing?
how could you generate test data with no input data? : Sas programming
What is the role of administrative users? : sas-grid-administration
List out some key concept of SAS