Skip to content

CMNCICS1 - CICS WEBSERVICES

The SYSIN for CMNCICS1 may also specify WEBSERVICE keywords following the TARGET keyword.

The format of the keyword is: WEBSERVICE=webservice where webservice is the name of the webservice as defined in the CICS system definition (CSD). The webservice keyword results in the deployment of a CICS transaction SEMT, which invokes CMNEMTP.

Therefore, the ZMF resource definitions must be installed in each of the potential target CICS platforms.

For example:

//TSTWBSRV EXEC PGM=CMNCICS1,PARM='OPR'
...
//SYSIN DD *
  TARGET=CICSname
  WEBSERVICE=webservicename

...