|
Objective |
Command Options |
|---|---|
|
Set one URT for automatic opening, for example 123. |
DBEC P,AUTO,URT(123) DBOC AUTO=123 |
|
Set for automatic opening URTs with a suffix equal to or greater than the specified suffix, for example 110—119. |
DBEC P,AUTO,URT(11?) DBOC AUTO=11? |
|
Set all local URTs for automatic opening. |
DBEC P,AUTO,URT(????) DBOC AUTO=???? |
|
Set for deferred opening one URT, for example 123. |
DBEC P,DEFER,URT(123) DBOC DEFER=123 |
|
Set for deferred opening all local URTs. |
DBEC P,DEFER,URT(????) DBOC DEFER=???? |
|
Reset to original STATUS for one URT, for example 123. |
DBEC P,RESTART,URT(123) DBOC RESTART=123 |
|
Reset to original STATUS for multiple URTs, for example 110—119. |
DBEC P,RESTART,URT(11?) DBOC RESTART=11? |
|
Reset to original STATUS for all local URTs. |
DBEC P,RESTART,URT(????) DBOC RESTART=???? |
|
Reset to original STATUS for all local URTs for a range of MUFs. |
DBEC P,RESTART,URT(????),SIDNAME(DBSID*)
|
These commands can be further limited in a multiple MUF environment by adding the SIDNAME(xxxxxxxx) parameter to the input commands.
These DBEC perform functions can also be implemented by using line commands on the URT-level inquiry.
Note: For the RESTART examples, "Reset to original STATUS" means to reset the URT STATUS to OPEN or UNOPENED from CLOSED. If TYPE is AUTO, the STATUS becomes UNOPENED. If TYPE is PLT, CA Datacom CICS Services tries to OPEN the URT and, if successful, the STATUS changes to OPEN. If TYPE is DEFER, RESTART has no impact on the STATUS of URTs.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|