|
DB2 UDB for iSeries SQL Stored Procedures are based on the industry
standard, so you will not find support for the proprietary SQL Server
extensions that you mention. If you want to move columns value into
location variables, then the SELECT INTO statement needs to be used. If
you're looking for the stored procedure to return the results of a SELECT
statement as a result set, result sets are supported. You can find several
result set examples in the "Stored Procedures & Triggers on DB2 UDB for iSeries".
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Search400.com's targeted search engine: Get relevant information on DB2/400.
The Best Web Links: tips, tutorials and more.
Check out this online event, Getting the Most out of SQL & DB2 UDB for the iSeries.
|