Selecting EQQEVLIB members to be updated
To update specific EQQEVLIB members, run EQQRXTRG by using an input
XML file that references only those
Destination
values
corresponding to the members to be updated. For example, suppose that
EQQEVLIB contains DEST1
, DEST2
, and DEST3
members
defined according to Using wildcards. To update the LifeSpanTime
value
for DEST2
only, use an XML file with the following data:
<?xml version="1.0"?>
<eventRuleSet>
<eventRule name="Monitor_MultipleTriggers3" ruleType="filter" isDraft="no">
<description>Monitor data set changes at DEST2</description>
<eventCondition eventProvider="SMF" eventType="ModificationCompleted">
<FilteringPredicate>
<attributeFilter name="FileName" operator="eq">
<value>TWSDEV.AB*.TWS</value>
</attributeFilter>
<attributeFilter name="Destination" operator="eq">
<value>dest2</value>
</attributeFilter>
</filteringPredicate>
</eventCondition>
<action actionProvider="Tracker" actionType="SpecialResourceEvent"
reponseType="onDetection"
<parameter name="Availability">
<value>Yes</value>
</parameter>
<parameter name="LifeSpanAction">
<value>No</value>
</parameter>
<parameter name="LifeSpanTime">
<value>30</value>
</parameter>
</action>
</eventRule>
</eventRuleSet>
A rule definition specifying isDraft="yes" produces members containing no data set list.