IBM Books

SQL Reference


SYSCAT.PROCOPTIONS

Each row contains procedure specific option values.


Table 75. SYSCAT.PROCOPTIONS Catalog View
Column Name Data Type Nullable Description
PROCSCHEMA VARCHAR(128)
Qualifier for the stored procedure name or nickname.
PROCNAME VARCHAR(128)
Name or nickname of the stored procedure.
OPTION VARCHAR(128)
Name of the stored procedure option.
SETTING VARCHAR(255)
Value of the stored procedure option.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]