Use the ADD command to add an ISET to the ISET table or to add a command to the command table.
Use this format for the ADD command:
ADD {ISET isetname dsname}
{CMD command imod [args]}
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
To add an ISET to an IMOD editor panel, add an ISET statement to the PARMLIB data set member where the editor's parameters are defined. (This member is identified using the EDITOR initialization parameter.)
If you issue a LINK command, the added ISET will appear.
You omitted the ISET name.
The ISET name is syntactically invalid. Make sure it is not too long.
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.
The data set name is syntactically invalid.
You did not enter either ADD ISET or ADD CMD.
The specified command has been added to the command table.
The specified command was already defined in the command table, and its definition has been replaced.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |