<?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' is not recognized as an internal or external command in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/699365#M20713</link>
    <description>&lt;P&gt;Thank you very much Kurt!&lt;/P&gt;&lt;P&gt;-Ramana.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 04:42:11 GMT</pubDate>
    <dc:creator>KVRamana</dc:creator>
    <dc:date>2020-11-17T04:42:11Z</dc:date>
    <item>
      <title>'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698072#M20673</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm Trying to execute SAS program using JCL in Micro Focus environment triggered MFSAS-FDS utility provided by Micro Focus. When I submitted the Job(JCL) getting below error not able to proceed further:&lt;/P&gt;&lt;P&gt;C:\SAS\SASWORK&amp;gt;sas JCL401074STEP10.SAS -sysparm "JOBID=JCL4;dbuser=JESUSER;database=DB2T;options='';"&lt;BR /&gt;&lt;BR /&gt;'sas' is not recognized as an internal or external command, operable program or batch file.&lt;BR /&gt;RETURN-CODE=9009&lt;/P&gt;&lt;P&gt;*********** Warning *****************&lt;BR /&gt;PGM=SASPIPE OPEN ERROR&lt;BR /&gt;SAS Log file not found&lt;BR /&gt;SASLOGF-STATUS: 35&lt;BR /&gt;*********** Warning *****************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ramana.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 05:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698072#M20673</guid>
      <dc:creator>KVRamana</dc:creator>
      <dc:date>2020-11-11T05:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: 'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698078#M20674</link>
      <description>&lt;P&gt;Most likely your SASHome\SASFoundation\9.4 directory is not in your PATH environment variable. Always use absolute paths to call external programs.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 05:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698078#M20674</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-11T05:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: 'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698317#M20682</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;Thank you very much for the quick clue on the error. Can I know if some sample temple for the Environment Variables to be declared in Micro Focus enterprise server to connect to SAS Server. I know Both Servers are in the same domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Ramana.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 06:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698317#M20682</guid>
      <dc:creator>KVRamana</dc:creator>
      <dc:date>2020-11-12T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: 'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698320#M20683</link>
      <description>&lt;P&gt;The fact that the JCL tries to start SAS from this path&lt;/P&gt;
&lt;PRE&gt;C:\SAS\SASWORK&amp;gt;&lt;/PRE&gt;
&lt;P&gt;lets me suspect it already does this on the SAS server.&lt;/P&gt;
&lt;P&gt;You then need to get JCL to use the full path to the SAS executable, which usually is&lt;/P&gt;
&lt;PRE&gt;C:\Program Files\SASHome\SASFoundation\9.4\sas.exe&lt;/PRE&gt;
&lt;P&gt;For the details, you need to get your SAS server admin and the MicroFocus admins to work together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disclaimer: our MicroFocus mainframe environment runs on Linux, and the scheduler (and therefore the JCL scripting) is still done on a regular z/OS instance.&lt;/P&gt;
&lt;P&gt;And SAS jobs are run from the scheduler via SSH/SFTP.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 06:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/698320#M20683</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-12T06:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: 'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/699365#M20713</link>
      <description>&lt;P&gt;Thank you very much Kurt!&lt;/P&gt;&lt;P&gt;-Ramana.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 04:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/699365#M20713</guid>
      <dc:creator>KVRamana</dc:creator>
      <dc:date>2020-11-17T04:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: 'sas' is not recognized as an internal or external command</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/778741#M23380</link>
      <description>&lt;P&gt;Hi Kurt!&amp;nbsp; Yes, you are right, it has things beyond the developer's control. Micro Focus (MF) has a SAS-FDS utility to make SAS work through JCL if both SAS and Micro Focus are on the same box. In our case, both are on different servers (both are Windows servers - No Unix or Linux), and I have worked extensively with the MF team to tailor the SAS-FDS Utility to have remote connectivity to the SAS server as and when a JCL step encounter SAS program. Things are up and running now.&lt;/P&gt;&lt;P&gt;Thank you for the clue which showed me a way to get an extraordinary achievement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"It's amazing to see what we can achieve, no matter who gets the credit".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice time!!!&lt;/P&gt;&lt;P&gt;-Ramana.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 13:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-is-not-recognized-as-an-internal-or-external-command/m-p/778741#M23380</guid>
      <dc:creator>KVRamana</dc:creator>
      <dc:date>2021-11-05T13:06:56Z</dc:date>
    </item>
  </channel>
</rss>

