SAS & Statistics
Tuesday, November 23, 2010
Define delimiter in PROC IMPORT
DSD DLM="|"
TRUNCOVER LRECL=4096
proc import datafile="..." dbms=dlm out=... replace;
      delimiter='|';
      getnames=yes;
run;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment