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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1001 views
  • 0 likes
  • 2 in conversation