.UTIL CHG AUX PASS 
This subroutine changes the auxiliary password for the specified user.
  Usage: 
      PASS         <user_id>                  FIELD            SHARE? N
      PASS         <aux_password>             FIELD            SHARE? N
      PASS         <new_aux_password>         FIELD            SHARE? N
      GOSUB    --- .UTIL CHG AUX PASS
      *        Check for errors
      IF       --- .UTIL CHG AUX PASS         NE
  Description: 
This subroutine changes the auxiliary password for the specified user. All parameters are required, if any are missing the subroutine will CANCEL.
<user_id> is the 3 character Appx User Id for which you want to change the password (Required).
<aux_password> is the current auxiliary password for this user (Required). You can pass a blank field if the user does not currently have a auxiliary password.
<new_aux_password> is the desired new password for the user. You can pass a blank field to remove the auxiliary password.
Also see 
.UTIL ADD USER and 
.UTIL CHG USER.
Read what other users have said about this page or add your own comments.
-- 
JeanNeron - 2012-02-21