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

what is factor analysis? : Sas-administrator

617


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

1664


How to create a permanent sas data set?

680


What areas of SAS are you most interested in?

1070


what is the difference between unique key and primary key? : Sas-di

603






how could you generate test data with no input data? : Sas programming

635


what are the considerations when picking a SAS/STAT procedure?

2906


What are the scrubbing procedures in sas?

577


what has been your most common programming mistake? : Sas programming

569


Tell me more about the parameters in macro? : sas-macro

596


What is the maximum and minimum length of macro variable

657


What are the prime responsibilities of data integration administrator? : Sas-di

591


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1977


What are the new features included in the new version of SAS Programming Language?

741


How would you define the end of a macro? : sas-macro

612