BookmarkSubscribeRSS Feed
tarvel
Calcite | Level 5

Hello,

I've problem with java when i launch SAS and the macro call %sgdesign;

Error message :

ERROR: The Java proxy is not responding

ERROR: The Java proxy's JNI call to start the VM failed

ERROR: Unable to load the java virtual machine

With admin (Admin network) login and use this macro call %sgdesign; in SAS  there is no problem (the ODS Graphics Designer works)

My system : Win7 64 bits

SAS : 9.2

Thanks to help me!

Tarvel

3 REPLIES 3
PrashantH_sas
SAS Employee

Hi Tarvel,

Could you please let us know the full version of SAS9.2? It is usually in the log when you start SAS, or the Help->About SAS dialog, or you could submit: %put &sysvlong;

Also, it would help to know if you are able to run a simple SGPLOT program from the login that you are having the problem with the same SAS version:

proc sgplot data=sashelp.class;

vbar age;

run;

Lastly, is the account a Guest or a limited  user account, by any chance?

acmilannesta
Calcite | Level 5

Hi,

I have the same problem with Tarvel. My SAS version is SAS 9.2 TS Level 1M0 running on Windows 7 32bits. When I try to run %sgdesin; the log said

"Unable to call the macro".

Also I can run the sgplot program you mentioned.

Hope for your reply!

Thanks!

Jason

Jay54
Meteorite | Level 14


Designer was released production with SAS 9.2 TS2M3.  You should still be able to run the pre-production version with SAS 9.2 TS2M0, but not TS1.  Also, be sure you spell the macro name correctly, it is %sgdesign;

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1620 views
  • 0 likes
  • 4 in conversation