I need all the command files to return back to their calling program so the calling program can continue. These are a series of job streams for our nightly batch processing routines.

Thom

At 09:13 AM 02/07/2003 -0500, you wrote:

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
Thomas J Cimicato
President
Integrated Check Technologies
Collect-A-Check, Inc.
------------------------------------------------------------
Bus:800.338.0676
Mailto:[EMAIL PROTECTED]
www.ICheckTech.com

Reply via email to