<?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: How can I save the output data from a SAS code step so that it can be used as input in the next in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963527#M2817</link>
    <description>&lt;P&gt;A DATA step does not produce output, it already creates a dataset. Just use that in the next step.&lt;/P&gt;</description>
    <pubDate>Sat, 05 Apr 2025 09:49:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2025-04-05T09:49:40Z</dc:date>
    <item>
      <title>How can I save the output data from a SAS code step so that it can be used as input in the next node</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963523#M2814</link>
      <description>&lt;P&gt;How can I save the output data from a SAS code step so that it can be used as input in the next node&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can save it to a table, but what I want is to continue using the new dataset as a input in the next node for machine learning.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 08:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963523#M2814</guid>
      <dc:creator>anniewong</dc:creator>
      <dc:date>2025-04-05T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the output data from a SAS code step so that it can be used as input in the next</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963524#M2815</link>
      <description>&lt;P&gt;To save the results of a printing procedure to a dataset, use&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsug/p0oxrbinw6fjuwn1x23qam6dntyd.htm" target="_blank" rel="noopener"&gt;ODS OUTPUT&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 08:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963524#M2815</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-04-05T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the output data from a SAS code step so that it can be used as input in the next</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963526#M2816</link>
      <description>&lt;P&gt;Thank you for ur reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it in the SAS Code under Build Models&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data CASUSER.OVERSAMPLED;
set &amp;amp;dm_output_data;
ods output OVERSAMPLED;
ods output table=OVERSAMPLED;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;However, the "output data table" is not being updated in the new dataset , please advise.&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105958iB1590DA005B70586/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 05 Apr 2025 08:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963526#M2816</guid>
      <dc:creator>anniewong</dc:creator>
      <dc:date>2025-04-05T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the output data from a SAS code step so that it can be used as input in the next</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963527#M2817</link>
      <description>&lt;P&gt;A DATA step does not produce output, it already creates a dataset. Just use that in the next step.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 09:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-can-I-save-the-output-data-from-a-SAS-code-step-so-that-it/m-p/963527#M2817</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-04-05T09:49:40Z</dc:date>
    </item>
  </channel>
</rss>

