Previous Topic: Using Macros to Define Authorization CriteriaNext Topic: RMOAGRP Macro


Macro Coding Order

The order in which the macros are coded is fixed. Code the security table as follows:

  1. Specify one or more RMOAGRP macros to define the groups of users.

    Note: The order of the RMOAGRP macros is significant in that the first group found that matches the user's attributes or environment is the group that is used.

  2. Specify one or more RMOATH macros to define all the authorization criteria.
  3. Specify the RMOAEND macro to complete the security table.
  4. Specify the END assembler language statement.