[Migrated content. Thread originally posted on 05 April 2004]
We have an application which performs production scheduling of interrelated components. The availability/scheduling of one component directly affect the availability/scheduling of others. What this means is that a change to one component may cause other components to be rescheduled, any component that is rescheduled could force the rescheduling of other components.The code that performs this function is done using several programs that can recursively perform themselves. The problem is that when this is updating we are running into the MAX-FILES limitation of the Acucobol-GT runtime.
What I'm trying to determine is if there's any way to tell what 'pass' I'm on and not perform recursive iteration. Does anyone know how to do something like that?
Does anyone have anywhere near the maximum number of files open?
Brad Hayes



