BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
meatballs12345
Obsidian | Level 7

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!

 

tsndrct1234_0-1661819913944.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
pink_poodle
Barite | Level 11

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."

View solution in original post

2 REPLIES 2
pink_poodle
Barite | Level 11

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."

meatballs12345
Obsidian | Level 7
Cool thanks @Pink_doodle! 😄

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1049 views
  • 1 like
  • 2 in conversation