<?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: Strange output orientation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580286#M164816</link>
    <description>Yeah, you need to work through those warnings and figure out why SAS thinks your dimensions are off. I'm not sure if providing dimensions in inches and centimeters is problematic.</description>
    <pubDate>Fri, 09 Aug 2019 22:17:53 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-08-09T22:17:53Z</dc:date>
    <item>
      <title>Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580210#M164796</link>
      <description>&lt;P&gt;Hi, I got a problem, supposedly I try to to set to a printer some output with orientation as landscape, but when printed it's like I sent it as portrait. When I set the papersize to A4, it get a mess, so I changed to the exact size of A4 (&lt;CODE class=" language-sas"&gt;papersize=("21cm","29.7cm")&lt;/CODE&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program is used to make the output is the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro grafico_rbp(txtTipoTema);

goptions horigin=0 cm vorigin=5 cm hsize=35 cm vsize=10 cm HTEXT=1.1 HTITLE=1 /*BORDER /*device=actximg*/;
proc gplot data=l2.fuente_&amp;amp;txtTipoTema;
plot rbp*NUMPREGHOJA  /nolegend noframe hminor=3 vminor=1 lvref=1 lhref=1 chref=black cvref=black caxis=black ctext=black grid;
run;
%mend;

%macro grafico_p(txtTipoTema);
ODS PDF STARTPAGE=NEVER;
ODS PRINTER STARTPAGE=NEVER;
goptions horigin=0 cm vorigin=5 cm hsize=35 cm vsize=10 cm HTEXT=1.1 HTITLE=1/*BORDER /*device=actximg*/;
proc gplot data=l2.fuente_&amp;amp;txtTipoTema;
plot p*NUMPREGHOJA  /nolegend noframe hminor=3 vminor=1 lvref=1 lhref=1 chref=black cvref=black caxis=black ctext=black grid;
run;
%mend;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro GrafRBP_P_pdf(txtTipoTema);
ods pdf startpage=now;
title7 J=C "&amp;amp;desAreaGrupo";
title8 J=C "&amp;amp;desTipoTema";
title9;

symbol2 color=black interpol=join value=dot height=0.1 width=0.1;
/*formato de la linea que unira los puntos del ploteo*/
ods layout absolute y=0in x=0in width=10in;
ods proclabel = "&amp;amp;txtArea - &amp;amp;txtGrupo - &amp;amp;txtTipoTema";
ods region HEIGHT = 12 cm y = 1 cm;
%grafico_rbp(&amp;amp;txtTipoTema);
ods region HEIGHT = 12 cm y = 14 cm;
%grafico_p(&amp;amp;txtTipoTema);
ods layout end;

%mend;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;goptions reset=global htext=1.5 ftext=swiss1 nodisplay;
goptions reset=all; 
/*goptions device=png display;*/
options orientation=landscape papersize=("21cm","29.7cm");
options nonumber nodate copies=&amp;amp;txtCopias;
ods listing close;
ods noptitle;
ods escapechar="^" USEGOPT;
ods printer style = ceprepuc nogtitle nogfootnote;
ods pdf file = "&amp;amp;rutasal" style = Ceprepuc startpage=never nogtitle nogfootnote;
%GrafRBP_P_pdf(&amp;amp;txtTipoTema);
ods pdf close;
ods printer close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The output I get when using landscape orientation:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 474px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31632iA643A0720D87B5F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="a.PNG" alt="a.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20190809_122038.jpg" style="width: 450px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31633i6D203BA3EE639A6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20190809_122038.jpg" alt="IMG_20190809_122038.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output should be like this as expected for landscape orientation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20190809_121911.jpg" style="width: 450px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31634i046BBBCC98CD1950/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20190809_121911.jpg" alt="IMG_20190809_121911.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reading this long post, I hope I can get some help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 17:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580210#M164796</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-09T17:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580242#M164800</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;I don't see where you're setting the page orientation?&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;Usually that's via:&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;options orientation=landscape;&lt;/STRIKE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;NVM, it's in the last program.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What exact version of SAS are you running?&lt;/P&gt;
&lt;P&gt;ie 9.4TS1M6?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 19:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580242#M164800</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-09T19:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580258#M164805</link>
      <description>&lt;P&gt;Thanks again for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By running proc setinit, I got this, on Enterprise Guide :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current version: 9.04.01M3P062415&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 20:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580258#M164805</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-09T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580263#M164806</link>
      <description>I tried modifying your code to run it but am getting a crap load of errors and warnings, not related to the settings. What is your log showing? Can you post that as well?</description>
      <pubDate>Fri, 09 Aug 2019 20:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580263#M164806</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-09T20:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580284#M164815</link>
      <description>&lt;P&gt;I haven't checked the log when I was executing the code, because this pieces of code were given to me to modify it so the output was the expected.&lt;/P&gt;&lt;P&gt;But it displays this :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ;
NOTE: No units specified for the HTEXT option. The current units associated with GUNIT will be used.
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): goptions reset=global htext=1.5 ftext=swiss1 nodisplay;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): goptions reset=all;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): options orientation=landscape papersize=("21cm","29.7cm");
SYMBOLGEN: La macro variable TXTCOPIAS se resuelve en 1
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): options nonumber nodate copies=1;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods listing close;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods noptitle;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods escapechar="^" USEGOPT;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods printer style = ceprepuc nogtitle nogfootnote;
SYMBOLGEN: La macro variable RUTASAL se resuelve en 
c:\p\ceprepuc\2016-2\PR\2\LE-NE\Salidas\Grafico de Rbp y P por Pregunta LECTURA.pdf
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods pdf file = "c:\p\ceprepuc\2016-2\PR\2\LE-NE\Salidas\Grafico 
de Rbp y P por Pregunta LECTURA.pdf" style = Ceprepuc startpage=never nogtitle nogfootnote;
NOTE: Writing ODS PDF output to DISK destination 
"c:\p\ceprepuc\2016-2\PR\2\LE-NE\Salidas\Grafico de Rbp y P por Pregunta LECTURA.pdf", 
printer "PDF".
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
MPRINT(GRAFRBP_P_PDF): ods pdf startpage=now;
SYMBOLGEN: La macro variable TXTANO se resuelve en 2016
SYMBOLGEN: La macro variable TXTCICLO se resuelve en 2
SYMBOLGEN: La macro variable TXTTIPOPR se resuelve en PR
SYMBOLGEN: La macro variable TXTNUMEVAL se resuelve en 2
MPRINT(GRAFRBP_P_PDF): ;
SYMBOLGEN: La macro variable DESAREAGRUPO se resuelve en AREA : LETRAS - GRUPO : NO ESCOLARES
MPRINT(GRAFRBP_P_PDF): title7 J=C "AREA : LETRAS - GRUPO : NO ESCOLARES";
SYMBOLGEN: La macro variable DESTIPOTEMA se resuelve en LECTURA
MPRINT(GRAFRBP_P_PDF): title8 J=C "LECTURA";
MPRINT(GRAFRBP_P_PDF): title9 ;
SYMBOLGEN: La macro variable FDATE se resuelve en 08/09/19

MPRINT(GRAFRBP_P_PDF): ;
MPRINT(GRAFRBP_P_PDF): symbol2 color=black interpol=join value=dot height=0.1 width=0.1;
MPRINT(GRAFRBP_P_PDF): ods layout absolute y=0in x=0in width=10in;
WARNING: Absolute layout is not supported for TAGSETS.SASREPORT13(EGSR) destination. Layout will 
be ignored.
WARNING: WIDTH exceeds available space for PRINTER destination. This option will be ignored.
WARNING: WIDTH exceeds available space for PDF destination. This option will be ignored.
SYMBOLGEN: La macro variable TXTAREA se resuelve en LE
SYMBOLGEN: La macro variable TXTGRUPO se resuelve en NE
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
MPRINT(GRAFRBP_P_PDF): ods proclabel = "LE - NE - LC";
MPRINT(GRAFRBP_P_PDF): ods region HEIGHT = 12 cm y = 1 cm;
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
NOTE: No units specified for the HTEXT option. The current units associated with GUNIT will be 
used.
MPRINT(GRAFICO_RBP): goptions horigin=0 cm vorigin=5 cm hsize=35 cm vsize=10 cm HTEXT=1.1 
HTITLE=1 ;
NOTE: No units specified for the HTITLE option. The current units associated with GUNIT will be 
used.
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
MPRINT(GRAFICO_RBP): proc gplot data=l2.fuente_LC;
Sistema SAS

MPRINT(GRAFICO_RBP): plot rbp*NUMPREGHOJA /nolegend noframe hminor=3 vminor=1 lvref=1 lhref=1 
chref=black cvref=black caxis=black ctext=black grid;
MPRINT(GRAFICO_RBP): run;

WARNING: HSIZE exceeds available space for PRINTER destination. Setting HSIZE=7.481667in.
WARNING: HSIZE exceeds available space for PDF destination. Setting HSIZE=7.48in.
NOTE: 1 observation(s) contained a MISSING value for the rbp * numpreghoja request.
NOTE: 1 observation(s) contained a MISSING value for the rbp * numpreghoja request.
NOTE: 1 observation(s) contained a MISSING value for the rbp * numpreghoja request.
NOTE: This SAS session is using a registry in WORK. All changes will be lost at the end of this 
session.
NOTE: 36525 bytes written to 
D:\Users\jklau\AppData\Local\Temp\SEG6760\SAS Temporary 
Files\_TD3316_C061561_\Prc2\gplot.png.
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
MPRINT(GRAFICO_RBP): ;
MPRINT(GRAFRBP_P_PDF): ;
MPRINT(GRAFRBP_P_PDF): ods region HEIGHT = 12 cm y = 14 cm;
WARNING: REGION placement exceeds available space for PRINTER destination. Setting Y=11.00243cm.
WARNING: REGION placement exceeds available space for PDF destination. Setting Y=11.66707cm.
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
MPRINT(GRAFICO_P): ODS PDF STARTPAGE=NEVER;
MPRINT(GRAFICO_P): ODS PRINTER STARTPAGE=NEVER;
NOTE: No units specified for the HTEXT option. The current units associated with GUNIT will be 
used.
MPRINT(GRAFICO_P): goptions horigin=0 cm vorigin=5 cm hsize=35 cm vsize=10 cm HTEXT=1.1 HTITLE=1;
NOTE: No units specified for the HTITLE option. The current units associated with GUNIT will be 
used.
NOTE: There were 36 observations read from the data set L2.FUENTE_LC.
NOTE: PROCEDIMIENTO GPLOT used (Total process time):
real time 1.07 seconds
cpu time 0.35 seconds

SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
MPRINT(GRAFICO_P): proc gplot data=l2.fuente_LC;
MPRINT(GRAFICO_P): plot p*NUMPREGHOJA /nolegend noframe hminor=3 vminor=1 lvref=1 lhref=1 
chref=black cvref=black caxis=black ctext=black grid;
MPRINT(GRAFICO_P): run;

WARNING: HSIZE exceeds available space for PRINTER destination. Setting HSIZE=7.481667in.
WARNING: HSIZE exceeds available space for PDF destination. Setting HSIZE=7.48in.
NOTE: 30117 bytes written to 
D:\Users\jklau\AppData\Local\Temp\SEG6760\SAS Temporary 
Files\_TD3316_C061561_\Prc2\gplot1.png.
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
MPRINT(GRAFICO_P): ;
MPRINT(GRAFRBP_P_PDF): ;
MPRINT(GRAFRBP_P_PDF): ods layout end;
MPRINT(GRAFRBP_P_PDF): quit;
NOTE: There were 36 observations read from the data set L2.FUENTE_LC.
NOTE: PROCEDIMIENTO GPLOT used (Total process time):
real time 0.21 seconds
cpu time 0.10 seconds

Sistema SAS

SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
MPRINT(GRAFRBP_P_PDF): ;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ;
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods pdf close;
NOTE: ODS PDF printed 1 page to c:\p\ceprepuc\2016-2\PR\2\LE-NE\Salidas\Grafico de Rbp y P por 
Pregunta LECTURA.pdf.
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ods printer close;
NOTE: ODS PRINTER printed 1 page.
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
SYMBOLGEN: La macro variable DSNAME se resuelve en WORK.ZFMMEM.UTILITY
MPRINT(GRAF_P_RBP_TIPOTEMA_PDF): ;
MPRINT(GENVALDIF_TIPOTEMA): ;
SYMBOLGEN: La macro variable TXTTIPOTEMA se resuelve en LC
SYMBOLGEN: La macro variable TXTCARPETA se resuelve en c:\p\ceprepuc
SYMBOLGEN: La macro variable TXTANO se resuelve en 2016
SYMBOLGEN: La macro variable TXTCICLO se resuelve en 2
SYMBOLGEN: La macro variable TXTTIPOPR se resuelve en PR
SYMBOLGEN: La macro variable TXTNUMEVAL se resuelve en 2
SYMBOLGEN: La macro variable TXTAREA se resuelve en LE
SYMBOLGEN: La macro variable TXTGRUPO se resuelve en NE
SYMBOLGEN: La macro variable TITTIPOTEMA se resuelve en LECTURA&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Aug 2019 22:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580284#M164815</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-09T22:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580286#M164816</link>
      <description>Yeah, you need to work through those warnings and figure out why SAS thinks your dimensions are off. I'm not sure if providing dimensions in inches and centimeters is problematic.</description>
      <pubDate>Fri, 09 Aug 2019 22:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580286#M164816</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-09T22:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580299#M164825</link>
      <description>&lt;P&gt;I might think about getting one of the outputs to work, such as the PDF without any of the ODS Printer.&lt;/P&gt;
&lt;P&gt;When multiple ODS destinations are open and you get conflicts, such as the PRINTER not supporting ODS Layout, the resulting interactions may be quite problematic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that I have experimented with ODS PDF creating quite large images. So that problem may be another interaction of the destinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The older SAS graph procedures such as GPLOT are called device-based graphics for a reason. You really do need to pay attention to the actual device used. That could be another conflict between the desired size. I strongly suggest changing the code to use SGPLOT to get away from the devices.&amp;nbsp;I remember some real issues with getting some desired appearances because of printer driver versions and the active destination device when the SAS/Graph procedures (or the line printer plots) were all that was available.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 22:59:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580299#M164825</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-09T22:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580370#M164856</link>
      <description>&lt;P&gt;Have you turned off the default EG specification for the ODS destination?&lt;BR /&gt;&lt;BR /&gt;This might be due to a conflict between EG setting the values and then your code setting them.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 18:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580370#M164856</guid>
      <dc:creator>DonH</dc:creator>
      <dc:date>2019-08-10T18:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580630#M164952</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13569"&gt;@DonH&lt;/a&gt;&amp;nbsp;, that seems to be interesting, how could I do that, sir?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 18:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580630#M164952</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-12T18:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580664#M164963</link>
      <description>&lt;P&gt;There might be a better way. But if you click on properties for the program then select &lt;EM&gt;Customize result formats . . . .&lt;/EM&gt; and then make sure none of the checkboxes are selected, EG won't generate an ODS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Customize Results.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31683iE320ED80699F8595/image-size/large?v=v2&amp;amp;px=999" role="button" title="Customize Results.PNG" alt="Customize Results.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580664#M164963</guid>
      <dc:creator>DonH</dc:creator>
      <dc:date>2019-08-12T21:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580880#M165046</link>
      <description>&lt;P&gt;Thank you everybody, I had to mix every advice you all gave me, and it was solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know who should I mark as the solution because everybody helped in this problem.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 16:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580880#M165046</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-08-13T16:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange output orientation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580882#M165047</link>
      <description>Post an example of the solution or what it was (if you can) and mark that as a solution. In certain cases, this is fine, and this may likely be one of those &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 13 Aug 2019 16:47:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Strange-output-orientation/m-p/580882#M165047</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-13T16:47:19Z</dc:date>
    </item>
  </channel>
</rss>

