Hi everyone!
Just a quick question, does anybody know what the magnifying glass icon means on this picture? I took it from SAS EG. Thanks!
Yes, it is a view. A view is a snapshot of a dataset.
See this article from @Rick_SAS : What is a DATA step view and why is it important? Excerpt:
Simply put, a "view" is a SAS DATA step program that is stored for later execution. When the SAS language processor encounters the RUN statement, the program is compiled and saved, but not executed. When a procedure uses a data view, the program runs and serves data to the procedure as if the procedure were reading a regular SAS data set. Thus you can use a view to manipulate data "on the fly."
Yes, it is a view. A view is a snapshot of a dataset.
See this article from @Rick_SAS : What is a DATA step view and why is it important? Excerpt:
Simply put, a "view" is a SAS DATA step program that is stored for later execution. When the SAS language processor encounters the RUN statement, the program is compiled and saved, but not executed. When a procedure uses a data view, the program runs and serves data to the procedure as if the procedure were reading a regular SAS data set. Thus you can use a view to manipulate data "on the fly."
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.