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 are 5 ways to perform a table lookup in sas? : Sas-administrator
Difference between sum function and using “+” operator?
how are numeric and character missing values represented internally? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
explain about data integrator metadata reports? : Sas-di
Tell me about % include and % eval? : sas-macro
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Name and describe few sas character functions that are used for data cleaning in brief.
How do you debug and test your SAS programs?
What are the automatic variables for macro? : sas-macro
what are informats in sas? : Sas-administrator
Define run-group processing?
what is the use of proc contents and proc print in sas? : Sas-administrator
What is the length assigned to the target variable by the scan function?