Dan,
I could be wrong, but I believe your fears are correct. I've never been
able to condition a breakpoint by comparing more that one field to one
value.
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'
good luck,
Rick
----original message-----
> Dan said, in part:
The cursor is found where the ^ is positioned. I am starting to think that
the WHEN clause (?) only supports testing one field. That couldn't
possibly be true for modern development debugging tools, could it? Well, I
suppose that if Interactive Source Debugger hasn't been touched in 9 years
and 9 releases, it's possible.