BookmarkSubscribeRSS Feed
wsdabreu
Obsidian | Level 7

 

Hi,

 

I'm trying to run the following study(https://support.sas.com/resources/papers/proceedings/proceedings/sugi31/112-31.pdf) in VA, when I run it in SAS guide, the program runs OK, and lets me to interact with the table, but in the VA, by stored process, it does not allow such interaction. version of VA 7.4. Someone has some tip?

 

 

ods markup file="sample2.html" tagset=tagsets.style_popup;
title 'Middle Analysys';
footnote 'See www.laurenhaworth.com for more ODS papers and examples';
proc means data=sashelp.class min median max maxdec=1;
run;
ods markup close;

 

 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 277 views
  • 0 likes
  • 1 in conversation