On Tue, 5 Aug 2003 17:11:04 -0400, David M. Blocker wrote: >Albert > >Any time something works in TRACE but not when RUN, SET WHILEOPT jumps out. >You may be violating a whileopt rule but TRACE auto sets this off. Try >putting SET WHILEOPT OFF in the code and see if it helps. > >David Blocker >
David is right. A missing or misplaced quote, for instance, would cause the code to fail with whileopt on, but would it would run in the tracing mode. Terry

