<?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 ODS text or proc odstext not outputting text in SAS Management Concole in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/933550#M44894</link>
    <description>&lt;P&gt;Hi, I have created a summary report using proc report with 2 pages tables (page 2 and 3). I also have report background in the first page and technical notes in the forth page. This script outputs a total of 4 pages PDF report with ODS destination nicely with no issues when I run this program (.epg) from the Enterprise Guide 8.3.&lt;/P&gt;
&lt;P&gt;However, when I schedule to run this program (saving as .sas) in SAS Management Console (9.4), it outputs 2 and 3rd pages data tables&amp;nbsp; but does not write any text in 1 and 2 page with proc odstext or&amp;nbsp;ODS TEXT.&lt;/P&gt;
&lt;P&gt;Just wondering if SAS Management Console (i.e. to run program on a specific time) using .sas program can't output odxtext?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample odstext script that I am using:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Proc odstext;&lt;/P&gt;
&lt;P&gt;p ' Source:'/ style=[color=blue fontsize=&lt;STRONG&gt;11.5&lt;/STRONG&gt;pt fontfamily=Calibri fontweight=bold];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; list;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item "^{style[fontstyle=italic] }Date Extraction: &amp;amp;Extraction" / style=[fontsize=&lt;STRONG&gt;11&lt;/STRONG&gt;pt fontfamily=Calibri];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item "^{style[fontstyle=italic] }Some data accessed through a Microsoft Access interface." / style=[fontsize=&lt;STRONG&gt;11&lt;/STRONG&gt;pt fontfamily=Calibri];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;ODS TEXT='^S={LEFTMARGIN=0.1in RIGHTMARGIN=0.1in}^{style[ fontsize=8pt] ^{style[fontweight=bold color=black]Footnotes: See technical section for details}';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 12:35:37 GMT</pubDate>
    <dc:creator>bijayadhikar</dc:creator>
    <dc:date>2024-06-24T12:35:37Z</dc:date>
    <item>
      <title>ODS text or proc odstext not outputting text in SAS Management Concole</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/933550#M44894</link>
      <description>&lt;P&gt;Hi, I have created a summary report using proc report with 2 pages tables (page 2 and 3). I also have report background in the first page and technical notes in the forth page. This script outputs a total of 4 pages PDF report with ODS destination nicely with no issues when I run this program (.epg) from the Enterprise Guide 8.3.&lt;/P&gt;
&lt;P&gt;However, when I schedule to run this program (saving as .sas) in SAS Management Console (9.4), it outputs 2 and 3rd pages data tables&amp;nbsp; but does not write any text in 1 and 2 page with proc odstext or&amp;nbsp;ODS TEXT.&lt;/P&gt;
&lt;P&gt;Just wondering if SAS Management Console (i.e. to run program on a specific time) using .sas program can't output odxtext?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample odstext script that I am using:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Proc odstext;&lt;/P&gt;
&lt;P&gt;p ' Source:'/ style=[color=blue fontsize=&lt;STRONG&gt;11.5&lt;/STRONG&gt;pt fontfamily=Calibri fontweight=bold];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; list;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item "^{style[fontstyle=italic] }Date Extraction: &amp;amp;Extraction" / style=[fontsize=&lt;STRONG&gt;11&lt;/STRONG&gt;pt fontfamily=Calibri];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; item "^{style[fontstyle=italic] }Some data accessed through a Microsoft Access interface." / style=[fontsize=&lt;STRONG&gt;11&lt;/STRONG&gt;pt fontfamily=Calibri];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;ODS TEXT='^S={LEFTMARGIN=0.1in RIGHTMARGIN=0.1in}^{style[ fontsize=8pt] ^{style[fontweight=bold color=black]Footnotes: See technical section for details}';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 12:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/933550#M44894</guid>
      <dc:creator>bijayadhikar</dc:creator>
      <dc:date>2024-06-24T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS text or proc odstext not outputting text in SAS Management Concole</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/933551#M44895</link>
      <description>&lt;P&gt;Where is the ODS destination set in relation to this code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does you your log show?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 12:38:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/933551#M44895</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-24T12:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODS text or proc odstext not outputting text in SAS Management Concole</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/934409#M44917</link>
      <description>Sorry for my delay in reply as I yet to reproduce the log, which I will do soon.&lt;BR /&gt;The Console runs in the server (DataMart), and  ODS destination is on the network drive dedicated for SAS run. My coworker mentioned that Proc odxtext won't be supported in the Console, however the ods text is supported.</description>
      <pubDate>Tue, 02 Jul 2024 15:08:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/934409#M44917</guid>
      <dc:creator>bijayadhikar</dc:creator>
      <dc:date>2024-07-02T15:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS text or proc odstext not outputting text in SAS Management Concole</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/934481#M44922</link>
      <description>&lt;P&gt;SMC-scheduled jobs run SAS programs in batch mode. There is no default destination for ODS output when run in batch so you need to specify one. It could be as simple as adding something similar to this at the start of your program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html body = "Myfolder\Myoutput.html";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And it's a good idea to do this at the end of your program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Jul 2024 00:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ODS-text-or-proc-odstext-not-outputting-text-in-SAS-Management/m-p/934481#M44922</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-07-03T00:09:49Z</dc:date>
    </item>
  </channel>
</rss>

