I tried hard but no success. please help. I am getting the below error 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 72 NOTE: PROCEDURE EXPORT used (Total process time): real time 0.00 seconds user cpu time 0.00 seconds system cpu time 0.00 seconds memory 194.37k OS Memory 33708.00k Timestamp 16/02/2021 11:33:08 PM Step Count 162 Switch Count 0 Page Faults 0 Page Reclaims 16 Page Swaps 0 Voluntary Context Switches 0 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 0 NOTE: The SAS System stopped processing this step because of errors. 73 proc export data=pg1.storm_final 74 outfile= "&outpathone/test_file.csv" NOTE: Line generated by the macro variable "OUTPATHONE". 74 ""/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. 75 dbms=csv replace; 76 run; 77 78 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 90
... View more