<?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 SAS on Unix platform - SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493063#M31774</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS EG 7.11 .&amp;nbsp; I would like to know if the programs I am writing with SAS EG 7.11 are transferable (executable) on a Unix platform or does my programs need to go trough some transformation before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alepage&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 15:20:11 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2018-09-06T15:20:11Z</dc:date>
    <item>
      <title>SAS on Unix platform - SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493063#M31774</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS EG 7.11 .&amp;nbsp; I would like to know if the programs I am writing with SAS EG 7.11 are transferable (executable) on a Unix platform or does my programs need to go trough some transformation before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alepage&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493063#M31774</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-09-06T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on Unix platform - SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493075#M31775</link>
      <description>&lt;P&gt;Any OS dependent statements or options need to be addressed. Most common are library and filename assignments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use any OS commands such as from the X command or statement, CALL SYSTEM, SYSTASK or &amp;nbsp;%sysexec then the syntax has to match the operating system executing the commands.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493075#M31775</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on Unix platform - SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493080#M31777</link>
      <description>&lt;P&gt;&lt;EM&gt;Code&lt;/EM&gt; you write with EG to run on a UNIX-based workspace server can usually run with the sasbatch.sh of the same Application Server.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;EG tasks&lt;/EM&gt;, not so, as they often interact with the client desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If, OTOH, you used EG up to now with the Local server, you have some work to do where your current code interacts with the Windows platform.&lt;/P&gt;
&lt;P&gt;You might also run into issues caused by different codepages, or problems with UTF/non-UTF environments.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493080#M31777</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on Unix platform - SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493082#M31778</link>
      <description>&lt;P&gt;Hello Kurt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide me more information on sasbatch.sh&amp;nbsp;?&amp;nbsp; Do you know good pdf document where this situation is well explained?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alepage&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493082#M31778</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-09-06T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS on Unix platform - SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493092#M31779</link>
      <description>&lt;P&gt;sasbatch.sh resides in the Lev1/SASApp/BatchServer subdirectory of your configuration tree and is used to run SAS programs in batch which are developed in the SASApp context. It is a wrapper for the SAS executable that automatically includes the SASApp environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I advise to do a google search for sasbatch.sh, and start out by running a few simple programs with sasbatch.sh to get a feel for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Data Step Batch Server defined in SAS metadata also uses sasbatch.sh.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 16:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-on-Unix-platform-SAS-EG/m-p/493092#M31779</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-06T16:13:30Z</dc:date>
    </item>
  </channel>
</rss>

