Hello The following statement in your code makes me think that you are having SAS EG on your desktop and connected to SAS Server in a Unix/Linux environment. " INFILE '/usr/local/saswork/SAS_work22F8000037C7_LINX107717A15/#LN00016'". In case this has to be done once in a while, It would preferable to use SAS EG. Detailed programming is not worth the hassle. In the event this has to done on a regular basis as a scheduled batch process, then the file should be on the Unix server for it to be imported. Replace the location of the file in the infile statement with the actual location. This type of scenario is of common occurrence in the corporate environment. Lastly in my experience with files of very large sizes (few GB's) , I had situations where I could not open the file in notepad or notepad++.. I would prefer to use the UNIX shell, to have an understanding of the file.in such cases.
... View more