LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 2011, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 13 Apr 2011 12:05:23 -0400
Reply-To:   Richard DeVenezia <rdevenezia@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Richard DeVenezia <rdevenezia@GMAIL.COM>
Subject:   htmSQL
Content-Type:   text/plain; charset=ISO-8859-1

Hi:

Part of SAS/Intrnet is a cgi executable "htmSQL" which parses the 'page' for directives that can cause SAS/SQL to run and output selection results, thus creating dynamically generated web pages. This is an idea roughly equivalent to php, asp, jsp, etc... processing.

From http://support.sas.com/rnd/web/intrnet/htmSQL/works.html "htmSQL is a CGI program that is written in the C language and resides on your Web server. It can process special directives that are embedded in an HTML file. These directives describe one or more SQL statements and incorporate formatted results into the Web page that is created by the HTML file. "

Does anyone know if there is an extension of this such that special directives for data steps or proc steps could be embedded ?

Thanks, Richard A. DeVenezia


Back to: Top of message | Previous page | Main SAS-L page