Previous Topic: Session ListNext Topic: Send Exit


Return Codes

On exit, the value in register 15 determines what processing should take place, and R1 supplies input to that process. The following lists the result for each possible value of register 15:

0

Continue processing; data is sent to current session.

4

Switch to new session; data is sent to new session. R1 points to the new session entry in the session list.

8

Discard input and issue message to caller. The message should be moved to the supplied area. Message TPX1054 containing the two messages will be displayed. The send exit can alter the displayed text.

16

Switch to the new session, but discard the data. R1 points to the new session entry in the session list.

20

Pass the data to the new session, but do not switch into the session. R1 points to the new session entry in the session list.

Important! Data streams cannot be altered by this exit and should be used only for route selection.