<?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 on-demand for academics ... how to use CODE statement in HPSPLIT in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919492#M11221</link>
    <description>&lt;P&gt;I would start with setting the file in home directory:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;file ="~/winecode.sas"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 16:18:24 GMT</pubDate>
    <dc:creator>yabwon</dc:creator>
    <dc:date>2024-03-08T16:18:24Z</dc:date>
    <item>
      <title>SAS on-demand for academics ... how to use CODE statement in HPSPLIT</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919488#M11220</link>
      <description>&lt;P&gt;I'm running SAS on demand for academics.&lt;/P&gt;
&lt;P&gt;My question how to make the code file= statement work? I'm getting the following error in the LOG:&amp;nbsp;&lt;SPAN&gt;ERROR: HPSPLIT was unable to open the code file for output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;BR /&gt;proc hpsplit data=Wine CVCC&lt;BR /&gt;seed=123;&lt;BR /&gt;class Cultivar;&lt;BR /&gt;model Cultivar = Alcohol Malic Ash Alkan Mg TotPhen Flav&lt;BR /&gt;NFPhen Cyanins Color Hue ODRatio Proline;&lt;BR /&gt;code file ="winecode.sas";&lt;BR /&gt;grow entropy;&lt;BR /&gt;prune costcomplexity;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 16:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919488#M11220</guid>
      <dc:creator>blund</dc:creator>
      <dc:date>2024-03-08T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on-demand for academics ... how to use CODE statement in HPSPLIT</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919492#M11221</link>
      <description>&lt;P&gt;I would start with setting the file in home directory:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;file ="~/winecode.sas"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 16:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919492#M11221</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2024-03-08T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on-demand for academics ... how to use CODE statement in HPSPLIT</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919663#M11223</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;This CODE statement worked for me. The "home/blund0" is a folder in the SAS on Demand for Academics file system:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;proc hpsplit data=Wine CVCC&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;seed=123;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;class Cultivar;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;model Cultivar = Alcohol /*Malic*/ Ash /*Alkan Mg TotPhen Flav&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;NFPhen Cyanins Color Hue ODRatio Proline*/;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7" color="#FF0000"&gt;code file ="/home/blund0/HPSPLIT/winecode.sas";&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;grow entropy;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;prune costcomplexity;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;run;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 21:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-on-demand-for-academics-how-to-use-CODE-statement-in-HPSPLIT/m-p/919663#M11223</guid>
      <dc:creator>blund</dc:creator>
      <dc:date>2024-03-09T21:37:13Z</dc:date>
    </item>
  </channel>
</rss>

