SYSJAVAOPTS catalog table

The SYSJAVAOPTS table contains build options used during INSTALL_JAR. The schema is SYSIBM.

Table 1. SYSIBM.SYSJAVAOPTS table column descriptions
Column name Data type Description Use
JARSCHEMA
VARCHAR(128)
NOT NULL
The schema of the JAR file. G
JAR_ID
VARCHAR(128)
NOT NULL
The name of the JAR file. G
BUILDSCHEMA
VARCHAR(128)
NOT NULL
Schema name for BUILDNAME. G
BUILDNAME
VARCHAR(128)
NOT NULL
Procedure used to create the routine. G
BUILDOWNER
VARCHAR(128)
NOT NULL
Authorization ID used to create the routine. G
DBRMLIB
VARCHAR(256)
NOT NULL
PDS name where DBRM is located. G
HPJCOMPILE_OPTS
VARCHAR(512)
NOT NULL
HPJ compile options used to install the routine. G
BIND_OPTS
VARCHAR(2048)
NOT NULL
Bind options used to install the routine. G
POBJECT_LIB
VARCHAR(256)
NOT NULL
PDSE name where program object is located. G
IBMREQD
CHAR(1)
NOT NULL WITH
DEFAULT 'N'
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators.

The value in this field is not a reliable indicator of release dependencies.

G