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 SAS?
Explain substr function?
What is maximum storage capability of SAS?
What is the difference between proportion and average?
What makes sas stand out to be the best over other data analytics tools?
what r the job openings SAS for fresher graduates !
What is the function of output statement in a SAS Program?
If a variable contains letters or special characters, can it be numeric data type?
how does sas handle missing values in functions? : Sas programming
Briefly explain input and put function?
What does the RUN statement do?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Are you sensitive to code walk-throughs peer review or QC review?
what has been your most common programming mistake? : Sas programming
Which command is used to save logs in the external file?