CICS CEMT
This command issues a CICS CEMT request.
Command | Parameters |
---|---|
CICS CEMT | CEMTQ | Mttran The maximum length of parameters (including blanks) and subcommands (such as SET and INQUIRE) is 72 characters. By default, the output from the CEMT command is written to the BBI journal. If you give many CEMT commands consecutively or over time, they can produce a great deal of unwanted data in the BBI journal. To avoid this overload of information, you can use the CEMTQ command instead of CEMT. All parameters are specified exactly as with CEMT. The difference is that the output will not be written to the BBI journal. |
The following table describes the parameters.
Parameter | Function | Notes |
---|---|---|
Mttran | CICS master terminal command initiated from an EXEC as a CEMT request | The command can be issued by using the MVS command facility (CMD) if the console used is defined to CICS in the CICS Terminal Control Table. |
Example
This example command switches dump data sets.
'IMFEXEC CICS CEMT SET DUMP SWI'
or
'IMFEXEC CICS CEMTQ SET DUMP SWI'
CLIST example:
or