

DBEC Controlling Local Resources with Enhanced Commands › Updating URT-Level Processing Options › Overriding DBURSTR Parameter Values
Overriding DBURSTR Parameter Values
Note: URTs must first be closed. (If you use the c line command on a DBEC I,URT(nnnn) screen to close the URT, press the PF1 function key to refresh the screen before implementing any overrides.)
To change any of the displayed options for the duration of the current CICS cycle:
- Tab to the option to revise.
- Overtype the value to override with the new value.
- When you have made all of your changes, press Enter.
- To exit, press Clear.
You define online URTs for CICS programs using three macros: the Start macro (DBURSTR), the Entry macro (DBURTBL), and the End macro (DBUREND). The Start macro is composed of 12 parameters, four of which you can override by updating the scrollable display invoked with DBEC for the URT-Level URT inquiry.
Use the following guidelines to change the current setting for any of these parameter values associated with any URT.
- CBSIO
-
Change options for CBSIO= follow:
- Increase the maximum number of I/Os to permit before interruption, up to 524287 (or 0, for unlimited I/Os) for all Compound Boolean Selection SELxx commands (except SELPR) to speed program execution.
- Decrease the maximum number of I/Os to permit before interruption, where the lowest valid value is 1 (0 means no limit) if your program is taking too much system resources.
- PR
-
(PRTY) Change options for PRTY= follow:
- Increase the priority level, up to 15, with which CA Datacom/DB processes requests using this URT
- Decrease the priority level, to a minimum of 1, to lower the priority with which requests using this URT are processed.
- U
-
(UND) Change options for TXNUNDO= follow:
- Change from N (NO) to Y (YES) to invoke transaction backout for update requests when an abend occurs. (Recommended value)
- Change from Y (YES) to N (NO) to not back out updates in progress when an abend occurs.
- MIN or SEC
-
Change options for TIMEMIN= or TIMESEC= follow:
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|