Previous Topic: Make the Call

Next Topic: Check PPI Status

Sample PPI Calls

Some examples of PPI calls in various languages follow:

Assembler

CALL CNMNETV, (RPB)

CALL (R15), (RPB)

PL/1

CALL CNMNETV (RPB);

C

CNMNETV (RPB);

COBOL

CALL 'CNMNETV' USING RPB

Notes: