Thanks for your answer, I tried that : filename resp TEMP;
proc http
method="GET"
url="http://XXX:8028"
webusername="XXX"
webpassword="XXX"
out=resp;
run;
proc import file=resp
out=bigdata_tel2
dbms=csv
replace;
delimiter=";";
getnames=no;
run; But the result is the same.. . html code
... View more