calc scripts with in the MaxL not running sequentially
Summary
calc scripts with in the MaxL not running sequentiallyContent
Hello Experts,
I have .maxl file with in that series of calculations scripts, after every calculation script, with SHELL command i am executing ODI package. All are running fine, but some times, before triggering calculation script, SHELL command getting executed. I dont want to do that, only after successful execution of calculation script i want to execute ODI Package.
Problem is with only calculation script and SHELL commands, other wise calc scripts are running sequentially.
ex:
set timestamp on;
spool on to <log file>
login $1 $2 $3 $4 on $5;
iferror 'Errhandler';
execute calculation $6.'BBPM'.MN_FDMEE
0