Previous Topic: EVERY KeywordNext Topic: MATCHLIM Keyword


LIMIT Keyword

The LIMIT keyword specifies the number of times a rule can execute within a given minute. If one of your rules contains an error causing CA Automation Point to get caught in an endless loop, the limit prevents CA Automation Point from executing the same rule repeatedly.

This keyword has the following format:

LIMIT(integer)
integer

Specifies the number of times a rule is to execute in a given minute. You can specify any value between 1 and 32767. You cannot specify a status variable as the operand.

Usage Notes:

Example:

Suppose that you want a script called LOGONRCS to execute no more than twice within one minute when the IEF244I message is issued. You could write a rule like this one:

MSGID(IEF244I), SCRIPT(LOGONRCS.SCR), LIMIT(2)