#include <qp2user.h> int Qp2EndPase(void);
The Qp2EndPase() function ends any i5/OS PASE program currently running in the job.
None.
None.
The function result is nonzero if an error is detected attempting to end the i5/OS PASE program.
Undefined behavior results if Qp2EndPase is called while the Qp2RunPase API
is running (in the same job), or if the job attempts to use the i5/OS PASE program
(without restarting it) after Qp2EndPase is called.
| Top | i5/OS PASE APIs | APIs by category |