Confirming the environment variables
To run DataMagic, the environment variables must be set.
If the environment variables have not been set, read the description in Specifying environment variables and set the variables.
Confirming the settings:
# echo $DMEXEP /usr/local/MAGIC/bin # echo $DMPATH /usr/local/MAGIC/etc
When using sh:
# echo $PATH /usr/local/MAGIC/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin …
When using csh:
# echo $path /usr/local/MAGIC/bin /usr/local/bin /bin /usr/bin /usr/sbin …