NOTE: PROCEDURE EXPORT used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
NOTE: The SAS System stopped processing this step because of errors.
99 proc export data=pg1.storm_final
100 outfile="&outpath/storm_final.csv"
NOTE: Line generated by the macro variable "OUTPATH".
100 ""/folders/myfolders/EPG194/output"
_
22
76
ERROR 22-322: Syntax error, expecting one of the following: ;, DATA, DBLABEL, DBMS, DEBUG, FILE, LABEL, OUTFILE, OUTTABLE, REPLACE,
TABLE, _DEBUG_.
ERROR 76-322: Syntax error, statement will be ignored.
101 dbms=csv replace;
102 run;
103
104
105 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
117
Thanks in advance for your help!