<?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: How to set up compress=no for only one dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-up-compress-no-for-only-one-dataset/m-p/726751#M225875</link>
    <description>&lt;P&gt;Put all of the dataset options into the same group.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(rename=(col1=ex_rate _name_=CURCDD)
 compress=no
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 16 Mar 2021 13:27:29 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-03-16T13:27:29Z</dc:date>
    <item>
      <title>How to set up compress=no for only one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-up-compress-no-for-only-one-dataset/m-p/726743#M225873</link>
      <description>&lt;P&gt;Hi all SAS Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today I found that in my data, there is one dataset that the compressed increases pages of data (dataset &lt;STRONG&gt;want&lt;/STRONG&gt;), so I decided to set it be no compress&lt;/P&gt;
&lt;P&gt;My code is as below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transpose data=want out=currency (rename=(col1=ex_rate _name_=CURCDD)) (compress=no);
	by datadate;
	var AUD--ZWD;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The log is as below&lt;/P&gt;
&lt;PRE&gt;68         
69         proc transpose data=want out=currency (rename=(col1=ex_rate _name_=CURCDD)) (compress=no);
                                                                                       _
                                                                                       22
                                                                                       200
ERROR 22-322: Syntax error, expecting one of the following: ;, DATA, DELIM, DELIMITER, INDB, LABEL, LET, NAME, OUT, PREFIX, 
              SUFFIX.  
ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/PRE&gt;
&lt;P&gt;Could you please help me to sort it out?&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 13:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-up-compress-no-for-only-one-dataset/m-p/726743#M225873</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-16T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up compress=no for only one dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-up-compress-no-for-only-one-dataset/m-p/726751#M225875</link>
      <description>&lt;P&gt;Put all of the dataset options into the same group.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(rename=(col1=ex_rate _name_=CURCDD)
 compress=no
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Mar 2021 13:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-up-compress-no-for-only-one-dataset/m-p/726751#M225875</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-03-16T13:27:29Z</dc:date>
    </item>
  </channel>
</rss>

