Date: Thu, 16 Dec 2004 12:00:17 -0800
Reply-To: m k <odshtml@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: m k <odshtml@YAHOO.COM>
Subject: Error when trying to execute application broker html
In-Reply-To: <s1c17532.022@SLCM02.firsthealth.com>
Content-Type: text/plain; charset=us-ascii
hi jack
thank you for your email. yes, i figured out that i had to merge htmsql and application broker. but i get the following error when running just a plain application broker file.
Error reading from the SAS serverSocket connection from the SAS server was prematurely closed. This could happen if full duplex is being used with a SAS serverprior to version 8.1. Contact the service administrator.
---------------------------------
mk, mk@mail.com
---------------------------------
This request took 0.06 seconds of real time (v8.2 build 1391).
my html file:
<HTML>
<BODY><FORM ACTION="http://spi40226/Scripts/broker.exe"
METHOD="POST">
<INPUT TYPE="HIDDEN" NAME="_service"
VALUE="default">
<INPUT TYPE="HIDDEN" NAME="_program"
VALUE="mxk.get.sas">
<SELECT NAME="machine" SIZE="6">
<OPTION SELECTED>p0zn0207</OPTION>
<OPTION>p0zn0405</OPTION>
</SELECT>
</P><INPUT TYPE="SUBMIT" NAME="Submit"
VALUE="Submit">
</FORM>
</BODY>
</HTML>
the get.sas program:
libname mxk 'C:\Documents and Settings\mxk\sas';
ods html body=_webout;
proc print data=mxk.pcsglbd_f;
where machine="&machine";
var machine glbcptox datetime;
run;
ods html close;
any pointers?
Jack Hamilton <JackHamilton@firsthealth.com> wrote:
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" 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.
{query server="spi40226.default"}
{sql}
Select distinct(machine) from mxk.pcsglbd_f
where appl="{&appl}"
{/sql}
{eachrow}
target="left3">{&machine}
{/eachrow}
{/query}
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
"MMS " 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.
=============================================================================
---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.