Enables you to send SELECT queries to the SPD Server SQL processor using explicit SQL pass-through.
Valid in: | SPD Server |
specify SASSPDS to obtain a pass-through connection to the server’s SQL processor from PROC SQL. Specify SPDSENG to obtain a secondary pass-through connection from the server’s SQL processor to another server.
specifies the alias that was used in the CONNECT statement.
specifies the SELECT query that you want to send. Your SELECT query cannot contain a semicolon because a semicolon represents the end of a statement to the server. Character literals are limited to 32,000 characters. Make sure that your SELECT query is enclosed in parentheses.