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 would you define the end of a macro? : sas-macro
What is the difference between SAS functions and procedures?
In proc transpose and data step with arrays which one you pick?
What is the length assigned to the target variable by the scan function?
explain the key concept of sas? : Sas-administrator
Explain the main difference between the sas procedures and functions? : Sas-administrator
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How can sas program be validated?
What is the difference between one to one merge and match merge? Give an example.
What is the work of tranwrd function?
How do you add a number to a macro variable? : sas-macro
how many display types available in sas bi dashboard? : Sas-bi
what is the basic structure sas administrator? : Sas-administrator
what is hierarchy flattening? : Sas-di
What is SAS? What are the functions does it performs?