INDIRECT connections

The intermediate system is defined as:
DFHTCT TYPE=SYSTEM,SYSIDNT=yyyy,ACCMETH=IRC∨(IRC,XM)∨VTAM
This is migrated as any other TYPE=SYSTEM macro would be.
The indirect link is defined as:
DFHTCT TYPE=SYSTEM,SYSIDNT=xxxx,ACCMETH=INDIRECT,INDSYS=yyyy,
       NETNAME=nnnnnnnn
The migration of the macro for the indirect link produces an RDO definition of the form:
DEFINE CONNECTION(xxxx) INDSYS(yyyy) ACCESSMETHOD(INDIRECT)
       NETNAME(nnnnnnnn)