Previous Topic: Example: DESCRIPT keywordNext Topic: DFLTSLBL Keyword—Default SECLABEL Association


DFLTGRP Keyword—ACID Default Group

Valid on z/OS and z/VM.

Use the DFLTGRP keyword to assign a default group to an ACID operating under OpenEdition MVS. Every user type ACID in a z/OS environment must be assigned a default group.

This keyword has the following format:

TSS ADDTO(acid) DFLTGRP(groupname)

This keyword is used with:

Examples: DFLTGRP keyword

This example defines the default group of OS390GRP to ACID OS390U2:

TSS ADDTO(OS390U2) DFLTGRP(OS390GRP)

This example removes the OS390GRP group from ACID OS390U2:

TSS REMOVE(OS390U2) DFLTGRP(OS390GRP)