<?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 do you pass textarea value from SAS generated email to a stored process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-pass-textarea-value-from-SAS-generated-email-to-a/m-p/74436#M16036</link>
    <description>For some reason my entire code snippet isn't showing in the thread unless you edited it or click "quote original"... BUT  I figured out the issue.  I was doing ; put '&amp;amp;rejectcomments=' in my query string, but the textarea does the posting of the variable name and value all on its own.</description>
    <pubDate>Fri, 24 Sep 2010 12:53:07 GMT</pubDate>
    <dc:creator>Ashley_Tozzi</dc:creator>
    <dc:date>2010-09-24T12:53:07Z</dc:date>
    <item>
      <title>How do you pass textarea value from SAS generated email to a stored process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-pass-textarea-value-from-SAS-generated-email-to-a/m-p/74435#M16035</link>
      <description>I have a process where prospective users request a SAS Web account for certain applications.  Their requests get approved by the application "owners" before the admin creates the accounts in SAS.  If an app. owner rejects a user, I want to use an HTML &lt;TEXTAREA&gt; tag for them to provide a rejection reason.  &lt;BR /&gt;
&lt;BR /&gt;
My problem: The text area shows up in the email, but the textarea value does not pass to the next stored process when they submit it. I tried to just reference "&amp;amp;rejectcomments" in the sas stored proc being posted to, but the value is empty.&lt;BR /&gt;
&lt;BR /&gt;
Here's a snip of code from my FILENAME statement:&lt;BR /&gt;
put 'Reason: &lt;FORM method="post" action="https://communities.sas.com/sasstoredprocname"&gt;
put '&amp;amp;email=';&lt;BR /&gt;
put "&amp;amp;email";&lt;BR /&gt;
put '&amp;amp;password=';&lt;BR /&gt;
put "&amp;amp;password";&lt;BR /&gt;
put '&amp;amp;userName=';&lt;BR /&gt;
put "&amp;amp;userName";&lt;BR /&gt;
put '&amp;amp;rejectcomments=';&lt;BR /&gt;
put '&amp;amp;approved=0&amp;amp;"&amp;gt;';&lt;BR /&gt;
put '&lt;TEXTAREA rows="5" cols="20" wrap="physical" name="rejectcomments"&gt;';&amp;lt;br&amp;gt;
put '&lt;/TEXTAREA&gt;';&lt;BR /&gt;
put '&lt;INPUT type="submit" value="Reject User" /&gt;&lt;/FORM&gt;&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Ashley Tozzi

Message was edited by: Ashley Tozzi&lt;/TEXTAREA&gt;</description>
      <pubDate>Fri, 24 Sep 2010 12:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-pass-textarea-value-from-SAS-generated-email-to-a/m-p/74435#M16035</guid>
      <dc:creator>Ashley_Tozzi</dc:creator>
      <dc:date>2010-09-24T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you pass textarea value from SAS generated email to a stored process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-pass-textarea-value-from-SAS-generated-email-to-a/m-p/74436#M16036</link>
      <description>For some reason my entire code snippet isn't showing in the thread unless you edited it or click "quote original"... BUT  I figured out the issue.  I was doing ; put '&amp;amp;rejectcomments=' in my query string, but the textarea does the posting of the variable name and value all on its own.</description>
      <pubDate>Fri, 24 Sep 2010 12:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-pass-textarea-value-from-SAS-generated-email-to-a/m-p/74436#M16036</guid>
      <dc:creator>Ashley_Tozzi</dc:creator>
      <dc:date>2010-09-24T12:53:07Z</dc:date>
    </item>
  </channel>
</rss>

