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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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