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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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