When a URT is opened, every table listed in it is opened unless it has BYPOPEN=YES specified in its DBURTBL macro. For more information, see the CA Datacom/DB Database and System Administration Guide. The DISABLE= command suppresses the opening of a specified table listed in a URT when that URT is opened. The ENABLE= command resets a table so that CA Datacom/DB opens it when the URT naming it is opened. The ENABLE= command can specify any bypassed table by specification of BYPOPEN=YES in DBURTBL or by issuing a DBOC DISABLE= command.
The URT containing the tables to enable must be closed when this transaction is issued. Verify that the URT is closed or invoke the transaction to close it before issuing this command. For more information, see CLOSE= Closing URTs.
►►─ DBOC ─ ENABLE= ─┬────────┬─ table ─┬─────────┬────────────────────────────►◄ └─ urt. ─┘ └─ .dbid ─┘
(Required) Specify the transaction ID used with Operational commands to control system resources. Leave a space between the transaction ID and the command.
(Required) Indicates to open the tables when the URT is opened.
Identifies by number one or more URTs. Separate from the table name with a period (urt.table). To specify acceptance of any value, 1—9, in one or more places within the URT name, use the wildcard symbol (?). To specify multiple URTs individually, separate members within the series with commas.
|
Example |
Description |
|---|---|
|
1 |
URT 0001 |
|
?,20 |
URTs 0001 through 0009, and 0020 |
|
?? |
URTs 0001 through 0099 |
|
1? |
URTs with 001 as the first three digits |
|
?1? |
URTs with 0 as the first digit and 1 as the third digit |
|
???? |
All URTs |
(Required) Identifies the table or tables to which the command applies. Use the wildcard symbol (?) in the first, second, or third place of the three-character table name to accept any valid character in that place.
|
Example |
Description |
|---|---|
|
POH |
Table POH |
|
??? |
All tables |
|
A?? |
All tables with beginning with A |
|
??1 |
All tables with names ending with 1 |
(Optional) Used with a table name to limit the command action to that table within the specified database. Use a period as a separator between table name and the five-digit database ID (table.dbid). To apply the named command to the listed tables in database IDs within a known range, use the wildcard symbol (?). To apply the named command to the listed tables in all databases, either omit the database ID from the operand or specify ????? for the dbid.
|
Example |
Description |
|---|---|
|
00123 |
Database 00123 |
|
000?? |
Databases 00000 through 00099 |
|
0005? |
Databases 00050 through 00059 |
|
???5? |
All databases with 5 as the fourth digit |
|
????? |
All databases |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|