Can we replace a dataset into view?

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


Please Help Members By Posting Answers For Below Questions

Which command is used to perform sorting in sas program?

811


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2366


What is the basic structure of the SAS base program?

944


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1889


What are the difference between sas functions and procedures?

868


how to do user inputs and command line arguments in sas?

2694


Differentiate between proc means and proc summary.

799


How do you control the number of observations and/or variables read or written?

1027


What are the difference between the sas data step and sas procs?

858


Did you used proc test? when?

1825


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1609


how does sas handle missing values in functions? : Sas programming

866


Name and describe few sas character functions that are used for data cleaning in brief.

897


how can you import .csv file in to sas? : Sas programming

866


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1909