Rational Developer for System z

Tools for troubleshooting: CICS

This topic describes transactions in CICS® that you can use in troubleshooting problems that you might encounter in running the completed Web service for the tutorial.
CAUTION:
To avoid causing problems in the CICS region, only the system administrator or some other similarly qualified person should use these transactions.

These transactions are documented in the CICS Transaction Server Information Center at http://publib.boulder.ibm.com/infocenter/cicsts/v4r1/index.jsp.

See also the transactions supplied with the CICS Service Flow Runtime, described in the CICS Service Flow Runtime guide in the CICS TS Information Center.

ceda

Use the ceda transaction to add, remove, or change resource definitions online (RDO).

Examples of use:
  • View the characteristics of a pipeline:
    ceda view pipeline(<pipeline_name>) group(<group_name>)
  • Install your programs into a pipeline group:
     ceda install group(<group_name>)

cemt

The cemt transaction executes a CICS master terminal transaction.

Examples of use:
  • Find the pipeline associated with a Web service.
    cemt inquire webservice all
  • Discard an existing Web service associated with a pipeline
    cemt discard webservice(<webservice_name>)

cman

The cman transaction manages service flows. This transaction is documented in the CICS Service Flow Runtime guide (see the link at the beginning of this topic).

Examples of use:
  • Scan the service flow properties directory for new .SFP files:
     cman install 


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)