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
Which are the statements whose placement in the data step is critical?
Explain the purpose of retain statement.
what are the scrubbing procedures in sas? : Sas programming
In sas, what are the areas that you are most interested in? : sas-grid-administration
What was the last computer book you purchased? Why?
What do you code to create a macro? : sas-macro
how does sas handle missing values in a merge? : Sas programming
State the difference between INFORMAT and FORMAT ?
How do you test for missing values?
Explain the difference between nodup and nodupkey options?
What is the use of function Proc summary?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is the maximum length of the macro variable?
Which function is used to count the number of intervals between two sas dates?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro