Still getting error: below are code and log for both scenario: code1: FILENAME in Pipe "I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz" LRECL=80; libname anuj "I:\anuj\"; DATA anuj.test; INFILE in missover; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ; RUN; LOG1 81 FILENAME in Pipe "I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz" LRECL=80; 82 libname anuj "I:\anuj\"; NOTE: Libname ANUJ refers to the same physical library as AJ. NOTE: Libref ANUJ was successfully assigned as follows: Engine: V9 Physical Name: I:\anuj 83 DATA anuj.test; 84 INFILE in missover; 85 INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ; 86 RUN; NOTE: The infile IN is: Unnamed Pipe Access Device, PROCESS=I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz, RECFM=V,LRECL=80 NOTE: 5 records were read from the infile IN. The minimum record length was 27. The maximum record length was 27. One or more lines were truncated. NOTE: The data set ANUJ.TEST has 5 observations and 4 variables. NOTE: DATA statement used (Total process time): real time 0.09 seconds cpu time 0.00 seconds CODE 2 FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"'; DATA anuj.test; INFILE in missover; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ; RUN; LOG2: 87 FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"'; 88 DATA anuj.test; 89 INFILE in missover; 90 INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ; 91 RUN; NOTE: The infile IN is: Unnamed Pipe Access Device, PROCESS=I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz", RECFM=V,LRECL=256 Stderr output: 'I:\anuj\temp' is not recognized as an internal or external command, operable program or batch file. NOTE: 0 records were read from the infile IN. NOTE: The data set ANUJ.TEST has 0 observations and 4 variables. NOTE: DATA statement used (Total process time): real time 0.07 seconds cpu time 0.03 seconds
... View more