A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
6-18 Administrative Products for DB2 Installation Guide
Default Option Descriptions
PACKAGE=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPACKAGE DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.
PACKAUT=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPACKAUTH DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.
PACKDEP=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPACKDEP DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.
PACKLIS=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPACKLIST DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.
PACKSTM=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPACKSTMT DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.
PARMS=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPARMS DB2 catalog table. The default STATIC
uses the privileges of the package owner. DYNAMIC uses the privileges of
the person who is listing the table.
PDSN=&&ZUSER..BMCCAT.PRINT
The name of the print output data set. CATALOG MANAGER dynamically
allocates this data set the first time that it is used. When allocating this data
set, use these parameters:
DCB=(LRECL=133,BLKSIZE=1330,RECFM=FBA)
Note: In many installations, allocation of data sets is controlled by
user-written or third-party routines. If allocation fails, you should use
alternate means, such as ISPF, to perform the allocations.
PKSYSTE=STATIC Specifies whether CATALOG MANAGER uses static SQL or dynamic SQL
to access the SYSIBM.SYSPKSYSTEM DB2 catalog table. The default
STATIC uses the privileges of the package owner. DYNAMIC uses the
privileges of the person who is listing the table.