Previous Topic: How You Issue Cross-system Commands through Linkages

Next Topic: How You Define Target System Aliases

Sample Cross-system Command

The following is a sample cross-system command:

@SYSB @SETOPTION MAXCONS=6
@

This is the CA MIM command prefix that tells CA MIM to intercept and issue the cross-system command.

SYSB

Specifies a single system ID, a list of system IDs, an alias, or a keyword used to direct the command to the appropriate systems.

@

This is the CA MIM command prefix that tells CA MIM on SYSB to execute the SETOPTION command. You could specify F MIMGR in place of the @ prefix.

SETOPTION MAXCONS=6

This is the command that CA MIM on SYSB executes.