PROXY= LIBNAME Statement Option

Specifies the URL of a proxy server that is used to connect to Google BigQuery.

Valid in: SAS/ACCESS LIBNAME statement
Category: Data Access
Default: none
Restriction: After you have made a connection to Google BigQuery, you cannot alter the PROXY= value unless you start a new SAS session. This also means you cannot specify a new LIBNAME statement that includes the PROXY= option if you have already connected to Google BigQuery without PROXY=.
Data source: Google BigQuery
Example:
proxy="my_company.proxy.htm"
proxy="http://10.99.44.64:4321"

Table of Contents

Syntax

PROXY="URL"

Syntax Description

URL

specifies the URL of the proxy server that is used to connect to Google BigQuery.

Last updated: February 3, 2026