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 was the last computer book you purchased? Why?
What makes sas stand out to be the best over other data analytics tools?
how to do user inputs and command line arguments in sas?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what are the types of interactive display types? : Sas-bi
What is the difference between %put and symbolgen? : sas-macro
What are the automatic variables for macro? : sas-macro
what has been your most common programming mistake? : Sas programming
how does sas handle missing values in functions? : Sas programming
How to specify variables to be processed by the freq procedure?
how can you import .csv file in to sas? : Sas programming
What are the data types that sas contain?
What is the basic structure of a sas program?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Tell me more about the parameters in macro? : sas-macro