For some reason, you have decided to omit the key part of your SAS log - that is the DATA step logic used to read up your external data file. If you expect others to provide you feedback and guidance, you must share the entire SAS log by pasting the content in your forum post reply - not just the portion of the SAS program that is convenient or what you might believe is all that is relevant.
Also, your INFILE statement is referring to a SAS data file, not an external file. You would normally have a LIBNAME pointing to the file directory/folder and use a SET statement to input SAS data files -- not using an INFILE statement since this is not an external file.
And, do consider that you may have already started a related post here -
http://support.sas.com/forums/thread.jspa?threadID=8824&tstart=0
Scott Barry
SBBWorks, Inc.
Message was edited by: sbb
Message was edited by: sbb