Can I run multiple instances of CA 7 with different SASSXDSN modules?
CA7 will allow you to have multiple/different SASSXDSN modules by instance name. You just have to build the XDSN modules using different load module names--in the following example there is one XDSN module named SASSXDSN and one named TESTXDSN.
This can be implemented as shown in the following L2OPTS input to CAIRIM:
GLOBAL INIT
CA71 ADD BSUBCHK(Y) SVDSNCHK(N) TRLBLK(Y) SMF(15 26) XDSN(SASSXDSN)
CA72 ADD BSUBCHK(Y) SVDSNCHK(N) TRLBLK(Y) SMF(15 26) XDSN(TESTXDSN)