BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
tsndrct1234
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."

tsndrct1234
Obsidian | Level 7
Cool thanks @Pink_doodle! 😄

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 605 views
  • 1 like
  • 2 in conversation