Previous Topic: ACTIVATE

Next Topic: CANCEL

ADD

Use the ADD command to add an ISET to the ISET table or to add a command to the command table.

Syntax

Use this format for the ADD command:

ADD {ISET isetname dsname}
    {CMD command imod [args]}

Parameters

The ADD command takes these parameters.

ISET isetname

Adds the specified ISET. The ISET name cannot be longer than 16 characters.

CMD command

Adds the specified command.

Specify required characters in uppercase and optional characters in lowercase.

dsname

Name of the data set to which the ISET name should refer.

imod

Name of the IMOD that will execute the command.

args

Argument string to be passed to the command IMOD. This string is concatenated before the operator-entered arguments.

Example

-------------------------- CA‑GSS/ISERVE Control Panel -------------- ==> add iset newiset isrv.ABC.xyz => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ===================================================================== NEWISET now identifies ISRV.ABC.XYZ

Usage Notes

Other Responses

ISET name missing

You omitted the ISET name.

ISET name is invalid

The ISET name is syntactically invalid. Make sure it is not too long.

ISET already exists

The specified ISET has already been defined to ISERVE, either by command or initialization parameter. You must delete the ISET before you can redefine it.

DSNAME is invalid

The data set name is syntactically invalid.

ADD option not ISET or CMD

You did not enter either ADD ISET or ADD CMD.

Command added

The specified command has been added to the command table.

Command modified

The specified command was already defined in the command table, and its definition has been replaced.