<?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: Use of CAS data step - what functions and features aren't available? in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930815#M2418</link>
    <description>&lt;P&gt;Ok, so do macro variables resolve in CAS or not?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 14:44:55 GMT</pubDate>
    <dc:creator>phopkinson</dc:creator>
    <dc:date>2024-06-04T14:44:55Z</dc:date>
    <item>
      <title>Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930811#M2416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run some code in compute but am struggling with the runtimes, have tried running the code in CAS but it is coming up with an error, does CAS support the use of macros or not because my process largely relies arrays and macros?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930811#M2416</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-06-04T14:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930813#M2417</link>
      <description>Hi, Unfortunately Macros do not execute on the CAS server. &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/mcrolref/n0ch1ei5629ioxn13clvseqif3wi.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/mcrolref/n0ch1ei5629ioxn13clvseqif3wi.htm&lt;/A&gt;&lt;BR /&gt;Are you able to identify why your code is not executing speedily? &lt;BR /&gt;Are your input tables large? searching through an unindexed dataset? &lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930813#M2417</guid>
      <dc:creator>Mazi</dc:creator>
      <dc:date>2024-06-04T14:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930815#M2418</link>
      <description>&lt;P&gt;Ok, so do macro variables resolve in CAS or not?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930815#M2418</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-06-04T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930816#M2419</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro test(name=);
	libname casuser cas caslib="casuser";
	data casuser.test;
		x=1;
		name="&amp;amp;name";
	run;
%mend test;
%test(name=John Doe)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MPRINT(TEST):   data casuser.test;
MPRINT(TEST):   x=1;
MPRINT(TEST):   name="John Doe";
MPRINT(TEST):   run;
NOTE: Running DATA step in Cloud Analytic Services.
NOTE: The DATA step has no input data set and will run in a single thread.
NOTE: The table test in caslib CASUSER(XXXXX) has 1 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.52 seconds
      cpu time            0.05 seconds&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Does this answer your question?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:52:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930816#M2419</guid>
      <dc:creator>Mazi</dc:creator>
      <dc:date>2024-06-04T14:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930818#M2420</link>
      <description>&lt;P&gt;Thanks that's helpful, I'm quite new in terms of using Viya so some of this probably seems quite a dumb question but I do appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930818#M2420</guid>
      <dc:creator>phopkinson</dc:creator>
      <dc:date>2024-06-04T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930821#M2421</link>
      <description>&lt;P&gt;No problem at all. If you can share more about what errors you are facing maybe we can advise you accordingly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930821#M2421</guid>
      <dc:creator>Mazi</dc:creator>
      <dc:date>2024-06-04T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use of CAS data step - what functions and features aren't available?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930841#M2422</link>
      <description>&lt;P&gt;For a discussion of the DATA step and which functions can run in CAS, see the article,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/02/19/sas-functions-not-run-in-cas.html" target="_self"&gt;"A list of SAS DATA step functions that do not run in CAS"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 16:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Use-of-CAS-data-step-what-functions-and-features-aren-t/m-p/930841#M2422</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-06-04T16:55:29Z</dc:date>
    </item>
  </channel>
</rss>

