infile statement 里的amount是不带引号的. filename amount 'c:\.....'; data test; infile amount; input @1 salary comma6.; run;