Specifying default values in the CICS segment

The defaults listed are effective only when a CICS® segment has been defined for that userid.

You can make the CICS segment default by defining it as follows:
ADDUSER userid DFLTGRP(group_name) NAME(user_name)
        OWNER(group_id|userid)
        PASSWORD(password)
        CICS
For example, you may want to define a CICS segment in this way if you want to enforce the system defaults, rather than the default user attributes, or if you are setting up a test system and have not yet decided on the values you want to use.

If you omit the CICS segment completely, defaults are obtained as described in Obtaining CICS-related data for a user.

If you specify some of the CICS segment options, but omit others, the defaults described in this document apply to the omitted options.

You can remove the CICS segment as follows:
ALTUSER userid NOCICS