Tags:
create new tag
view all tags

.UTIL DEL USER

This subroutine deletes a record from the Appx User file.


Usage:

      PASS         <error_msg>                FIELD            SHARE? Y
      PASS         <user_id>                  FIELD            SHARE? N
      PASS         <keymap_flag>              FIELD            SHARE? N
      GOSUB    --- .UTIL DEL USER
      *        Check for errors
      IF       --- .UTIL DEL USER             NE

Description:

This subroutine deletes a record from the Appx User file. The first 2 parameters are required, if any required parameters are missing, the subroutine will CANCEL.

<error_msg> will contain a detailed error message if the user was not able to be deleted (Required). This must be PASSed Share "Y" to return the value.

<user_id> is the 3 character Appx user id to be deleted (Required).

<keymap_flag> is a Y/N flag indicating whether or not the user's keymap should be deleted (Optional). The default value is "N".

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-03-12

Topic revision: r1 - 2012-03-12 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback