<?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: How to open a SAS program in Unix from command prompt (and not run program in batch) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170504#M301368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can start a program containing the DM statement you can instruct that to open a file. It automates the DM interface. IT only works with the dms interface not with Eguide portal Studio or any other. &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#p1puvpmmlcwvfqn1mvfkz3e0qvan.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#p1puvpmmlcwvfqn1mvfkz3e0qvan.htm"&gt;SAS(R) 9.4 Statements: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When you can start your session with an instruction to that, it is achievable. I am thinking on an autoexec that contains a check with parameters as given eg with the sysparm option &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p0ajr6rtdhuhzbn199hhpkak2v8p.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p0ajr6rtdhuhzbn199hhpkak2v8p.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 16:14:25 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-08-21T16:14:25Z</dc:date>
    <item>
      <title>How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170501#M301365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to open a SAS program in Unix (from the command prompt) that does not run the SAS program in batch-mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typing "sas" will open the GUI, run the autoexec.sas, and create a new blank SAS program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I call SAS that it will just open the file, but not actually run it until I select "Run" -&amp;gt; "Submit"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you time and thoughts. Haven't been able to find any documentation about this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 15:26:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170501#M301365</guid>
      <dc:creator>jlav</dc:creator>
      <dc:date>2014-08-21T15:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170502#M301366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have an x11 server installed on your desktop and are allowed to make a connection from unix to your X11 (desktop server). Than:&amp;nbsp;&amp;nbsp; &lt;BR /&gt;......&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Typing "sas" will open the GUI, run the autoexec.sas, and create a new blank SAS program.&lt;/P&gt;&lt;P&gt;You have to open the program in your Editor as usual.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What is your problem?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 15:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170502#M301366</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-21T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170503#M301367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to be able to open the SAS program from the command line. The idea is that this would be built into a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Opening the GUI and then clicking "File" - &amp;gt; "Open" would not be ideal as there are hundreds of programs spread throughout hundreds of directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Japp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 15:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170503#M301367</guid>
      <dc:creator>jlav</dc:creator>
      <dc:date>2014-08-21T15:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170504#M301368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can start a program containing the DM statement you can instruct that to open a file. It automates the DM interface. IT only works with the dms interface not with Eguide portal Studio or any other. &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#p1puvpmmlcwvfqn1mvfkz3e0qvan.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/67407/HTML/default/viewer.htm#p1puvpmmlcwvfqn1mvfkz3e0qvan.htm"&gt;SAS(R) 9.4 Statements: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When you can start your session with an instruction to that, it is achievable. I am thinking on an autoexec that contains a check with parameters as given eg with the sysparm option &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p0ajr6rtdhuhzbn199hhpkak2v8p.htm" title="http://support.sas.com/documentation/cdl/en/mcrolref/67377/HTML/default/viewer.htm#p0ajr6rtdhuhzbn199hhpkak2v8p.htm"&gt;SAS(R) 9.4 Macro Language: Reference, Second Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170504#M301368</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-21T16:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170505#M301369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe your question was answered here: &lt;A __default_attr="191612" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170505#M301369</guid>
      <dc:creator>Fruzsina</dc:creator>
      <dc:date>2014-08-21T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a SAS program in Unix from command prompt (and not run program in batch)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170506#M301370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the -INITSTMT (or -IS) option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;sas92 -is 'dm "include test.sas";' &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 16:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-open-a-SAS-program-in-Unix-from-command-prompt-and-not/m-p/170506#M301370</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-08-21T16:22:38Z</dc:date>
    </item>
  </channel>
</rss>

