Alternatively, you could define the same terminals in the resource group
class, by including them as members of a suitable terminal group. For example:
RDEFINE GTERMINL term_groupid
ADDMEM(NETID1, NETID2, NETID3) UACC(NONE)
NOTIFY(sys_admin_userid)
To remove a terminal from a resource group profile, specify the DELMEM operand on the RALTER command. For example:
RALTER GTERMINL term_groupid
DELMEM(NETID3)
To allow a group of users in a particular department to have access to
these terminals, use the PERMIT command as follows:
PERMIT term_groupid CLASS(GTERMINL) ID(dept_groupid) ACCESS(READ)