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 is program data vector (pdv)?
What’s the difference between var b1 – b3 and var b1 — b3?
How do you control the number of observations and/or variables read or written?
what does the run statement do? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Where do you use proc means over proc freq?
what is hash files in sas and why we are using this one in sas?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
how to remove duplicates using proc sql?
explain about data integrator metadata reports? : Sas-di
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the difference between SAS functions and procedures?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is the function of Stop statement in a SAS Program?
which features do you use to check the data validations and errors? : Sas-administrator