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.

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1276 views
  • 0 likes
  • 2 in conversation