Any module or URT having an entry in the CICS System Definition data set (CSD) can be deleted through a DBOC transaction. A deleted module or URT can be reloaded using the DBOC LOAD= transaction
Note: An exception to a NEWCOPY of any CA Datacom CICS Services modules is that a NEWCOPY of DBCVTPR can only be done when CA Datacom CICS Services is in a shutdown status. It cannot be deleted when CA Datacom CICS Services is active.
Use the following transactions to delete a module or URT.
┌─ , ───┐ ►►─ DBOC ─ DELETE= ─┬─▼─ urt ─┴─┬─────────────────────────────────────────────►◄ └─ modname ─┘
Be attentive to the following warning:
WARNING! Do not use the clear screen function key to interrupt this DELETE process once it has been initiated.
(Required) Specify the transaction ID used with Operational commands to control system resources. Leave a space between the transaction ID and the command.
(Required) Deletes the designated module or URT.
Note: When multiple operands for DELETE= include DCCOCPR, this module name must be specified last in the series.
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 from 0 through 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 |
Designates the name of the module on which CA Datacom CICS Services is to act. Only use in preparation for doing a NEWCOPY of a module. DELETE=???????? specifies delete all CA Datacom CICS Services modules and URTs.
The only modules available to be deleted (or loaded) with DBOC are the following: DBCSVPR, DCCTPPR, DCCTRPR, DCCTFPR, DCCTXPR, DCCV1PR, DCCOCPR, DCCO1PR, DCCO2PR, DCCO3PR, DCCO4PR, DCCECPR, DCCETPR, DCCFPPR, and DBSGMPR. Other modules, except DBCVTPR, can be newcopied without the DBOC DELETE= command (or the DBOC LOAD= command).
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|