Can we replace a dataset into view?

Answer Posted / vivek

proc sql;
create view <viewname> as
select *
from <Datasetname>;
quit;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would be the value of month at the end of data step execution and how many observations would be there?

795


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

1101


What is SAS?

808


Differentiate between proc means and proc summary.

785


How would you determine the number of missing or nonmissing values in computations?

842


What is the use of function Proc summary?

901


what does the run statement do? : Sas programming

783


What is the SAS data set?

894


where to use sas business intelligence? : Sas-bi

786


how to debug and test the sas program? : Sas-administrator

780


What would you change about your job?

2140


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5188


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1438


what are the scrubbing procedures in sas? : Sas programming

1053


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

835