Example of Deleting a User Record

The following example shows how to delete single and multiple User records:

* DELETES A SINGLE User record
     DELETE USER WHERE (USERID=(MPLS, SMITH))

* DELETES MULTIPLE User records
     DELETE USER WHERE (USERID=(DALLAS, JONES), -
              (MPLS, SMITH), (CHICAGO, BROWN)))