<?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: Installing Proc Traj on linux server / SAS Studio? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531689#M145571</link>
    <description>You can have multiple paths. See how the SASHELP library is defined in the cfg file, since that has multiple paths listed with it.</description>
    <pubDate>Thu, 31 Jan 2019 16:17:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-01-31T16:17:08Z</dc:date>
    <item>
      <title>Installing Proc Traj on linux server / SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531634#M145550</link>
      <description>&lt;P&gt;I have a linux server and am trying to get proc traj working for users.&amp;nbsp; The instructions say "&lt;SPAN&gt;Place the traj executable in its own directory, and add that directory to your config file in the -PATH option list."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there some way to have multiple path options in the sasv9.cfg file?&amp;nbsp; My current path looks like this "-PATH !SASROOT/sasexe"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried adding a new line so it looks like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-PATH !SASROOT/sasexe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-PATH /opt/trajv9-unix/c/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but no difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the only thing that seems to "work" is placing the traj file in this locations:&amp;nbsp;/usr/local/SASHome/SASFoundation/9.4/sasexe/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Users say they no longer get an error, but also no results are output.&amp;nbsp; I tried running the test code that comes with proc traj (trajtest.sas) and it completes, but I don't see anything in the results window in SAS Studio. I have also tried running it command line - which also outputs a .log file, but that's it (log just has the full code in it and some loging info about time taken, page faults, etc).&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this expected behavior?&amp;nbsp; Shouldn't there be results outputted somehow?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I should note that I am not a SAS programmer - I am a systems admin.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531634#M145550</guid>
      <dc:creator>gothaggis</dc:creator>
      <dc:date>2019-01-31T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Proc Traj on linux server / SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531689#M145571</link>
      <description>You can have multiple paths. See how the SASHELP library is defined in the cfg file, since that has multiple paths listed with it.</description>
      <pubDate>Thu, 31 Jan 2019 16:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531689#M145571</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Proc Traj on linux server / SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531690#M145572</link>
      <description>And PROC TRAJ is not a SAS product, you need to contact the authors/creators for support.</description>
      <pubDate>Thu, 31 Jan 2019 16:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531690#M145572</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Proc Traj on linux server / SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531702#M145577</link>
      <description>&lt;P&gt;yeah I tried using something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;-PATH (
              '!SASROOT/sasexe'
              '/opt/traj/'
)

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;however this results in an error when trying to log in: "The launch of the server process failed due to an invalid or inaccessible LOG file."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the same error even when using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;-PATH (
              '!SASROOT/sasexe'
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jan 2019 16:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531702#M145577</guid>
      <dc:creator>gothaggis</dc:creator>
      <dc:date>2019-01-31T16:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Proc Traj on linux server / SAS Studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531762#M145620</link>
      <description>&lt;P&gt;Just wanted to update this in case anyone else comes across this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;removing the quotes around the paths fixed that issue with the PATH.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to get PROC TRAJ working in SAS studio, the macros that come with the download (traj*.sas) have to be copied to:&amp;nbsp;!SASROOT/SASFoundation/9.4/sasautos/ &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 19:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Installing-Proc-Traj-on-linux-server-SAS-Studio/m-p/531762#M145620</guid>
      <dc:creator>gothaggis</dc:creator>
      <dc:date>2019-01-31T19:03:55Z</dc:date>
    </item>
  </channel>
</rss>

