Previous Topic: ADDUSERNext Topic: PERMIT


ALTUSER

RACF uses the ALTUSER command to change an existing user's profile. For example:

ALTUSER USER01 CICS(OPCLASS(10) OPIDENT(U01) TIMEOUT(30))

In CA Top Secret, this is a change to the Acid record:

TSS ADD(USER01) OPCLASS(10)
                OPID(U01)
                OPTIME(30)