I have a stored process that creates Pie-charts. It works well when I execute it from Internet Explorer & SAS EG. But when I run it from google chrome, it does not load. Any thoughts?
Thanks in advance.
Check here to see what browsers are officially supported by SAS Release:
http://support.sas.com/resources/thirdpartysupport/index.html
If it is not there then that doesn't mean it won't work, it just means it hasn't been tested sufficiently.
You could also search SAS notes where there are quite a few Chrome problems listed.
We are using SAS 9.4 & 32 bit google chrome is officially supported (http://support.sas.com/resources/thirdpartysupport/v94/browsers.html ).
Try to use a different graphics device (goptions statement). Standard is Activex which only works in IE and EG.
We are using goptions statement in SAS Stored process code.
Which device (in goptions) are you using? And have you tested with other browsers (Firefox, Opera)?
Thanks for pointing it out. I was using default ActiveX device & hence it was not working in Chrome. After I changed it to PNG, it works fine.
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.
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.