This example indicates that profile WRIT01 is now connected to USER02:
TSS ADDTO(USER02) PROFILE(WRIT01)
Administrators can designate the order of a new profile using the AFTER or BEFORE keywords with the profile name.
This example indicates that PROF03 should follow PROF01:
TSS ADDTO(acid) PROFILE(PROF03)
AFTER(PROF01)
The FIRST keyword enables an administrator to add a profile to the beginning of a profile list. This example adds the profile FINPROF1 as the first one in USER01's profile list:
TSS ADDTO(USER01) PROFILE(FINPROF1)
FIRST
If you use the FOR or UNTIL keywords with PROFILE, you are able to see the expiration date(s):
TSS LIST(acid) DATA(EXP)
This example removes the connection between a profile and an ACID:
TSS REMOVE(USER02) PROFILE(WRIT01)
|
Copyright © 2009 CA.
All rights reserved.
|
|