Previous Page
|
Next Page
Remote SQL Pass-Through (RSPT) Facility
Syntax
Procedure Syntax
PROC SQL Statement
CONNECT TO REMOTE Statement
SELECT... FROM CONNECTION TO Statement
EXECUTE... BY Statement
DISCONNECT FROM Statement
Overview
Examples
Processing Data Using RSPT
Accessing a DBMS Server
PROC SQL Statement
Initiates the SQL procedure.
Syntax
Syntax
PROC SQL
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page