Can we replace a dataset into view?

Answer Posted / jyotshna

yes we can replace dataset into view

syntax:
data librefname.datasetname/view=librefnmae.datasetname;
run;
sample:
data aa/view=aa;
set sashel.class;
run;

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is maximum number of rows and cols can be handled in SAS?

1127


Explain data step in SAS

871


for what purpose would you use the retain statement? : Sas programming

855


What are the applications primarily used by business analyst? : Sas-bi

806


explain the difference between proc means and proc summary?

908


What is the general format of function in sas? : sas-grid-administration

801


how to generate the test data in sas without input data? : Sas-administrator

861


what is sas data set?

891


what is the difference between infile and input? : Sas-administrator

887


Differences between where and if statement?

819


What is the basic syntax style in SAS?

888


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

980


Difference between informat and format?

880


What is PROC in SAS?

850


Which command is used to save logs in the external file?

842