BookmarkSubscribeRSS Feed
EyalGonen
Lapis Lazuli | Level 10

Hi,

I am a starter with IML Studio...Sorry for the trivial question. Wondering why the following code does not show the graph result in IML Studio:

submit;

proc sgplot data=sashelp.class;

  histogram age;

run;

endsubmit;

I do not see the graph anywhere in IML Studio.

Is this supposed to work?

Eyal

1 REPLY 1
Rick_SAS
SAS Super FREQ

SAS/IML Studio does not support HTML output, but you can see the graph by using the trick in Ch 12 (p. 308) of my book, Statistical Programming with SAS/IML Software.

The next release of SAS/IML Studio supports HTML output.

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 774 views
  • 3 likes
  • 2 in conversation