|
fkany@xxxxxxxxxxxxxxxxxx wrote: > Did you try: > BREAK 396 WHEN P_JOBNUM = '2ACZ0093' AND when W_WIPSTA = 'W' Yes, but it doesn't work. "Alexei Pytel" <pytel@xxxxxxxxxx> wrote: > Did you try > BREAK 396 WHEN P_JOBNUM = '2ACZ0093' & W_WIPSTA = 'W' Yes, but it doesn't work. I tried "& when" as well as enclosing the test in parentheses: BREAK 396 WHEN (P_JOBNUM = '2ACZ0093' AND W_WIPSTA = 'W') "Richard B Baird" <rbaird@xxxxxxxxxxxxxxxxxxxxx> wrote: > I've gone as far as placing a test line in the program such as: > > eval *in01 = (P_JOBNUM = '2ACZ0093' AND W_WIPSTA = 'W') > > and breaking on *in01 = '1' Thanks for the suggestion Rick. I really hate to play with the source like that, though, but as a last resort, I suppose it'll have to do. Thanks everyone! Does Code/400 offer a better debugger? - Dan __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.