I am trying to import a .csv file but there is special character like (&) in bp&d in the path, Its showing error as WARNING: Apparent symbolic reference D not resolved. how can I do it.
proc import datafile="\pa-storage\bp&d\fot\PRODUCTS\Daa-SQN\ATA\Pss10_ALL_IN_ALL.csv" out=test dbms=csv replace; getnames=yes; run;
ERROR:
specifically prevents something a datastep processing (though Warnings or even Notes may indicate a problem exists of course). – Joe