列出原則 XML 元素名稱和屬性以及有效值。指派給原則 XML 元素名稱及屬性的值,會視原則規則和動作類型而不同。
rule_type 1 | condition_type 2 | rule_item 3 | unit 4 | 值 5 | action_type 6 |
---|---|---|---|---|---|
databaserequest |
databaseRequestCondition |
sqlcommand |
""(無值)或 K |
|
abend |
filerequest |
fileRequestCondition |
delete |
""(無值)或 K |
要求或千個要求的這些值範圍適用於所有的 filerequest 原則規則項目。 |
abend |
programrequest |
programRequestCondition |
link |
""(無值)或 K |
|
abend |
startrequest |
startRequestCondition |
start |
""(無值)或 K |
|
abend |
storage |
storageUsedCondition |
task24 |
B、K、M 或 G |
24 位元規則項目:
31 位元規則項目:
64 位元規則項目:
|
abend |
storagerequest |
storageRequestCondition |
task24request |
""(無值)或 K |
要求或千個要求的這些值範圍適用於所有的 storagerequest 原則規則項目。 |
abend |
syncpointrequest |
syncpointRequestCondition |
syncpoint |
""(無值)或 K |
|
abend |
tdqrequest |
tdqRequestCondition |
readq |
""(無值)或 K |
要求或千個要求的這些值範圍適用於所有的 tdqrequest 原則規則項目。 |
abend |
time |
timeCondition |
cpulimit |
O、M 或 S |
|
abend |
tsqbytes |
tsqBytesCondition |
writeq |
B、K、M 或 G |
所有的 tsqbytes 原則規則項目都具有相同的值範圍。 |
abend |
tsqrequest |
tsqRequestCondition |
readq |
""(無值)或 K |
要求或千個要求的這些值範圍適用於所有的 tsqrequest 原則規則項目。 |
abend |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<policy:policy xmlns:policy="http://www.ibm.com/xmlns/prod/cics/managedplatform/policy" policySchemaRelease="0" policySchemaVersion="1">
<description>description_of_policy</description>
<userTag>tag_1</userTag>
<rule type="rule_type" 1 >
<name>name_of_rule</name>
<description>description_of_rule</description>
<condition_type 2 item="rule_item" 3 operator="GT" unit="unit" 4 value="value" 5 />
<action>
<action_type 6 />
</action>
</rule>
</policy:policy>
<abend abendCode="code"/>
<eventAdapterName>name</eventAdapterName>
<eventAdapterSetName>name</eventAdapterSetName>