Start of change

JVM ADDRESSING MODE field

Indicates whether DSNWLMJ, the address space proc for DSNWLM_JAVA, should be configured to request a 32-bit or a 64-bit JVM.

Acceptable values: 32 or 64
Default: 32
Update: None
Data sharing scope: Group
DSNZPxxx: None
z/OSMF variable: JVMAMODE

The DSNWLMJ address space startup proc is added to the system proclib by installation job DSNTIJMW.

When this field is set to 32, DSNTIJMW is configured to add DSNWLMJ with the following characteristics:
  • The NUMTCB setting is 5
  • The started module is called DSNX9WLM
When this field is set to 64, DSNTIJMW is configured to add DSNWLMJ has the following characteristics:
  • The NUMTCB setting is 25
  • The started module is called DSNX9WJM

To find the minimum required Java™ Software Development kit (SDK) version for Db2 12, see Program directories for Db2 12.

If you do not use Java, just accept the default setting.

End of change