You can select the SYSID of the DB2 record or CA ACF2 Option for DB2 rule that you want to process in two ways:
SET DB2(TBL) SYSID(DB2A)
You can specify
SET SYSID(DB2B)
to change the SYSID for a session.
You can also use MSYSID to process multiple DB2 records or CA ACF2 Option for DB2 rules at a time. For example, you can specify the value of MSYSID to match all SYSIDs that begin with certain characters. This example selects all of the CA ACF2 Option for DB2 table rules with $SYSID control statements that begin with PR:
SET DB2(TBL) MSYSID(PR‑)
All later subcommands affect only the CA ACF2 Option for DB2 table rules with $SYSID control statements that begin with PR.
DELETE EMPLOYEE.PICNIC SYSID(DB2B)
The rule covering the EMPLOYEE.PICNIC table on the DB2B subsystem is deleted. If a rule exists covering the EMPLOYEE.PICNIC table on the DB2A subsystem, it is not deleted.
|
Copyright © 2011 CA Technologies.
All rights reserved.
|
|