Previous Topic: How to Issue PPQ Commands

Next Topic: PPQ Command Summary


Issuing PPQ Commands from REXX Programs

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)'