Setting Environmental Variables for the Command Line Interface
To set SSPRODIR and SSICMAPI on UNIX:
echo $SHELL
setexport SSPRODIR=Path\_to\_BEX\_Installation\_Directory
export SSICMAPI="\`cat $SSPRODIR/misc/SSICMAPI\`"setenv SSPRODIR Path\_to\_BEX\_Installation\_Directory
setenv SSICMAPI "\`cat $SSPRODIR/misc/SSICMAPI\`"To set SSPRODIR and SSICMAPI on Windows:
To set SSPRODIR and SSICMAPI on OES Linux:
Last updated