Previous Topic: How You Convert RNL Specifications to CA MII StatementsNext Topic: A Comprehensive Example


Map RNL Specifications to CA MII QNAME Statements

In GRS, resource selection is accomplished with the use of three RNLs:

In GRS RNL entries, the resources can be specific or generic.

In CA MII, all resource selection is accomplished using statements specified in the MIMQNAME list. Exceptions, if required, are specified in the GDIEXMPT list.

Examples:

  1. The following GRS RNL specifies that all ENQ requests issued with QNAME SYSDSN and scope SYSTEM will be promoted to SYSTEMS, and therefore will be propagated:
    RNLDEF RNL (INC) TYPE (GENERIC) QNAME (SYSDSN)
    

    The following CA MII QNAME statement produces similar results:

    QNAME SYSDSN SCOPE=SYSTEM GDIF=YES

  2. The following GRS RNL specifies that ENQ requests issued with QNAME SYSDSN and RNAME 'SYS1.LOGREC' and whose scopes are (or are INCLuded, or promoted to) SYSTEMS will be downgraded to SYSTEM and will not be propagated:
    RNLDEF RNL (EXCL) TYPE (SPECIFIC) QNAME (SYSDSN) RNAME (SYS1.LOGREC)
    

    The following CA MII EXEMPT statement produces similar results:

    LOCAL QNAME=SYSDSN RNAME=SYS1.LOGREC