BookmarkSubscribeRSS Feed
KC_16
Fluorite | Level 6

Hi,

 

I have the following code (below) of which I am getting an error that I don't know how to get around, any ideas please? 

 

proc sgplot data=Aggregated_Results_2 (obs=250);
scatter x=email y=Actual_BS_Income / datalabel=Observation ;
xaxis discreteorder=data display=none ;

run;

 


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

2 REPLIES 2
PaigeMiller
Diamond | Level 26

Sometimes closing and restarting SAS will fix the problem. Otherwise, I think you need to contact SAS Tech Support.

--
Paige Miller
PeterClemmensen
Tourmaline | Level 20

I had this error once, when I opened SAS from a windows search. When I opened SAS from the usual directory, no error. There is a related thread with other things to try here

 

https://communities.sas.com/t5/ODS-and-Base-Reporting/quot-Unable-to-load-the-Java-Virtual-Machine-q...

 

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
  • 2 replies
  • 1020 views
  • 0 likes
  • 3 in conversation