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
What would be the value of month at the end of data step execution and how many observations would be there?
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
What is SAS?
Differentiate between proc means and proc summary.
How would you determine the number of missing or nonmissing values in computations?
What is the use of function Proc summary?
what does the run statement do? : Sas programming
What is the SAS data set?
where to use sas business intelligence? : Sas-bi
how to debug and test the sas program? : Sas-administrator
What would you change about your job?
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
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?
what are the scrubbing procedures in sas? : Sas programming
what is the difference between unique key and primary key? : Sas-di