A database query application runs between two domains SYSA and SYSB. The DBQUERY transaction is invoked from SYSA to send an attach request for DB01 to SYSB, where the NCL procedure DBQRY01 is run. A new version of this procedure (DBQRY01T) needs to be tested using TPN DB01TEST and the transaction qualifier TEST.
To use the APPC link to test the new NCL procedure
DEFLINK LINK=B LU=SYSB TYPE=APPC QUAL=TEST
Ensure that you stop and restart the link to put this qualifier into effect.
DEFTRANS TRANSID=DBQUERY TPN=DB01TEST QUAL=TEST
DEFTRANS TRANSID=DBQUERY TPN=DB01TEST PROC=DBQRY01T
The existing unqualified TCT entry is used to resolve the name of the destination. The destination name is used to determine that the qualifier TEST is in effect (as defined in the DLT). The TCT entry for DBQUERY qualified by TEST is located and used to complete the allocation request. An attach request for DB01TEST is sent to SYSB where the TCT entry for DB01TEST is found and DBQRY01T is run.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |