Invokes SQL implicit pass-through processing for the SPD Server connection.
Valid in: | SPD Server LIBNAME Statement |
Interaction: | PASSTHRU= provides the same functionality as IP=YES. Use IP=YES instead of PASSTHRU=. IP=YES is easier to use. |
Note: | Option to specify SQL implicit pass-through. |
specifies the primary server domain for the SQL pass-through connection. The name that you specify is identical to the server domain name that you used when you made a SAS LIBNAME assignment to SASSPDS. Use single or double quotation marks around the specified value.
required on Windows, but not UNIX. Specifies a user ID in order to access the server’s SQL processor. Use single or double quotation marks around the specified value.
required, or use PROMPT=YES, unless USER='anonymous'. Specifies a user ID password to access the server. This value is case sensitive.
one or more server options.
libname BOAF sasspds 'BOAF' server=kaboom.5400 user='rcnye' password='*******' PASSTHRU=' dbq="BOAF" server=kaboom.5400 user="rcnye" password="*******"' ;