Previous Topic: CA ADS SecurityNext Topic: OCF/BCF Security


DCMT Security

Application Name

When you create an activity name for the DCMT application, you specify DCMT for application-name. You associate the activity number with the DCMT commands you are grouping in the activity as follows.

Assigning DCMT Activity Numbers

DCMT provides the #CTABGEN macro for assigning activity numbers to DCMT commands. In the #CTABGEN macro, you associate an activity number with a DCMT command code.

#CTABGEN Example

In this example, #CTABGEN assigns the activity number of 14 to the DCMT commands as represented by their command codes—N028 (VARY LTERM), N029 (VARY PTERM), and N030 (VARY LINE):

#CTABGEN (N028,14,N029,14,N030,14)

Note: For #CTABGEN syntax, DCMT command codes, and information about generating the #CTABGEN module, see Syntax for Assembler Macros.

Release 10.2 DCMT Security

If you have implemented security classes for DCMT commands in Release 10.2, you need only reassemble #CTABGEN under Release 16.0 and define activities either specifically for DCMT or for the DEFAULT application, using RHDCSMIG output to generate CREATE RESOURCE ACTIVITY statements.