Process with batch entry a value every second times
Posted: Fri Aug 21, 2020 6:23 am
Hello Everyone,
i have a smal problem with process. When I would like to run the process with ViewZeroOut, I must run the proces one more time. Because the process entry a data every second times.
When I set two solo process, one with viewzerout, and second with script, everything is okey. Do You know what is bad?
Best regards
Kamil
i have a smal problem with process. When I would like to run the process with ViewZeroOut, I must run the proces one more time. Because the process entry a data every second times.
Code: Select all
#The bad process
Prolog
ViewZeroOut('Cube', '_ViewZeroOut Cube');
Epilog
dCommand='"C:\Program Files\ibm\SPSS\Modeler\18.2.1\bin\clemb.exe" -stream "E:\...\TM1 Stream.str" -execute -log "E:\...\TM1 Stream.log" ';
Executecommand(dCommand,1);
Best regards
Kamil