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 (September 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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>
Comments:     RFC822 error: <W> MESSAGE-ID field duplicated. Last occurrence
              was retained.
From:         Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:      Re: Reading Url
Comments: To: "Sebastiar, Alexsander (GE Money)" <Alexsander.Sebastiar@GE.COM>
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


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