Date: Tue, 9 Sep 2008 08:43:15 -0400
Reply-To: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject: Re: Reading Url
In-Reply-To: <9B16E2D72782A74EB55F100161CCC19A04CFA804@BANMLVEM07.e2k.ad.ge.com>
Content-Type: text/plain; charset="us-ascii"
Hmmm. Works for me. I wonder if this is proxy server issue? You might need
to check with your IT folks if that is the case.
Regards,
donh
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Sebastiar, Alexsander (GE Money)
Sent: Tuesday, September 09, 2008 8:35 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: Reading Url
Hi Donh,
I tried the below filename statement, still am getting the same error
message.
Anyhow thanks for your input.
Regards,
Alex S
-----Original Message-----
From: Don Henderson [mailto:donaldjhenderson@hotmail.com]
Sent: Tuesday, September 09, 2008 6:01 PM
To: Sebastiar, Alexsander (GE Money); SAS-L@LISTSERV.UGA.EDU
Subject: RE: Reading Url
If your computer does not have the httpd service defined, you need to
specify the port number in your filename statement.
Try:
filename gdp url 'http://www.google.co.in:80/';
HTH,
donh
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Sebastiar, Alexsander (GE Money)
Sent: Tuesday, September 09, 2008 8:21 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Reading Url
Hello SAS user,
I am not able read Url file through SAS.I am getting the following error
message :
ERROR: Hostname www.google.co.in <http://www.google.co.in> not found.
My code is :
filename gdp url 'http://www.google.co.in/'; data gdp; infile gdp; input
date value; run;
is there any other way of reading the url?. I have given sample url in my
code.
Thanks you in advance.
Thanks 'n' Regards,
Alexsander S
Mobile # +91 9900 462 539