BookmarkSubscribeRSS Feed
NhungPham
Calcite | Level 5

Hi every body,

i have a question about sas result,

when i run this code on sas base:

proc sgplot data=ews.data2;

series x=logchg y = change;

run;

 the log is:

ERROR: Unable to load the Java Virtual Machine. Please see the installation instructions or system

administrator.

Please help me solve this problem,

thank you very much,

 

 

1 REPLY 1
ballardw
Super User

Which version of SAS are you running?

 

One thing to check if you have an IT department updating file is to see which version of Java, if any, you have installed. SAS can be a bit picky about the version of Java. You can run Proc Options and find the entry for JREOPTIONS to see which version and locations SAS expects to see Java files. If the version installed with SAS has been removed by a helpful IT department then it may need to be reinstalled.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

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