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