infile statement 裏的amount是不帶引號的. filename amount 'c:\.....'; data test; infile amount; input @1 salary comma6.; run;