Happy Friday!
When using nested RUN <program> USING varlist, should the "CLEAR VAR __-_" command to clear the passed variables be used after each RUN . . . .USING command or will that foul things up? Basic structure: RUN IMPTDATA.RMD RUN IMPTRDCT.RMD USING .vml_unit RUN MMS_ID_IMPT.RMD USING .VRM_UNIT RUN DROP_IDX.RMD USING .VRM_MILL RUN FTG_FIX.RMD USING .VRM_TEMP, .VRM_ID (inside a WHILE loop) RUN MAKE_IDX.RMD USING .VRM_MILL RUN DEV_CHK.RMD USING .VRM_MILL Return to IMPTDATA.RMD program for next vml_unit So should there be a CLEAR VAR __-_ after each RUN command completes? My real problem is that when I TRACE the programs when I hit the RUN FTG_FIX.RMD USING .VRM_TEMP, .VRM_ID R:BASE only TRACEs the first line in the program and then acts like I hit the F5 key to run without tracing. It doesn't TRACE each line of code. Thanks for any sage advice. Mike Ramsour

