MQSUBREL parameter: Difference between revisions
Jump to navigation
Jump to search
(adding Usage section and text that seems to have been missed during wiki conversion) |
|||
Line 17: | Line 17: | ||
The MQ subtask is released at the end of request processing in subsystems with AUTOCOMMIT=N. | The MQ subtask is released at the end of request processing in subsystems with AUTOCOMMIT=N. | ||
==Usage== | |||
You can set the MQSUBREL parameter on User 0’s CCAIN line to affect all users. Or, a user can reset it to affect only a specific user. At login or a user restart the MQSUBREL parameter is returned to the value specified by the User 0 CCAIN parameter line. | |||
<table> | <table> | ||
<tr class="head"><th>Setting</th><th>Meaning</th></tr> | <tr class="head"><th>Setting</th><th>Meaning</th></tr> | ||
Line 23: | Line 25: | ||
<tr><th><var>1</var></th> | <tr><th><var>1</var></th> | ||
<td>Release the subtask to other users.</td></tr> | <td>Release the subtask to other users.</td></tr> | ||
</table> | </table> | ||
Latest revision as of 16:43, 30 March 2017
Release MQ subtask (1-release, 0 - retain)
Summary
- Default value
- 0
- Parameter type
- User
- Where set
- User 0's CCAIN line or reset by user
- Related products
- All
- Introduced
- Model 204 V7.1
Description
The MQ subtask is released at the end of request processing in subsystems with AUTOCOMMIT=N.
Usage
You can set the MQSUBREL parameter on User 0’s CCAIN line to affect all users. Or, a user can reset it to affect only a specific user. At login or a user restart the MQSUBREL parameter is returned to the value specified by the User 0 CCAIN parameter line.
Setting | Meaning |
---|---|
0 | Retain the subtask and preserve pre-V7R1.0 behavior. |
1 | Release the subtask to other users. |
Set this parameter to 0 when you expect the same user to use MQ services soon after ending a request. Set it to 1 when you expect other users may be waiting for a free MQ subtask.