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...

 

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