<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue in reading .gz files in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147029#M9802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for DOS commands you need to have double quotes around a path which contains spaces, special chars etc.&amp;nbsp; So try:&lt;/P&gt;&lt;P&gt;FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;Note the whole DOS part is in single quotes, with double quotes around the path to .gx file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 11:43:47 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-10-29T11:43:47Z</dc:date>
    <item>
      <title>Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147028#M9801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to read .gz files&lt;/P&gt;&lt;P&gt;my code is&lt;/P&gt;&lt;P&gt;This code is running fine&lt;/P&gt;&lt;P&gt;FILENAME in Pipe "I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz";&lt;/P&gt;&lt;P&gt;libname anuj "I:\anuj\";&lt;/P&gt;&lt;P&gt;DATA anuj.test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INFILE in ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;problem starts when there is gap in my path like:&lt;/P&gt;&lt;P&gt;FILENAME in Pipe "I:\anuj\temp folder\gzip -dc I:\Anuj\temp folder\rawdata.txt.gz";&lt;/P&gt;&lt;P&gt;libname anuj "I:\anuj\";&lt;/P&gt;&lt;P&gt;DATA anuj.test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INFILE in ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;in this case i m getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147028#M9801</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-10-29T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147029#M9802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for DOS commands you need to have double quotes around a path which contains spaces, special chars etc.&amp;nbsp; So try:&lt;/P&gt;&lt;P&gt;FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;Note the whole DOS part is in single quotes, with double quotes around the path to .gx file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147029#M9802</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-29T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147030#M9803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still getting error: below are code and log for both scenario:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;code1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FILENAME in Pipe "I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz" LRECL=80;&lt;/P&gt;&lt;P&gt;libname anuj "I:\anuj\";&lt;/P&gt;&lt;P&gt;DATA anuj.test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;81&amp;nbsp;&amp;nbsp; FILENAME in Pipe "I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz" LRECL=80;&lt;/P&gt;&lt;P&gt;82&amp;nbsp;&amp;nbsp; libname anuj "I:\anuj\";&lt;/P&gt;&lt;P&gt;NOTE: Libname ANUJ refers to the same physical library as AJ.&lt;/P&gt;&lt;P&gt;NOTE: Libref ANUJ was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: I:\anuj&lt;/P&gt;&lt;P&gt;83&amp;nbsp;&amp;nbsp; DATA anuj.test;&lt;/P&gt;&lt;P&gt;84&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;85&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;86&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The infile IN is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unnamed Pipe Access Device,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROCESS=I:\anuj\gzip -dc I:\Anuj\rawdata.txt.gz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: 5 records were read from the infile IN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 27.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 27.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One or more lines were truncated.&lt;/P&gt;&lt;P&gt;NOTE: The data set ANUJ.TEST has 5 observations and 4 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.09 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CODE 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;DATA anuj.test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;87&amp;nbsp;&amp;nbsp; FILENAME in Pipe 'I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;88&amp;nbsp;&amp;nbsp; DATA anuj.test;&lt;/P&gt;&lt;P&gt;89&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;90&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;91&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The infile IN is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unnamed Pipe Access Device,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROCESS=I:\anuj\temp folder\gzip -dc "I:\Anuj\temp folder\rawdata.txt.gz",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=256&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stderr output:&lt;/P&gt;&lt;P&gt;'I:\anuj\temp' is not recognized as an internal or external command,&lt;/P&gt;&lt;P&gt;operable program or batch file.&lt;/P&gt;&lt;P&gt;NOTE: 0 records were read from the infile IN.&lt;/P&gt;&lt;P&gt;NOTE: The data set ANUJ.TEST has 0 observations and 4 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147030#M9803</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-10-29T11:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147031#M9804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need something like:&lt;/P&gt;&lt;P&gt;FILENAME in Pipe '"I:\anuj\temp folder\gzip.exe" -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;NOte the single quotes around whole text, then double quotes around each path/file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147031#M9804</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-29T11:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147032#M9805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working same error&lt;/P&gt;&lt;P&gt;FILENAME in Pipe '"I:\anuj\temp folder\gzip.exe" -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;DATA anuj.test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;RUN; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;102&amp;nbsp; FILENAME in Pipe '"I:\anuj\temp folder\gzip.exe" -dc "I:\Anuj\temp folder\rawdata.txt.gz"';&lt;/P&gt;&lt;P&gt;103&amp;nbsp; DATA anuj.test;&lt;/P&gt;&lt;P&gt;104&amp;nbsp;&amp;nbsp;&amp;nbsp; INFILE in missover;&lt;/P&gt;&lt;P&gt;105&amp;nbsp;&amp;nbsp;&amp;nbsp; INPUT make $ 1-14 mpg 15-18 weight 19-23 price 24-27 ;&lt;/P&gt;&lt;P&gt;106&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The infile IN is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unnamed Pipe Access Device,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROCESS="I:\anuj\temp folder\gzip.exe" -dc "I:\Anuj\temp folder\rawdata.txt.gz",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=256&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stderr output:&lt;/P&gt;&lt;P&gt;'I:\anuj\temp' is not recognized as an internal or external command,&lt;/P&gt;&lt;P&gt;operable program or batch file.&lt;/P&gt;&lt;P&gt;NOTE: 0 records were read from the infile IN.&lt;/P&gt;&lt;P&gt;NOTE: The data set ANUJ.TEST has 0 observations and 4 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147032#M9805</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-10-29T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147033#M9806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need to store the gzip.exe anywhere you have data, one instance is sufficent. So you can always use I:\anuj\gzip&lt;/P&gt;&lt;P&gt;And avoid blanks in file/directory names, they are just a completely unnecessary nuisance. Use underlines instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147033#M9806</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-10-29T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147034#M9807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is raw file can be store anywhere, if i store gzip file one location its ok , but still having error if raw file's path have space in between.&lt;/P&gt;&lt;P&gt;is there any solution for it???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147034#M9807</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-10-29T12:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147035#M9808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your example, the complaint is about the name of the executable, so I advise to fix that by calling it from a "non-spaced" location.&lt;/P&gt;&lt;P&gt;I just tested gzip -dc on AIX and was able to use the syntax&lt;/P&gt;&lt;P&gt;filename in pipe 'gzip -dc "$HOME/test folder/testfile.gz"';&lt;/P&gt;&lt;P&gt;without error. Maybe windows throws a log between your legs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147035#M9808</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-10-29T13:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147036#M9809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So does it work when you open Command Prompt -&amp;gt;&lt;/P&gt;&lt;P&gt;That is an interface to DOS, and put in: "I:\anuj\temp folder\gzip.exe" -dc "I:\Anuj\temp folder\rawdata.txt.gz"&lt;/P&gt;&lt;P&gt;I don't use gzip myself, but:&lt;/P&gt;&lt;P&gt;dir "c:\program files"&lt;/P&gt;&lt;P&gt;works fine, whereas not having the double quotes wont.&lt;/P&gt;&lt;P&gt;Get the DOS command working under DOS first, then copy it into your SAS program and put single quotes around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question, in your example, where is the output directory?&amp;nbsp; I can only see a specification of where the Executable is, and then where the .gz is.&amp;nbsp; Maybe you need an output path as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, one question, why do this manually?&amp;nbsp; Personally if I am receiving data I would have a process for getting the file, unpacking it, validating it etc. before even going near SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147036#M9809</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-29T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147037#M9810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RW9,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind suggestions.&lt;/P&gt;&lt;P&gt;Apart all i resolved my issue by storing gzip in location where no space in paths and now no matter if space is in path of raw files, its running fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ans of ur que one: i didnt find any need for defining output path while i need data on sas plateform[work lib for for other tasks]&lt;/P&gt;&lt;P&gt;Que 2: i getting near about 300+ .gz files every month. in this case mannual work would be a additional pain &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks 2 all for great inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147037#M9810</guid>
      <dc:creator>Aman4SAS</dc:creator>
      <dc:date>2014-10-29T13:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading .gz files</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147038#M9811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an aside:&lt;/P&gt;&lt;P&gt;gzip -c streams the output to stdout, so "gzip -dc filename" in a filename pipe is the perfect way to stream the decompressed output into the data step. Saves any additional disk space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gzip is one of those "don't leave home without it" open source utilities.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Issue-in-reading-gz-files/m-p/147038#M9811</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-10-29T15:02:14Z</dc:date>
    </item>
  </channel>
</rss>

