BookmarkSubscribeRSS Feed
kumarsandip975
Quartz | Level 8

I am getting below result with proc javainfo version, can you please suggest, where it is coming? SASHOME or OS level? I guess SASHOME, then what file or details it is being mapped and giving this result? 

 

proc javainfo version;run;
java.class.version = 52.0
java.runtime.name = OpenJDK Runtime Environment
java.runtime.version = 1.8.0_252-b14
java.specification.version = 1.8
java.vendor = Azul Systems, Inc.
java.version = 1.8.0_252
java.vm.name = OpenJDK 64-Bit Server VM
java.vm.specification.version = 1.8
java.vm.version = 25.252-b14
user.country = US
user.language = en

NOTE: PROCEDURE JAVAINFO used (Total process time):

1 REPLY 1
BrunoMueller
SAS Super FREQ

Just run

proc javainfo all;
run;

And you will see more details. 

 

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 207 views
  • 2 likes
  • 2 in conversation