The CLOSE command closes one or more URTs. To open a closed URT, use the OPEN= command. To return a URT to its status at system startup, use the RESTART= command.
Use the following transaction to close one or more specified URTs.
┌─ , ───┐ ►►─ DBOC ─ CLOSE= ─▼─ urt ─┴──────────────────────────────────────────────────►◄
(Required) Specify the transaction ID used with Operational commands to control system resources. Leave a space between the transaction ID and the command.
(Required) Changes the status of the URT to Closed if its status is Unopened or Opened and issues a CA Datacom/DB CLOSE command. If the URT is being used for update, its status is changed to Closing and new users are not allowed access to it. When the active task has terminated, CA Datacom CICS Services issues a CLOSE internally.
(Required) Specify one or more URTs by the four-digit suffix, with or without leading zeros, where the range of valid values is 0001 to the active MAXURTS= value. Use the wildcard symbol (?) to accept any valid value between 0 and 9 for any (or all) of the digits. To specify a series, separate the identifiers with commas.
|
Example |
Description |
|---|---|
|
1 |
URT 0001 |
|
?,20 |
URTs 0001 through 0009, and 0020 |
|
?,1?,2?,30 |
URTs 0001 through 0030 |
|
?? |
URTs 0001 through 0099 |
|
1??,20?,21? |
URTs 100 through 219 |
|
???? |
All valid URTs |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|