CDMT - Document Template Master Transaction

Issues an INQUIRE, NEWCOPY or DISCARD on a DOCTEMPLATE.

Syntax:

CDMT function doctemplate-name

Parameters:

function
Specify one of the following commands:
  • NEwcopy
  • DISCard
  • INquire
doctemplate-name
Specifies the name of the CICS resource that is the target of the command.

Notes:

If this transaction is not available in your existing resource definition file, it will need to be upgraded using the caspcupg command. See caspcupg for more information.

For NEWCOPY, CDMT issues an EXEC CICS SET DOCTEMPLATE NEWCOPY command for the specified DOCTEMPLATE.

For DISCARD, CDMT issues an EXEC CICS DISCARD DOCTEMPLATE command for the specified DOCTEMPLATE.

For INQUIRE, CDMT issues an EXEC CICS INQUIRE DOCTEMPLATE command for the specified DOCTEMPLATE and displays the results.