For example, i want the file _PRODSAVAIL being exported to shared folder, which is secured by log/pass. How can i set log/pass in script?
PROC EXPORT datafile="\\10.48.42.166\export\november.csv"
out=work._PRODSAVAIL
dbms=csv
replace;
getnames=yes;
RUN;