<?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 Output ChiSqCross in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Output-ChiSqCross/m-p/289267#M16562</link>
    <description>&lt;P&gt;I am having issues specifying the output table for the cross correlation (ChiSqCross) function within proc arima. &amp;nbsp;However, I have no issue for the ADF test (StationarityTests).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc arima data = Base;
identify var = CPNGE(1) stationarity = (adf) crosscorr = (RGDP(1)  Unemp(1)  Petro_Dem(1)) nlag=6; 
ods output ChiSqCross = _cc;
run;
quit;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code above works perfectly if you replace "ChiSqCross" with&amp;nbsp;"StationarityTests"&lt;/P&gt;&lt;P&gt;The next step&amp;nbsp;is to customize the information from the cross correlation analysis and send to Excel, but I first need the table. Any insight would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 15:35:19 GMT</pubDate>
    <dc:creator>rmtcbi</dc:creator>
    <dc:date>2016-08-03T15:35:19Z</dc:date>
    <item>
      <title>ODS Output ChiSqCross</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Output-ChiSqCross/m-p/289267#M16562</link>
      <description>&lt;P&gt;I am having issues specifying the output table for the cross correlation (ChiSqCross) function within proc arima. &amp;nbsp;However, I have no issue for the ADF test (StationarityTests).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc arima data = Base;
identify var = CPNGE(1) stationarity = (adf) crosscorr = (RGDP(1)  Unemp(1)  Petro_Dem(1)) nlag=6; 
ods output ChiSqCross = _cc;
run;
quit;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code above works perfectly if you replace "ChiSqCross" with&amp;nbsp;"StationarityTests"&lt;/P&gt;&lt;P&gt;The next step&amp;nbsp;is to customize the information from the cross correlation analysis and send to Excel, but I first need the table. Any insight would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Output-ChiSqCross/m-p/289267#M16562</guid>
      <dc:creator>rmtcbi</dc:creator>
      <dc:date>2016-08-03T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Output ChiSqCross</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Output-ChiSqCross/m-p/289271#M16563</link>
      <description>&lt;P&gt;Figured it out - had the wrong table name it appears. Should have been "CrossCorrGraph"&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Output-ChiSqCross/m-p/289271#M16563</guid>
      <dc:creator>rmtcbi</dc:creator>
      <dc:date>2016-08-03T16:05:22Z</dc:date>
    </item>
  </channel>
</rss>

