<?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: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750824#M236236</link>
    <description>&lt;P&gt;ODS Word I believe is still "pre-production". In effect that means not everything is going to work as expected and shouldn't be expected to be stable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My limited use with ODS Word is table output is problematic depending on procedure and options active though I've okay luck with graphic output from Sgplot.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 14:31:35 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-06-28T14:31:35Z</dc:date>
    <item>
      <title>papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750766#M236204</link>
      <description>&lt;P&gt;I was tring to output my result to word using ODS WORD, The following is test code, the option "papersize=A4" did not work and the papersize was "letter" in the output file. When i changed the destination to ODS RTF, it works.&amp;nbsp; My SAS version is 9.4 M7 fo linux 64.&amp;nbsp; I&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;dont know why.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let path = ......;&lt;/P&gt;&lt;P&gt;title;&lt;BR /&gt;options nodate nonumber papersize=A4;&lt;BR /&gt;ods escapechar="^";&lt;BR /&gt;ods graphics on;&lt;BR /&gt;ods word file="&amp;amp;path.toc2.docx";&lt;/P&gt;&lt;P&gt;proc freq data=sashelp.class;&lt;BR /&gt;tables sex*age/plots=freq;&lt;BR /&gt;run;&lt;BR /&gt;ods word close;&lt;/P&gt;&lt;P&gt;proc setinit;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 10:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750766#M236204</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2021-06-28T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750780#M236211</link>
      <description>Check your papersize option after running your code by :&lt;BR /&gt;&lt;BR /&gt;proc options option=papersize value;run;</description>
      <pubDate>Mon, 28 Jun 2021 12:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750780#M236211</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-06-28T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750801#M236221</link>
      <description>&lt;P&gt;Same problem using win64 and 9.4m7.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 13:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750801#M236221</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-06-28T13:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750824#M236236</link>
      <description>&lt;P&gt;ODS Word I believe is still "pre-production". In effect that means not everything is going to work as expected and shouldn't be expected to be stable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My limited use with ODS Word is table output is problematic depending on procedure and options active though I've okay luck with graphic output from Sgplot.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750824#M236236</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-28T14:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750856#M236253</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I ran the code you supplied after my codes, the result of papersize was A4, not Letter.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 16:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750856#M236253</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2021-06-28T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750871#M236261</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;And another consideration is that according to the doc, PAPERSIZE is impacted by LOCALE. So maybe there's something in ODS WORD that is using the default instead of what you want. The default papersize, in fact, is set according to Locale. But I ran this test using ODS WORD and when I opened the .DOCX file with Word, the papersize showed as A4 inside WORD.&lt;BR /&gt;&lt;BR /&gt;Here's my log and you can see the specific value I used for the PAPERSIZE option:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1624906927733.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60803iE07356313649F8CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1624906927733.png" alt="Cynthia_sas_0-1624906927733.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;And here's the value for size in the Word drop down menu after the results are opened.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1624906958324.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60804i0F5227D97F6C872B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1624906958324.png" alt="Cynthia_sas_1-1624906958324.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running 9.4 M7 but on a Windows box. Also, check your printer drivers. The doc specifically says that "&lt;SPAN&gt;If you specify a predefined paper size or a custom size that is not supported by your printer, the printer default paper size is used." So that might be causing issues too.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 19:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750871#M236261</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-06-28T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750914#M236283</link>
      <description>&lt;P&gt;Thanks !&amp;nbsp; Your method is good, the papersize change to A4 using this codes:&lt;/P&gt;&lt;P&gt;options papersize= (21.0cm 29.7cm);&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 07:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/750914#M236283</guid>
      <dc:creator>Jinlf</dc:creator>
      <dc:date>2021-06-29T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: papersize=A4 did not work in ODS WORD in 9.4 M7 for linux 64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/828950#M327475</link>
      <description>&lt;P&gt;options papersize='A4';&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 03:22:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/papersize-A4-did-not-work-in-ODS-WORD-in-9-4-M7-for-linux-64/m-p/828950#M327475</guid>
      <dc:creator>lopohobby</dc:creator>
      <dc:date>2022-08-17T03:22:46Z</dc:date>
    </item>
  </channel>
</rss>

