Previous Topic: ACTIVATENext Topic: CANCEL


ADD

This command adds an ISET to the ISET table or to add a command to the command table.

Syntax

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

Parameters

isetname

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

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 refers.

imod

Name of the IMOD that executes 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
ISET name is invalid

ISET name is syntactically invalid. Confirm that it is not too long.

ISET already exists

Specified ISET has been defined to ISERVE, by command or initialization parameter. Before you can redefine it, delete the ISET.

DSNAME is invalid

Data set name is syntactically invalid.

ADD option not ISET or CMD

You did not enter ADD ISET or ADD CMD.

Command added

Specified command has been added to the command table.

Command modified

Specified command was defined in the command table, and its definition has been replaced.