<?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: SAS EG and ODS Layout Gridded in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS-Layout-Gridded/m-p/242307#M15026</link>
    <description>&lt;P&gt;Yes. You have some syntax error . You can't put STYLE&amp;nbsp;on&amp;nbsp;&lt;SPAN&gt;ods layout &amp;nbsp;in that way .&lt;/SPAN&gt;&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;options nodate nonumber ORIENTATION=landscape;
ods pdf file='/folders/myfolders/abcd.pdf';
title 'Completion Rate by Program';
footnote 'X Program is not included';
 
ods layout gridded style=sasweb;
ods region ;
ods text='Completion Rate by Program by Section';
proc print data=sashelp.class noobs style(report header)={backgroundcolor=yellow};
run;
 
ods layout gridded y=4in columns=5 style=sasweb column_widths=(5.35in .5in .5in .5in .5in);
ods region;
ods text='Completion Rate by Program by XXXX';
proc print data=sashelp.class noobs style={backgroundcolor=yellow};
run;
 
ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Jan 2016 01:37:05 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-01-08T01:37:05Z</dc:date>
    <item>
      <title>SAS EG and ODS Layout Gridded</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS-Layout-Gridded/m-p/242228#M15024</link>
      <description>&lt;P&gt;I'm using Enterprise Guide and trying to use ODS layout gridded to create a PDF output. First problem, there is any error message saying that the "style" option is not recognized and will be ignored (I highlight the code below), which I thought "style" is an option within ODS layout gridded. So I'm not sure if is an Enterprise Guide issue or there is something wrong with my sytex. The second problem is there are couple missing titles in the PDF output. I want a general title and individual tiltes of the two tables, but only the general title came out in the output. Hoping someone can tell me why the "style" option is not working and why the titles are missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options nodate nonumber ORIENTATION=landscape;&lt;BR /&gt;ods pdf file='abcd.pdf';&lt;BR /&gt;title 'Completion Rate by Program';&lt;BR /&gt;footnote 'X Program is not included';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods layout gridded &lt;U&gt;&lt;STRONG&gt;style=[backgroundcolor=yellow]&lt;/STRONG&gt;&lt;/U&gt;;&lt;BR /&gt;ods region ;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;title 'Completion Rate by Program by Section'&lt;/U&gt;;&lt;/STRONG&gt;&lt;BR /&gt;proc print data=by_program noobs;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods layout gridded y=4in columns=5 style=[backgroundcolor=yellow] column_widths=(5.35in .5in .5in .5in .5in);&lt;BR /&gt;ods region;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;title 'Completion Rate by Program by Section'&lt;/U&gt;;&lt;/STRONG&gt;&lt;BR /&gt;proc print data=prg_sections_pdf noobs;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods layout end;&lt;BR /&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS-Layout-Gridded/m-p/242228#M15024</guid>
      <dc:creator>ernie86</dc:creator>
      <dc:date>2016-01-07T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG and ODS Layout Gridded</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS-Layout-Gridded/m-p/242307#M15026</link>
      <description>&lt;P&gt;Yes. You have some syntax error . You can't put STYLE&amp;nbsp;on&amp;nbsp;&lt;SPAN&gt;ods layout &amp;nbsp;in that way .&lt;/SPAN&gt;&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;options nodate nonumber ORIENTATION=landscape;
ods pdf file='/folders/myfolders/abcd.pdf';
title 'Completion Rate by Program';
footnote 'X Program is not included';
 
ods layout gridded style=sasweb;
ods region ;
ods text='Completion Rate by Program by Section';
proc print data=sashelp.class noobs style(report header)={backgroundcolor=yellow};
run;
 
ods layout gridded y=4in columns=5 style=sasweb column_widths=(5.35in .5in .5in .5in .5in);
ods region;
ods text='Completion Rate by Program by XXXX';
proc print data=sashelp.class noobs style={backgroundcolor=yellow};
run;
 
ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jan 2016 01:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-EG-and-ODS-Layout-Gridded/m-p/242307#M15026</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-08T01:37:05Z</dc:date>
    </item>
  </channel>
</rss>

