Parameter Name | Mandatory? | Description |
JPZ_DB2 | Yes | Specifies whether you want to use Jopaz in combination with a DB2 database. Possible options are YES or NO. |
JPZ_DB2_HOME | Yes | Specifies the DB2 installation location. The IBM default is /usr/lpp/db2d10. |
JPZ_DB2_NAME | Yes | Specifies the name of your DB2 database. |
JPZ_DB2_SSID | Yes | Specifies the SSID of your DB2 database. You can find the SSD in the DB2I Primary Option Menu, which is called up from the ISPF. |
JPZ_DB2_URL | Yes | Specifies the URL of your DB2 database. |
JPZ_DB2_USER | Yes | Specifies the username of your DB2 database. |
JPZ_DB2_SERVER_NAME | Yes | Specifies the server name of your DB2 database. |
JPZ_DB2_PORT | Yes | Specifies the port of your DB2 database. |
JPZ_DBRM_DSN | Yes | Specifies the dataset (PDSE) name for the SQLJ DBRM modules. For example: HLQ.SAG.JPZVRS.DBRM |
JPZ_DB2_UTILITY_DSN | Yes | Specifies the DSN load library containing the IBM utility DSNTEP2. The IBM default is DSN1210.RUNLIB.LOAD. |
JPZ_DB2_CTX_NAME | No | Specifies a trusted context name for JPZ_DB2_USER and generates the JCL job TRUSCONT, which creates a new trusted connection. The name must be maximum 8 characters. This parameter is optional and can be left blank if you do not need to use Trusted Context for Db2 authorization or if Trusted Context is already available for JPZ_DB2_USER. |
JPZ_DB2_CTX_PLAN | No | Specifies a trusted context plan name to bind the utility DSNTEP2 and generates the JCL job TRUSCONT, which creates a new trusted connection. The name must be maximum 8 characters. This parameter is optional and can be left blank if you do not need to use Trusted Context for Db2 authorization or if Trusted Context is already available for JPZ_DB2_USER. |