Thomas :

>>
I have a nested command file that is 4 levels deep. The problem is that the

last level is not returning to it's calling program. It simply ends 
properly. Every command file is called by a RUN statement and contains a 
RETURN at the end. My FILES setting is set to 30 and I know I have plenty 
of memory.
RUN cmdfile1.cmd
        RUN cmdfile2.cmd
                RUN cmdfile3.cmd
                        RUN cmdfile4.cmd
<<

What happen when levels deep is reduced to 3 ?
        RUN cmdfile2.cmd
                RUN cmdfile3.cmd
                        RUN cmdfile4.cmd

Would be much better to replace RUN by QUIT every time it is possible .....

J.M. GRATIAS, Logimatique

Reply via email to