Previous Topic: SVAPI Macro

Next Topic: SYSCMD Macro

SVCMD Macro

The SVCMD macro issues a registered Automation Services command. The macro inherits the $RMCALL return code.

Parameters: SVCMD Macro

Command Name

A mandatory field that specifies the name of the registered command issued by the SVCMD macro.

To display a full list of registered commands, enter ?.

Parameters

Specifies the parameters passed to the specified command.

Example: SVCMD Macro

The following example issues the T (Terminate) command for the local resource named in &NAME.

PROD------ Automation Services : SVCMD Macro Parameter Definition ------------- Command ===> Function=BROWSE .- Command Details -----------------------------------------------------------. | | | Command Name T | | | | Parameters .. SYSNAME=&ZRMSYSNAME VERSION=&ZRMVERSION CLASS=17 | | NAME=&NAME |