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
How to create a permanent sas data set?
How do you specify the number of iterations and specific condition within a single do loop?
What is a put statement?
Can you explain the process of calendar?
Describe 5 ways to do a “table lookup” in SAS?
what is metadata? : Sas-bi
Did you used proc test? when?
How substr function works in sas?
Describe the ways in which you can create macro variables? : sas-macro
how does sas handle missing values in procs? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
What was the last computer book you purchased? Why?
What is run-group processing?
What is the role of administrative users? : sas-grid-administration
Mention what is PROC in SAS?