set - UDM Command
Syntax
set [built-in_name=built-in_value_1]...[built-in_name=built-in_value_n] [global_name=global_value_1]...[global_name=global_value_n]
Description
The set command sets values for the UDM Manager's built-in (pre-defined) variables and global variables. (Each set command parameter represents a variable.)
For detailed information on these variables, see Universal Data Mover Scripting Language.
Issuing the set Command
If the set command is issued without any parameters (variables), all of the global variables and their current values are displayed.
If the set command is issued with variable names but no following equal signs ( = ), the values to which the variables resolve are displayed.
If the set command is issued with variable names followed by an equal signs ( = ) but no values, the values are set to an empty string.
Parameters
Parameter | Description |
|---|---|
built-in_name=built-n_value_1 | Value of a built-in (pre-defined) variable |
built-in_name=built-n_value_n | Value of a built-in (pre-defined) variable |
global_name=global_value_1 | Value of a global (user-defined) variable |
global_name=global_value_n | Value of a global (user-defined) variable |
Example
To set UDM to echo lines and print line numbers on command errors:
set _echo=yes _lines=yes