The PROCESS call is performed multiple times until a non-zero return code received from the exit program. The possible Return Codes from the PROCESS call are:
|
Return Code |
|
|
|---|---|---|
|
0 |
The call was successful. |
Member data has been returned. |
|
4 |
End of File/No more member data. |
The last member passing the selection criteria has been returned. The MSL Processing Program, APCS1150 acknowledges this with a TERM call. |
|
8 |
An error (non-fatal) occurred in the exit program. |
Any members returned are displayed on the MSL. The exit should return a diagnostic message in the area provided in the Exit Parameter Structure. This message is displayed to the user with the MSL. Depending on the type of error encountered, it is possible that the member list is incomplete. |
|
16 |
Fatal error |
The exit program encountered an error. The MSL is not to be displayed to the user. The exit should provide a diagnostic message in the area provided in the Exit Parameter Structure. The message displays for the user. This return code assures that an incomplete MSL is not displayed. |
|
Copyright © 2004 CA.
All rights reserved.
|
|