Use the following syntax at the operating system command prompt (the quotation marks must be typed as shown):
Bourne and Korn Shells
NUCLEUS='
PARAMETER-NAME
:
value
[
PARAMETER-NAME
:
value
...]'
export NUCLEUS
C Shell
setenv NUCLEUS '
PARAMETER-NAME
:
value
[
PARAMETER-NAME
:
value
...]'
Any number of parameters can be set in this way; each parameter-name/value pair must be separated by a space. If more than one parameter is set in the NUCLEUS variable, they must be enclosed by single or double quotation marks. If a hyphen (