DTRHELP.HLB  —  ACL  Identification  UIC  Examples
       In an ACL entry, you can use three types of UIC to identify
       users:

       o  By specifying all the digits of both parts of the UIC, you
          can identify one or more users who log in with the same UIC
          associated with their process. For example:

              UIC = [240,240]

       o  By using an asterisk (_*) as a wildcard in place of the second
          part of the UIC, you can identify users who belong to the same
          group and share the first part of their UICs. For example,
          the following specification can identify users with UICs
          [240,101], [240,300], [240,544], [240,777]:

              UIC = [240,*]

       o  By using asterisks in place of both groups of digits in the
          UIC, you identify all users, regardless of their UICs:

              UIC = [*,*]

          You must include the comma and enclose the UIC specification
          in square brackets or angle brackets. If you specify no
          UIC for an ACL entry, the dictionary supplies [_*,_*] as a
          default.
Close Help