<?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: Getting the input from the user in sas programming in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712980#M219885</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/361272"&gt;@sas_it&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How to get the input from the user in sas programming?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, but this is not enough information. The answer depends on the client used to execute the code. The %window-macro, mentioned by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226565"&gt;@japelin&lt;/a&gt; will only work, if you are using SAS Display Manager and not when Enterprise Guide or SAS Studio is used. Both have their own way of defining parameters.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 05:52:41 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-01-21T05:52:41Z</dc:date>
    <item>
      <title>Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712976#M219881</link>
      <description>&lt;P&gt;How to get the input from the user in sas programming?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712976#M219881</guid>
      <dc:creator>sas_it</dc:creator>
      <dc:date>2021-01-21T05:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712979#M219884</link>
      <description>&lt;P&gt;In what situation?&lt;BR /&gt;1.Assigning values directly in a program.&lt;BR /&gt;2.Specifying a value using a cards statement.&lt;BR /&gt;3.Use %WINDOW statement to display a dialog and reflect user input to the program (like a command prompt).&lt;BR /&gt;4.Others?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:44:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712979#M219884</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2021-01-21T05:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712980#M219885</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/361272"&gt;@sas_it&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How to get the input from the user in sas programming?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry, but this is not enough information. The answer depends on the client used to execute the code. The %window-macro, mentioned by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226565"&gt;@japelin&lt;/a&gt; will only work, if you are using SAS Display Manager and not when Enterprise Guide or SAS Studio is used. Both have their own way of defining parameters.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712980#M219885</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-01-21T05:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712981#M219886</link>
      <description>&lt;P&gt;Clarification needed about the situation:&lt;/P&gt;
&lt;P&gt;- Should the program run On Line or Batch?&lt;/P&gt;
&lt;P&gt;- Should the program run on the user's PC or on differen PCs ?&lt;/P&gt;
&lt;P&gt;- What sas platform is used? SAS EG? other?&lt;/P&gt;
&lt;P&gt;- How much information the user needs to deliver to the program?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; short parameter? a long string? a file?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 05:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712981#M219886</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-01-21T05:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712983#M219888</link>
      <description>&lt;P&gt;Program should run in batch on use's PC using SAS enterprise guide. The large amount of information will be read from the file.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 06:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712983#M219888</guid>
      <dc:creator>sas_it</dc:creator>
      <dc:date>2021-01-21T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the input from the user in sas programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712990#M219894</link>
      <description>&lt;P&gt;As much as I know, when a user uses SAS Enterprise Guide, the program is kept on the server, it runs on the server (not on the user's PC) and the input file should be on a device accessible to the server - it can be on a remote computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user need be able to update the FILENAME statement to point at the desired file and then submit the program to run.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 07:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-the-input-from-the-user-in-sas-programming/m-p/712990#M219894</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-01-21T07:19:05Z</dc:date>
    </item>
  </channel>
</rss>

