Exit 26 – Link State Change Accounting
Use Exit 26 to create accounting records or to start recovery procedures when a link changes state.
Point of Processing
| Process | Exit Attribute |
|---|---|
| Link state accounting | Reentrant |
Exit 26 is called when any RSCS task causes a link to change state. On return, RSCS returns control to the calling task and the link changes to the specified state.
Entry Conditions
The following table shows the parameters passed in R0 and R1 to the first exit routine associated with this exit point. For more information about other register contents, see Standard Entry Conditions.
| Register | Contents |
|---|---|
| R0 | Not applicable |
| R1 | Address of parameter list which contains:
|
Exit Conditions
On return, Exit 26 sets the standard register contents (see Standard Exit Conditions).
Return Codes
| Return Code | Results |
|---|---|
| 0 | RSCS calls the next exit routine associated with this exit point and continues usual processing. |
| 4 | RSCS does not call any other exit routines associated with this exit point and continues usual processing. |
Programming Considerations
- To generate an accounting record at this exit, use CP DIAGNOSE code X'4C'. For more information, see z/VM: CP Programming Services.