Previous Topic: Effects of MOVE if the TYPE Keyword is OmittedNext Topic: P11TOKEN Function—Manage Certificates, Public Keys, and Private Key Objects


Effects of MOVE Using the TYPE Keyword

With the TYPE keyword, an administrator can move an ACID from its original type to a new targeted type. A DEPARTMENT or DIVISION will only be specified if the new targeted ACID type requires it. See the table below for details.

TYPE Specification

Keyword Required

SCA

N/A

LSCA

N/A

ZCA

ZONE

VCA

DIVISION

DCA

DEPARTMENT

USER

DEPARTMENT

Examples: MOVE with the TYPE keyword

This example moves a DCA (DCA01) into a new financial department (FINDEPT) and demote this DCA to a TYPE(USER):

TSS MOVE(DCA01) DEPARTMENT(FINDEPT)
                TYPE(USER)

This example leaves a TYPE(USER) in the same department but promotes it to a DCA:

TSS MOVE(USER01)TYPE(DCA)