IBM Tivoli OMEGAMON XE for CICS on z/OS, Version 5.1.0

Sample CEMT SET command

The Sample CEMT SET predefined Take Action command illustrates how to pass commands to CICS® regions using the CEMT SET command; in this particular case, the Take Action command uses the CEMT interface to open a VSAM file.

Formula:

CP:SET FILE(&CICSplex_VSAM_Analysis.DDNAME) OPEN

This command issues the CEMT SET command to open a VSAM file identified by the DDNAME attribute from the CICSplex VSAM Analysis attribute group.

Note:
Use this command to issue any CEMT SET command by over typing the FILE(filename) OPEN clause with the command you want to run. For example:
CP:SET TD(JTD1) ENABLE

Security considerations

Your ability to start this command is determined by a separate set of security profiles that apply only to the OMEGAMON XE for CICS on z/OS Take Action commands.


[ Top of Page | Previous Page | Next Page ]