<?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: error with data _null_ dcl odsout obj() in 9.3 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-with-data-null-dcl-odsout-obj-in-9-3/m-p/81348#M8969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Generally, when something works in one release of SAS, but not another release, that is an indication that you should call Tech Support. And, another indicator of when to call Tech Support is when you get Fatal errors in running code. So now you have 2 reasons to call Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 04:09:43 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-01-22T04:09:43Z</dc:date>
    <item>
      <title>error with data _null_ dcl odsout obj() in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-with-data-null-dcl-odsout-obj-in-9-3/m-p/81347#M8968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using SAS 9.3 TS Level 1M2 with tableeditor (modified 4/18/2012).&lt;BR /&gt;After running this piece of code I receive the error below.&lt;BR /&gt;This code runs without an error in SAS 9.2.&lt;/P&gt;&lt;P&gt; data _null_;&lt;BR /&gt; dcl odsout obj();&lt;BR /&gt; obj.table_start(name: "Stock",&lt;BR /&gt; overrides: "width=95pct");&lt;BR /&gt; obj.row_start();&lt;BR /&gt; obj.format_cell(data: "Injury Snapshot ~n (Data updated &amp;amp;month2. &amp;amp;day1., &amp;amp;year1.)",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column_span: 4,&lt;BR /&gt; overrides: "backgroundcolor=BIGB color=white font_size=12pt font_weight=bold");&lt;BR /&gt; obj.row_end();&lt;BR /&gt; obj.table_end();&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: DATA step interface is preproduction in this release.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.03 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;ERROR: The position is out of range.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 00:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-with-data-null-dcl-odsout-obj-in-9-3/m-p/81347#M8968</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2013-01-22T00:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: error with data _null_ dcl odsout obj() in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-with-data-null-dcl-odsout-obj-in-9-3/m-p/81348#M8969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Generally, when something works in one release of SAS, but not another release, that is an indication that you should call Tech Support. And, another indicator of when to call Tech Support is when you get Fatal errors in running code. So now you have 2 reasons to call Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 04:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/error-with-data-null-dcl-odsout-obj-in-9-3/m-p/81348#M8969</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-01-22T04:09:43Z</dc:date>
    </item>
  </channel>
</rss>

