<?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 viya programming in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766269#M242837</link>
    <description>&lt;P&gt;In that case these are statements that likely won't migrate cleanly as they contain directory references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's no short cut to migration testing unfortunately. You just have to put in the hard yards.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Sep 2021 21:41:35 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-09-06T21:41:35Z</dc:date>
    <item>
      <title>SAS viya programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/764642#M242212</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help in below query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I was trying to&amp;nbsp; migrate a SAS program, which is present sas9.4, to VIYA. I am getting issue in the below lines&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname Target "\\folderA\Data\abc";&lt;/P&gt;
&lt;P&gt;%include "xyz";&lt;/P&gt;
&lt;P&gt;Infile weight Delimiter=' ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest a way to resolve .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also&amp;nbsp; do we have any macro to remediate the issue, so we don't have to do it again for every libname/infile/include statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 18:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/764642#M242212</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-08-28T18:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS viya programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/764652#M242219</link>
      <description>&lt;P&gt;Is this really the program you are trying to migrate?&lt;/P&gt;
&lt;P&gt;It wouldn't work in SAS 9.4 either because of missing statements and syntax errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, this statement - Infile weight Delimiter=' ; - does not have a closing quote or a delimiter character.&lt;/P&gt;
&lt;P&gt;You are also missing a DATA statement before the INFILE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your complete SAS log including notes and errors so we can give you better advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 23:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/764652#M242219</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-28T23:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS viya programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766207#M242808</link>
      <description>Thanks!&lt;BR /&gt;I completely understand  your concern. These lines are from different program.&lt;BR /&gt;These are basically code check  outputs I got from SAS content Assessment tool.&lt;BR /&gt;&lt;BR /&gt;I am yet to migrate it to sas viya. &lt;BR /&gt;just looking for better options&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2021 12:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766207#M242808</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2021-09-06T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS viya programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766269#M242837</link>
      <description>&lt;P&gt;In that case these are statements that likely won't migrate cleanly as they contain directory references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's no short cut to migration testing unfortunately. You just have to put in the hard yards.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 21:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766269#M242837</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-09-06T21:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS viya programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766273#M242839</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;said this line of code is invalid.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile WEIGHT delimiter=' ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;As for the path, you might get away with the problem by adding the smb: protocol to the path, depending on your server and network config.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname TARGET "smb://server/share/Data/abc";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Another option is to get the SMB shares mounted.&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;Talk to the (future?) Linux/Unix admin.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hard-coded paths in programs are best avoided.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 22:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-viya-programming/m-p/766273#M242839</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-09-06T22:52:54Z</dc:date>
    </item>
  </channel>
</rss>

