Update the JSM Direct DC@W29 Configuration Table
Some of the SET JSM examples use the JSMDirect facility. To use JSMDirect you must add rows to the DC@W29 data base table. It is located in the JSM library (typically called JSMLIB).
The rows you add tell JSMDirect what process and function is to be invoked on the system when requests arrives over the internet. To edit the rows in table DC@W29 use the OS/400 DFU facility or any other data base table editing facility that you have available.
Example 216 requires this row in table DC@W29 on the remote host system:
Example 217 requires this row in table DC@W29 on the remote host system:
Example 219 requires this row in table DC@W29 on the remote host system:
Some of the SET JSM examples use the JSMDirect facility. To use JSMDirect you must add rows to the DC@W29 data base table. It is located in the JSM library (typically called JSMLIB).
The rows you add tell JSMDirect what process and function is to be invoked on the system when requests arrives over the internet. To edit the rows in table DC@W29 use the OS/400 DFU facility or any other data base table editing facility that you have available.
Example 216 requires this row in table DC@W29 on the remote host system:
Column Name | Value | Comments |
W29SRV – Service Name | SET216_ORDER_SERVICE | |
W29LHO – Local Host | eg: 123.123.123.123:80 | Enter iSeriess IP address in Host:Port format |
W29MOD – Process Name | SET_216 | |
W29FMT – Function Name | SET216S | |
W29P#I – Partition | <ppp> | Specify the partition in which the SET collection was installed (<ppp> is typically DEM) |
W29PLN – Language | Blank or< LLL> | If the partition is monolingual set this column to blanks. Otherwise set it to the language your are using (<LLL> is typically ENG, FRA, JPN). |
W29PGM – Program | Set to blanks | Do not specify this value |
Example 217 requires this row in table DC@W29 on the remote host system:
Column Name | Value | Comments |
W29SRV – Service Name | SET217_ORDERSTATUS_SERVICE | |
W29LHO – Local Host | eg: 123.123.123.123:80 | Enter iSeriess IP address in Host:Port format |
W29MOD – Process Name | SET_217 | |
W29FMT – Function Name | SET217S | |
W29P#I – Partition | <ppp> | Specify the partition in which the SET collection was installed (<ppp> is typically DEM) |
W29PLN – Language | Blank or <LLL> | If the partition is monolingual set this column to blanks. Otherwise set it to the language your are using (<LLL> is typically ENG, FRA, JPN). |
W29PGM – Program | Set to blanks | Do not specify this value |
Example 219 requires this row in table DC@W29 on the remote host system:
Column Name | Value | Comments |
W29SRV – Service Name | SET219_REMOTE_SERVICE | |
W29LHO – Local Host | eg: 123.123.123.123:80 | Enter iSeriess IP address in Host:Port format |
W29MOD – Process Name | SET_219 | |
W29FMT – Function Name | SET219Z | |
W29P#I – Partition | <ppp> | Specify the partition in which the SET collection was installed (<ppp> is typically DEM) |
W29PLN – Language | Blank or <LLL> | If the partition is monolingual set this column to blanks. Otherwise set it to the language your are using (<LLL> is typically ENG, FRA, JPN). |
W29PGM – Program | Set to blanks | Do not specify this value |