IP=YES LIBNAME Statement Option

Invokes SQL implicit pass-through processing for the SPD Server session.

Valid in: SPD Server LIBNAME Statement
Note: Option to specify SQL implicit pass-through.

Syntax

IP=YES

Required Argument

YES

invokes SQL implicit pass-through processing for a single user for the specified SPD Server connection.

Details

The IP=YES LIBNAME statement option specifies an SQL implicit pass-through connection for a single user to a specified domain and server during a given SPD Server session. This is an abbreviated specification which replaces the PASSTHRU= LIBNAME statement option. The IP=YES LIBNAME option draws on other information specified in the LIBNAME statement to establish a server connection. For more information, see PASSTHRU= LIBNAME Statement Option.

Example

libname BOAF sasspds 'BOAF'
   server=kaboom.5400
   user='rcnye'
   password='*******'
   IP=YES ;
Last updated: February 8, 2017