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
What is maximum number of rows and cols can be handled in SAS?
Explain data step in SAS
for what purpose would you use the retain statement? : Sas programming
What are the applications primarily used by business analyst? : Sas-bi
explain the difference between proc means and proc summary?
What is the general format of function in sas? : sas-grid-administration
how to generate the test data in sas without input data? : Sas-administrator
what is sas data set?
what is the difference between infile and input? : Sas-administrator
Differences between where and if statement?
What is the basic syntax style in SAS?
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
Difference between informat and format?
What is PROC in SAS?
Which command is used to save logs in the external file?