Hello, I am getting same error with the libname and i am unable to import any data. I tried running the code you mentioned and here are the log results 2 filename dir pipe "dir /b c:\"; 3 data _null_; 4 infile dir; 5 input; 6 put _infile_; 7 run; NOTE: The infile DIR is: Unnamed Pipe Access Device, PROCESS=dir /b c:\,RECFM=V,LRECL=32767 dc FFOutput HPHWDiag_log.txt inetpub Intel pcfservice.log PerfLogs Program Files Program Files (x86) SHANKY SWSetup Users Windows NOTE: 13 records were read from the infile DIR. The minimum record length was 2. The maximum record length was 19. NOTE: DATA statement used (Total process time): real time 0.37 seconds cpu time 0.01 seconds
... View more