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
Explain how merging helps to combine data sets.
Difference between sum function and using “+” operator?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is your favorite all time computer book? Why?
Are you involved in writing the inferential analysis plan? Tables specifications?
describe about metadata object? : Sas-di
how to debug and test the sas program? : Sas-administrator
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How are numeric and character missing values represented internally?
Describe the ways in which you can create a macro variable?
what is hash files in sas and why we are using this one in sas?
what is the purpose of _error_? : Sas programming
What do the PUT and INPUT functions do?
What are the functions which are used for character handling functions?