<?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 Stored Procs w/JQuery in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59750#M3111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try to show the result after implementing this one. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2011 04:42:12 GMT</pubDate>
    <dc:creator>milts</dc:creator>
    <dc:date>2011-09-28T04:42:12Z</dc:date>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59740#M3101</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'll be creating a web application using stored processes. Is it safe to use Jquery on my streaming html outputs?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks!&lt;BR /&gt;
Milton</description>
      <pubDate>Thu, 06 Jan 2011 11:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59740#M3101</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-01-06T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59741#M3102</link>
      <description>If your intended use is to stream HTML containing jQuery code back to the browser, then you should be OK.  I don't think it is any different than streaming HTML + JavaScript.  A small test should confirm.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp; D</description>
      <pubDate>Thu, 06 Jan 2011 20:41:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59741#M3102</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2011-01-06T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59742#M3103</link>
      <description>Thanks Vince, will give this one a try.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Milton</description>
      <pubDate>Mon, 24 Jan 2011 04:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59742#M3103</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-01-24T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59743#M3104</link>
      <description>what did you created?&lt;BR /&gt;
&lt;BR /&gt;
Im thinking about creating proc report which use a fixed header,sorting,.. actually something like the table-editor but better</description>
      <pubDate>Tue, 17 May 2011 15:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59743#M3104</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2011-05-17T15:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59744#M3105</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I haven't tried anything fancy yet. Just tested if I can use the jquery ui components with the streaming stored process.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Milton</description>
      <pubDate>Tue, 14 Jun 2011 00:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59744#M3105</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-06-14T00:29:38Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59745#M3106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Milton, &lt;/P&gt;&lt;P&gt;Not sure if you have gotten this to work but wanted to chime in that I have built several examples using JavaScript within SAS Stored Processes.&lt;/P&gt;&lt;P&gt;Recent examples are a custom html form (built within the stp) that includes javascript functions to clear out special characters before submitting the process, another is a custom drop down box on the left side of a proc gchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run it on the stored process server and be sure to leave the %STPBEGIN/%STPEND macros turned off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Angela Hall&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://blogs.sas.com/content/bi"&gt;http://blogs.sas.com/content/bi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 00:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59745#M3106</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-09-22T00:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59746#M3107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! Will check on your blog. I might get some more creative stuffs out there. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently implementing and testing stp + jquery right now. I have 6 portlets, the values of the different fields on the 1st portlet controls all the results of the other 5 portlets. The submit button on the 1st portlet calls an ajax request which prepares the data for the other portlets before the content portion of the current page gets refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I'm getting what I am expecting. It's cool that sas could work in combination of html. Coding is just a little messy because of the put statements. :smileylaugh:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 07:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59746#M3107</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-09-22T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59747#M3108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah the put statements. I would actually recommend moving toward the cards4; input data lines capability.&lt;/P&gt;&lt;P&gt;Here is a great example - this avoids the quoting around java/js/etc and put statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/37/050.html"&gt;http://support.sas.com/kb/37/050.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;~ Angela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 23:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59747#M3108</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-09-22T23:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59748#M3109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WOW! I didn't know this! This surely will make the code more readable and neat! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Angela for this great info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 00:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59748#M3109</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-09-23T00:47:12Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59749#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds very interesting, I would love to see the result and howto?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 08:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59749#M3110</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2011-09-23T08:54:39Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59750#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try to show the result after implementing this one. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 04:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59750#M3111</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-09-28T04:42:12Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59751#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, i started with something basic. I was trying to get an autocomplete textbox but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code, when running the html as test.html it works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;STRONG style="Courier New&amp;amp;quot: ; color: navy; background: white; font-size: 10pt; font-family: &amp;amp;quot;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="Courier New&amp;amp;quot: ; color: black; font-size: 10pt; background: white; mso-spacerun: yes; font-family: &amp;amp;quot;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; infile &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: teal; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;$char1000.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="Courier New&amp;amp;quot: ; color: black; font-size: 10pt; background: white; mso-spacerun: yes; font-family: &amp;amp;quot;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;infile = resolve(_infile_);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="Courier New&amp;amp;quot: ; color: black; font-size: 10pt; background: white; mso-spacerun: yes; font-family: &amp;amp;quot;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; _webout;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="Courier New&amp;amp;quot: ; color: black; font-size: 10pt; background: white; mso-spacerun: yes; font-family: &amp;amp;quot;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; infile;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: white; color: blue; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;cards4&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/TR/html4/loose.dtd"&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://code.jquery.com/jquery-latest.js"&gt;http://code.jquery.com/jquery-latest.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/main.css"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/main.css&lt;/A&gt;&lt;SPAN&gt;" type="text/css" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.css"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.css&lt;/A&gt;&lt;SPAN&gt;" type="text/css" /&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.bgiframe.min.js"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.bgiframe.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.dimensions.js"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/lib/jquery.dimensions.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;$(document).ready(function(){&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;var data = "Core Selectors Attributes Traversing Manipulation CSS Events Effects Ajax Utilities".split(" ");&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;$("#example").autocomplete(data);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;title&amp;gt; Test &amp;lt;/title&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;/head&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;API Reference: &amp;lt;input id="example" /&amp;gt; (try "C" or "E")&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;&amp;lt;/html&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: #ffffc0; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;thanks!!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;;;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;STRONG style="Courier New&amp;amp;quot: ; color: navy; background: white; font-size: 10pt; font-family: &amp;amp;quot;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; background: white; color: black; font-family: &amp;amp;quot;Courier New&amp;amp;quot;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="left: -10000px; overflow: hidden; width: 1px; position: absolute; top: 0px; height: 1px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59751#M3112</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2011-10-13T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59752#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually tried your code above and got the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of referencing the js file on their site like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js" style="font-size: 13px; outline-style: none; color: #0e66ba;"&gt;http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js&lt;/A&gt;&lt;SPAN style="font-size: 13px;"&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try downloading the js and css files and put it somewhere your server so you can access it like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js" style="font-size: 13px; outline-style: none; color: #0e66ba;"&gt;http://sasserver:8080/Portal/scripts/jquery.autocomplete.js&lt;/A&gt;&lt;SPAN style="font-size: 13px;"&gt;"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;or even create a different war file to place your jquery files&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.js" style="font-size: 13px; outline-style: none; color: #0e66ba;"&gt;http://sasserver:8080/MyCustom/scripts/jquery.autocomplete.js&lt;/A&gt;&lt;SPAN style="font-size: 13px;"&gt;"&amp;gt;&amp;lt;/script&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59752#M3113</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-10-13T15:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59753#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Milts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but i dont have any idea how i can put files on my sasserver like that? Is it via management console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im really waiting for your examples with Jquery &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59753#M3114</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2011-10-14T06:36:12Z</dc:date>
    </item>
    <item>
      <title>Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59754#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Tomcat here's an example of steps you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. on your tomcat webapps directory (ex. C:\&amp;lt;tomcat version&amp;gt;\webapps), copy SASTheme_default(since it's the simplest out there) and rename it whichever name you like (ex. SASCustom)&lt;/P&gt;&lt;P&gt;2. Delete the contents of SASCustom except for the META-INF and WEB-INF folders.&lt;/P&gt;&lt;P&gt;3. Add new folders on SASCustom (ex. scripts, styles).&lt;/P&gt;&lt;P&gt;4. Add files that you'll want to be accessed by your stored procs (ex. put your jquery scripts inside SASCustom\scripts-)&lt;/P&gt;&lt;P&gt;5. Restart Tomcat&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;6. Open a browser and try to check if you can access &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;servername&amp;gt;:8080/SASCustom/scripts/jquery.js. If it prompts you to open or download the file, then you've correctly done the steps above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;7. Try your jquery explorations. Actually I only used jquery to simplify access(instead of using getelementbyid most of the time because it's so looooong) and for the ajax function(i'm not confident using ajax if I'll be coding the function myself haha!). What you're trying to actually explore like your testing above is more advanced. Enjoy! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you're using Weblogic or WebSphere, there are a few more steps and I'm not much familiar about it but it's still similar to the example I gave above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 09:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59754#M3115</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2011-10-19T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59755#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Milts, i did not check this anymore. But recently I had some extra time and I managed to get it working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example I am building 3 autocomplete textboxes and a datetime picker to let the user filter his data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt; file _webout;&lt;/P&gt;&lt;P&gt; set lots end=lastobs;&lt;/P&gt;&lt;P&gt; if _N_ = 1 then do;&lt;/P&gt;&lt;P&gt; put '&amp;lt;!DOCTYPE html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"&gt;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"&gt;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"&gt;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script scr="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.js"&gt;http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ';&lt;/P&gt;&lt;P&gt;&amp;nbsp; put '&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; $( "#datepicker" ).datepicker({ dateFormat: "dd/mm/yy",maxDate: "+0D" });&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(document).ready(function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $("input#lot").autocomplete({source: [';&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt;temp = '"' || strip(LotId) || '",';&lt;/P&gt;&lt;P&gt;put temp;&lt;/P&gt;&lt;P&gt;if lastobs then do;&lt;/P&gt;&lt;P&gt;put ']&lt;/P&gt;&lt;P&gt;});});';&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 13:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59755#M3116</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-08-13T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59756#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filipvdr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create similar thing for our UI. FriedEgg, an user in this community suggested to use Jquery for a datepicker. &lt;/P&gt;&lt;P&gt;I tried it, but I see only the textbox but I dont see a pop-up calender to pick the date. I will post the code that I used in the morning. &lt;/P&gt;&lt;P&gt;I will appreciate your inputs in this regard, as I am working on a time sensitive deliverable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;SGB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 02:36:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59756#M3117</guid>
      <dc:creator>SGB</dc:creator>
      <dc:date>2012-08-15T02:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59757#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow that's great! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Good for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me unfortunately I haven't been involved on such projects yet which involves exploring JQuery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have another project which I'm hoping to use Jquery for form validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Milton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 12:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59757#M3118</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2012-08-15T12:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59758#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filipvdr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried your code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a warning for 'unbalance quotation marks' although everything seems to be balanced. And output with all the put statement values.&lt;/P&gt;&lt;P&gt;Could you able to run the exact same code without warnings?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to finish this task by friday. Any input is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;SGB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 14:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59758#M3119</guid>
      <dc:creator>SGB</dc:creator>
      <dc:date>2012-08-15T14:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Procs w/JQuery</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59759#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bhuvana. I'm at home today. I will try to answer tomorrow. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 14:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Procs-w-JQuery/m-p/59759#M3120</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-08-15T14:33:09Z</dc:date>
    </item>
  </channel>
</rss>

