BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
BruceBrad
Lapis Lazuli | Level 10

I'm used to moving my mouse over SAS statements, getting the syntax popup, and choosing the link to the The product documentation to get the full syntax guide from the SAS website. This no longer seems to be working (if it provides anything it is just links to community discussions). 

 

What's the best way to view the SAS 9.4 documentation now? (I seem to have something called SASDocViewer installed, but it won't run because a DLL is missing). (On Windows 11).

 

1 ACCEPTED SOLUTION

Accepted Solutions
Hassan5
Calcite | Level 5

This is a known issue caused by recent SAS documentation URL updates, combined with Windows 11 dropping legacy files.

Here are the quick fixes:

  1. Fix SASDocViewer: The missing DLL error on Windows 11 almost always means you need to reinstall the Microsoft Visual C++ Redistributable (2015-2022) from Microsoft's site.

  2. Use the F1 Shortcut: Instead of hovering, highlight the specific keyword (e.g., PROC SQL) in your code editor and press F1. This often bypasses the broken hover popup and opens the clean online documentation.

  3. Go Direct: Bookmark the official SAS 9.4 Product Documentation page in your web browser. It is much faster and completely up to date compared to the built-in EG tool.

View solution in original post

1 REPLY 1
Hassan5
Calcite | Level 5

This is a known issue caused by recent SAS documentation URL updates, combined with Windows 11 dropping legacy files.

Here are the quick fixes:

  1. Fix SASDocViewer: The missing DLL error on Windows 11 almost always means you need to reinstall the Microsoft Visual C++ Redistributable (2015-2022) from Microsoft's site.

  2. Use the F1 Shortcut: Instead of hovering, highlight the specific keyword (e.g., PROC SQL) in your code editor and press F1. This often bypasses the broken hover popup and opens the clean online documentation.

  3. Go Direct: Bookmark the official SAS 9.4 Product Documentation page in your web browser. It is much faster and completely up to date compared to the built-in EG tool.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 173 views
  • 0 likes
  • 2 in conversation