A
AdrianJones
Guest
do you have many non "no-undo" variables, tables, data-sets in your code? if so it might explain the assign speed issue. every time you assign any non "no-undo" variable, all non "no-undo" variables are written out to the LBI (local before image) file. if you consolidate multiple assigns into a single assign this lbi write only happens once.
Continue reading...
Continue reading...