Date: Thu, 4 Dec 1997 16:34:06 +0100
Reply-To: Carina Ortseifen <Carina.Ortseifen@URZ.UNI-HEIDELBERG.DE>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Carina Ortseifen <Carina.Ortseifen@URZ.UNI-HEIDELBERG.DE>
Subject: URL Access Method
Content-Type: TEXT/PLAIN; charset=US-ASCII
<Pine.A41.3.96.971204162020.67890B-100000@aixterm9.urz.uni-heidelberg.de>
X-LSVTag: MIME-Version: 1.0
X-LSVTag: Content-Type: TEXT/PLAIN; charset=US-ASCII
To: $PEER$ <SAS-L@VTVM1.CC.VT.EDU>
Hi folks,
I am working with SAS for Windows 6.12. Our web server is on a Unix
workstation (AIX 4.2, IBM RS/6000 and AFS).
I want to use the URL access method to write a web page. My code
looks like the following:
filename html url 'http://www.rzuser.uni-heidelberg.de/~x16/test.html';
%out2htm(runmode=b,capture=on,window=output);
proc means data=datei;
...
run;
%out2htm(runmode=b,capture=off,htmlfref=html);
After submitting these lines I get the following error message:
ERROR: FTP Access Method only support INPUT, OUTPUT and APPEND modes.
ERROR: Invalid open mode.
Anyone knows what is going wrong and how I can solve this problem?
With the analogous method I could read from a HTLM file.
Perhaps there is a problem with user access rights under Unix, but
when giving all rights to system:anyuser, the same message appears.
Any hints are welcome.
Mit freundlichem Gruss
Kind Regards / Adios (Fuer Freunde/friends/amigos)
Carina Ortseifen Carina
+---------------------------------------------------------------------+
| Dr. Carina Ortseifen Universitaet Heidelberg |
| Universitaetsrechenzentrum |
| Telefon: 06221/54-4541 Im Neuenheimer Feld 293 |
| Electronic mail: D-69120 Heidelberg |
| carina.ortseifen@urz.uni-heidelberg.de Telefax: 06221/54-5581 |
| URL: http://www.rzuser.uni-heidelberg.de/~x16/ |
+---------------------------------------------------------------------+
| Ankuendigung: 2. KSFE am 26./27.02.1998 in Jena |
| --> KSFE: Konferenz der SAS-Anwender in Forschung und Entwicklung |
| http://www.uni-jena.de/~ank/ksfe2.html |
+---------------------------------------------------------------------+
+ Das Abenteuer beginnt mit Anbruch des Tages. Jacques Brel +
+---------------------------------------------------------------------+