Previous Topic: Replacing a Module or URT with a New CopyNext Topic: DBEC Controlling Local Resources with Enhanced Commands


Command Examples

The following replaces DCCTPPR with a new copy:

DBEC P,MUF(??),DISCONNECT followed by the CLEAR key

DBOC DELETE=DCCTPPR

CEMT S PROG(DCCTPPR) NEWCOPY

DBOC LOAD=DCCTPPR

DBEC P,MUF(??),CONNECT

If there are MUFs that you do not want connected because they were previously disconnected, you should instead do the following after the LOAD:

DBEC I,MUF(??)

Then use the C line command to selectively connect the MUFs that you want reconnected.

The following replaces URT 1 with a new copy.

DBOC CLOSE=1

DBOC DELETE=1

CEMT S PROG(DBURT001) NEWCOPY

DBOC OPEN=1