Usage Note 18188: "ERROR: Invalid physical name" and "ERROR: Error in FILENAME statement" might appear when you try to access data from an HTML page via the URL
When you use the URL access engine on a FILENAME statement to access
data from a Web site, the following errors might display in the SAS log:
ERROR: Invalid physical name.
ERROR: Error in FILENAME statement.
These errors can occur if you omit the http://
from the proxy address
of the PROXY= option or use the http:// in uppercase on the FILENAME statement.
Incorrect syntax:
proxy='www.proxy.com'
proxy='http:\\www.proxy.com'
Correct syntax:
proxy='<a href="http://www.proxy.com">HTTP://www.proxy.com</a>'
Operating System and Release Information
SAS System | Base SAS | Microsoft Windows 2000 Professional | 9.1 TS1M0 | |
Microsoft Windows XP Professional | 9.1 TS1M0 | |
Microsoft Windows NT Workstation | 9.1 TS1M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Date Modified: | 2007-10-29 14:34:40 |
Date Created: | 2006-07-31 15:20:43 |