Specifying AGNS

If a subsystem uses AGNs to secure dependent regions, you can use HFM1AGNT macro statements to specify the AGNs that you want ZDT/IMS to use when it accesses this subsystem in BMP mode. One HFM1AGNT macro statement is required for each AGN you want to specify. You use:
  • The AGN parameter to specify the Application Group Name.
  • The SSID parameter to specify the ID of the subsystem that the AGN is for.
  • The DESC parameter to specify a description of the AGN.
The AGN and SSID parameters are required. The DESC parameter is optional. For detailed information on how to code these parameters, see ZDT/IMS options.
Note: Specifying AGNs for a subsystem is optional unless you want to limit the AGNs that ZDT/IMS functions can use when accessing this subsystem in BMP mode, or you want users to be able to select from a list of AGNs when they specify this subsystem (and a BMP region type) on the ZDT/IMS function's entry panel.

You must, however, specify whether or not each subsystem uses AGNs to secure dependent regions. If a subsystem uses AGNs, specify UAGNS=Y on the HFM1POPI macro statement, or specify UAGNS=Y on the HFM1POPD macro statement and do not specify the UAGNS parameter on the HFM1POPI macro statement.

If a subsystem does not use AGNs, specify UAGNS=N on the HFM1POPI macro statement, or specify UAGNS=N on the HFM1POPD macro statement and do not specify the UAGNS parameter on the HFM1POPI macro statement, or do not specify the UAGNS parameter on the HFM1POPI and HFM1POPD macro statements.

Note: If the UAGNS parameter is not specified on the HFM1POPD and HFM1POPI macro statement, ZDT/IMS uses the default value, UAGNS=N, and any HFM1AGNT macro statements for the subsystem included in the HFM1POPT module are ignored.