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 date functions advances a date time or date/time value by a given interval? : Sas programming
for what purpose would you use the retain statement? : Sas programming
What are the uses of sas?
How to test the debugging in sas?
State the difference between INFORMAT and FORMAT ?
What will calendar procedure do?
what is sas metadata repository? : Sas-bi
how to do user inputs and command line arguments in sas?
How would you define the end of a macro? : sas-macro
for report generation which one you used proc report or data_null_?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Give an example where SAS fails to convert character value to numeric value automatically?
Explain by-group processing?
How we can create SAS USER DEFINED CODE?
What are the difference between sas functions and procedures?