Previous Topic: How to Enable and Disable a Destination Member

Next Topic: CONFIG Parameter


ENABLE and DISABLE Commands

To enable a control library member

Use the following ENABLE command:

F XCOM,ENABLE,member_name
member_name

The control library member to be enabled.

Note: If the member_name is a TYPE=SUPERLIST destination member, the ENABLE attempts to enable all the members contained in the superlist.

Example

The MODIFY command F XCOM,ENABLE,LU2310 activates the destination member LU2310 in the CA XCOM Data Transport control library.

To disable a control library member

Use the following DISABLE command:

F XCOM,DISABLE,member_name{,ALL|FORCE|FORCEALL}
member_name

The control library member to be deactivated.

ALL

Indicates that all lists in the specified superlist are to be disabled.

FORCE

Indicates that the specified superlist is to be disabled, but that the individual lists in the superlist are not to be disabled.

FORCEALL

Indicates that a superlist named in another superlist is to be disabled, as well as all individual lists named in the superlist.

Note: The optional parameters ALL, FORCE, and FORCEALL are supported only when the member_name is a TYPE=SUPERLIST destination member.

Example

The MODIFY command F XCOM,DISABLE,LU2310 deactivates the destination member LU2310 in the CA XCOM Data Transport control library.