data _null_; length s $200; dcl javaobj juri ('java/net/URI', 'www.sas.com'); juri.callStringMethod ('getLastName', s); put s=; run;