Hello everyone,
have a need to collect volumetric data from a source, but because I couldn't retrieve all the data at once, I created a system that collects 10,000 lines at a time. I also updated a monitor to advance to the next set of lines.
The SAS_PROFILE PACKAGE :
the expression for the loop
Every thing works fine except that my treatment doesn't stop once the condition is false
This results when all the data get inserted turns to be 0 so as a result in the expression we have 0>0 which is false but it continues to iterate through the loop.
Any help will be appreciated!
Best regards,