Parameters for NDZ

You must define the parameters for NDZ in the NDZ server started task and the ndz.properties USS file.

Parameters to Specify in the NDZ Started Task

  • PORT – The number of the socket port. Accepted values are 0-65535.
  • PATH – The home directory of NDZ.

Example:

//NDZ11 EXEC PGM=NDZNUC11,REGION=0M,
//PARM=('PATH=/u/nat/ndz/dev/ndz11','PORT=4932') 

Parameters to Specify in the ndz.properties File

  • java.home – The Java installation directory.
  • db2.home – The Db2 installation directory.
  • ndz.maxClients – The maximum amount of client connections. Accepted values are 1-999. The default value is 10.
  • ndz.initDb2Connection – The number of initial connections to Db2. The default value is 2.
  • ndz.bufferLentgh – The length of the client buffer in MB. Accepted values are 1-5000. The default value is 2.
  • ndz.staticPath – Path(s) for the static profiles.