Can we replace a dataset into view?

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


Please Help Members By Posting Answers For Below Questions

Explain how merging helps to combine data sets.

828


Difference between sum function and using “+” operator?

858


What are the five ways to do a table lookup in sas? : sas-grid-administration

829


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.

1683


What is your favorite all time computer book? Why?

2256


Are you involved in writing the inferential analysis plan? Tables specifications?

3716


describe about metadata object? : Sas-di

841


how to debug and test the sas program? : Sas-administrator

796


Give some ways by which you can define the variables to produce the summary report (using proc report)?

843


How are numeric and character missing values represented internally?

1400


Describe the ways in which you can create a macro variable?

846


what is hash files in sas and why we are using this one in sas?

1957


what is the purpose of _error_? : Sas programming

867


What do the PUT and INPUT functions do?

1019


What are the functions which are used for character handling functions?

840