Previous Topic: PPQ Command Summary

Next Topic: Issuing PPQ Commands from CA OPS/MVS


Issuing PPQ Commands from Rules

Issue a PPQ command from a rule by specifying the PPQWRITE keyword, as shown:

PPQWRITE((item) QUEUE(queuename))

The following example sends information to a queue named MESSAGE:

PPQWRITE((HELLO THERE) QUEUE(MESSAGE))

For details, see the description of the PPQWRITE keyword in the Command and Keyword Reference Guide.