What is the correct syntax to update a Users Location, Phone Number and User Name in Batch?
Release : 5.4
Component : CA-TPX Session Management
Example syntax:
DEL USER (username)
ADD USER (username)
UPDATE USER (NEWUSER (VUSRRNME('username')))
UPDATE USER (NEWUSER (VUSRLOC('user location dept')))
UPDATE USER (NEWUSER (VUSRPHN#('phone number')))
These are documented below: