Issue a PPQ command from within a REXX program by specifying an ADDRESS PPQ statement, as shown:
ADDRESS PPQ 'ppqcommand operand(s)'
The following example creates a shared queue named MYQUEUE:
ADDRESS PPQ 'CREATE QUEUE(MYQUEUE) SHARE(YES)'
Copyright © 2012 CA. All rights reserved. |
|