<?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 %input not working? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762633#M30381</link>
    <description>&lt;P&gt;Wow, I didn't know there are so many options. I NEED to have this working in UNIX environment. It would be nice to know how it will work in Windows, but not as important. I do have SAS Enterprise Guide but I rarely use it as I am still 'newbie' in this field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I have time, I would like to investigate the difference between SAS Windows and SAS Enterprise Guide. At a glance, they seem to work similarly. I only heard that Enterprise Guide is more point and click.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 18:36:20 GMT</pubDate>
    <dc:creator>cosmid</dc:creator>
    <dc:date>2021-08-19T18:36:20Z</dc:date>
    <item>
      <title>SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762619#M30379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro test;
  %put Type in a name:;
  %input inName;
  %put The name you entered is &amp;amp;inName;
%mend test;

%test;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I run this code in Windows:&lt;/P&gt;&lt;P&gt;Nothing happens, the two put statements are printed out in the log window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this code in UNIX:&lt;/P&gt;&lt;P&gt;I get two blank lines but it is waiting for an input. After type something, there will be another blank line and it takes me back to the command line. When I check the log file, the variable inName stores what I have typed in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something wrong with my code or I am approaching it in the wrong direction? I just wanted to ask the user for input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 17:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762619#M30379</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762628#M30380</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On what OS are you intending to use this code? On Windows or on Unix?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No idea why the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%INPUT Macro Statement&lt;/P&gt;
&lt;P&gt;does not seem to work on SAS Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But are you sure you want to go there?&lt;/P&gt;
&lt;P&gt;There are many other and much better ways to capture user input.&amp;nbsp;&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;%WINDOW Macro Statement&lt;/LI&gt;
&lt;LI&gt;%DISPLAY Statement Macro Statement&lt;/LI&gt;
&lt;LI&gt;%INPUT Macro Statement&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;can still be used but they are old stuff!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What SAS are you using: SAS 9.4 Mx or SAS Viya?&lt;BR /&gt;Do you have Enterprise Guide or do you have Visual Analytics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762628#M30380</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-19T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762633#M30381</link>
      <description>&lt;P&gt;Wow, I didn't know there are so many options. I NEED to have this working in UNIX environment. It would be nice to know how it will work in Windows, but not as important. I do have SAS Enterprise Guide but I rarely use it as I am still 'newbie' in this field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I have time, I would like to investigate the difference between SAS Windows and SAS Enterprise Guide. At a glance, they seem to work similarly. I only heard that Enterprise Guide is more point and click.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762633#M30381</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762634#M30382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When a %INPUT statement executes as part of an interactive line mode session, the macro processor waits for you to enter a line containing values. &lt;STRONG&gt;In a windowing environment session, the macro processor does NOT wait for you to input values. Instead, it simply reads the next line that is processed in the program and attempts to assign variable values.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1jspx1ctztpvzn1gpkw12oe3661.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1jspx1ctztpvzn1gpkw12oe3661.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you're running in interactive mode in Unix and not in Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253026"&gt;@cosmid&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro test;
  %put Type in a name:;
  %input inName;
  %put The name you entered is &amp;amp;inName;
%mend test;

%test;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I run this code in Windows:&lt;/P&gt;
&lt;P&gt;Nothing happens, the two put statements are printed out in the log window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run this code in UNIX:&lt;/P&gt;
&lt;P&gt;I get two blank lines but it is waiting for an input. After type something, there will be another blank line and it takes me back to the command line. When I check the log file, the variable inName stores what I have typed in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there something wrong with my code or I am approaching it in the wrong direction? I just wanted to ask the user for input.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762634#M30382</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-19T18:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762635#M30383</link>
      <description>I don't think I've ever seen %INPUT used for user input by the way....usually if you need prompts I'd recommend using EG instead.</description>
      <pubDate>Thu, 19 Aug 2021 18:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762635#M30383</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-19T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762637#M30384</link>
      <description>&lt;P&gt;Hi Reeza, thank you for pointing that out. I didn't read the document carefully enough.Now I understand why it doesn't work in Windows. Right now I am just trying to figure out what I need to have the code working in UNIX.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762637#M30384</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762638#M30385</link>
      <description>&lt;P&gt;What is EG? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762638#M30385</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762639#M30386</link>
      <description>&lt;P&gt;EG = Enterprise Guide.&lt;/P&gt;
&lt;P&gt;Very easy to prompt the user for input in Enterprise Guide.&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762639#M30386</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-19T18:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762640#M30387</link>
      <description>&lt;P&gt;Ok, SAS Enterprise Guide. But it seems if I have it working in EG it will not work in UNIX since they are kind of different unless I missed something there too? lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I need the code working for UNIX.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762640#M30387</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762641#M30388</link>
      <description>&lt;P&gt;Hi Koen! Yes, I just googled it and yet you still beat me to it.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762641#M30388</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762642#M30389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Enterprise Guide can be your front-end to a UNIX SAS session.&lt;/P&gt;
&lt;P&gt;Have a look how your Enterprise Guide is set up?&lt;/P&gt;
&lt;P&gt;Does it connect to a Windows SAS or does it connect to a UNIX SAS?&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762642#M30389</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-19T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762643#M30390</link>
      <description>Enterprise Guide is the front end. Is this going to be run by a developer in the back end or are you developing something for an end user to run for SAS where they select specific parameters?  &lt;BR /&gt;&lt;BR /&gt;When you say it needs to run on Unix is that SAS running on Unix or end users will be access SAS to run this themselves on Unix?&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762643#M30390</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-19T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762644#M30391</link>
      <description>&lt;P&gt;It's connected to the Windows SAS.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762644#M30391</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T18:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762649#M30392</link>
      <description>&lt;P&gt;How did you start the SAS session on Windows that is running the code?&amp;nbsp; Did you open a command window and type a command like&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sas myfile&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;like you would from a Unix prompt?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or did you click on something in Windows graphical user interface?&amp;nbsp; If so what did you click on? What does it do? How does it actually end up running SAS?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762649#M30392</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-08-19T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762651#M30393</link>
      <description>&lt;P&gt;The EG is only available on my Windows. Other users don't have access to it. They need access to this program in UNIX environment since that's where all the data resides. When they run the code. I need to prompt them to ask which section of the code they want to run otherwise everything will be executed and will take a long time for the code to complete. I just need them to enter like a number between 0-5 and it'll work.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762651#M30393</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T19:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762652#M30394</link>
      <description>&lt;P&gt;Hi Tom, the SAS in Windows, I just click on the SAS 9.4 (English) at the Start Menu and it'll open up SAS Windows. And in UNIX, I just type in sas &amp;amp; to start SAS there and it will load about 4 to 5 separate windows, for log, editor, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762652#M30394</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T19:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762657#M30395</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/253026"&gt;@cosmid&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Tom, the SAS in Windows, I just click on the SAS 9.4 (English) at the Start Menu and it'll open up SAS Windows. And in UNIX, I just type in sas &amp;amp; to start SAS there and it will load about 4 to 5 separate windows, for log, editor, etc.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So look at the definition of the ICON you are clicking on to see where SAS lives on your computer and try typing that command from a command window.&amp;nbsp; THen you can see if it will also accept input from the terminal the way it did in Unix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you appear to be using DISPLAY MANAGER in both cases you can use the %WINDOW statement to get your user input. Check out the second example in the documentation.&amp;nbsp;&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0ojc9rtfrzvbdn16kqd2c5mzobq.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0ojc9rtfrzvbdn16kqd2c5mzobq.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762657#M30395</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-08-19T19:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762662#M30396</link>
      <description>&lt;P&gt;First let's see if I understand what you want to happen.&lt;/P&gt;
&lt;P&gt;I am guessing that you want users to enter something, then display it back or use that entered value in a program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Display Manager interactive sessions you would use the %window (for macro) to define a window for users to enter text into and then the %display command to activate the window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;PRE&gt;%macro Nameentry;
%window Name
  #5 @5 'Please enter name:'
  #5 @26 name 8 attr=underline
;
%display name;

%put Name entered was &amp;amp;name.;
%mend;

%Nameentry&lt;/PRE&gt;
&lt;P&gt;The %window statement is a single statement with a number of options such as color and such. After keyword %window is the Name of the window, in this case Name. The #5 @5 display something at line 5 column 5 inside the window. The first displays the text indicating what to enter. Then at column 26 the text entry area starts, the 8 allows 8 characters and the attr=underline shows a line in the window for the text entry.&lt;/P&gt;
&lt;P&gt;Note that the line contents do &lt;STRONG&gt;not&lt;/STRONG&gt; end with a semicolon. The whole %window is a single statement with a single semicolon ending the whole thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The %display command uses the name of the window to display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you enter the text and press the enter key the window closes and the %put displays the value entered.&lt;/P&gt;
&lt;P&gt;You can have multiple rows of displayed text (instructions or example perhaps) and multiple entry areas each with the name of a different macro variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should work on Windows, Unix or other interactive systems&lt;/P&gt;
&lt;P&gt;Documentation at: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/mcrolref/n0ojc9rtfrzvbdn16kqd2c5mzobq.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/mcrolref/n0ojc9rtfrzvbdn16kqd2c5mzobq.htm&lt;/A&gt; for options that control the appearance of the window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also a data step equivalent.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762662#M30396</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-19T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762666#M30397</link>
      <description>&lt;P&gt;Great, it worked!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:38:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762666#M30397</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS %input not working?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762667#M30398</link>
      <description>&lt;P&gt;Hi ballardw, thank you so much for that information! It explained the document better and gave me a better understanding. Tom posted the doc just a few mins before this one so I have accepted that as the solution. It would be nice if I can accept both. Thanks again for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-input-not-working/m-p/762667#M30398</guid>
      <dc:creator>cosmid</dc:creator>
      <dc:date>2021-08-19T19:40:52Z</dc:date>
    </item>
  </channel>
</rss>

