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 (December 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 16 Dec 2004 11:44:24 -0700
Reply-To:   Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Subject:   Re: can I write a proc gplot inside a htmsql file?
Comments:   To: odshtml@YAHOO.COM
Content-Type:   text/plain; charset=us-ascii

No, you can't. You'll have to call the application broker.

Of course, an htmsql page can link to an application broker page.

-- JackHamilton@FirstHealth.com Manager, Technical Development Metrics Department, First Health West Sacramento, California USA

Coelum, non animum mutant, qui trans mare currunt.

>>> "m k" <odshtml@YAHOO.COM> 12/16/2004 7:10 AM >>> i was wondering if i can write a proc gplot inside a htmsql file. my current htmsql files for quering a dataset looks like this.

<HTML> <HEAD> <TITLE>htmSQL Test</TITLE> </HEAD> <H1></h1> {query server="spi40226.default"} {sql} Select distinct(machine) from mxk.pcsglbd_f where appl="{&appl}" {/sql} <table><PRE> {eachrow}<tr> <td><a href="11.hsql?machine={&machine format=urlencode}" target="left3">{&machine}</a></td> </tr> {/eachrow}</PRE></table> {/query} </body> </html>

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

"MMS <firsthealth.com>" made the following annotations. ------------------------------------------------------------------------------ This message, including any attachments, is intended solely for the use of the named recipient(s) and may contain confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution of this communication(s) is expressly prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy any and all copies of the original message. Thank you. =============================================================================


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