
418 IBM Application Development Tools for z/OS and OS/390
4. Issue the FIND command (just like you would in ISPF) to find the record for
customer RB_DEMO.
The record containing the string, RB_DEMO, is displayed as the first line in the
panel, and the cursor is placed on that record, as shown in Figure 14-7.
Figure 14-7 File Manager/DB2 Table Browse panel after a FIND command
5. Issue the RFIND command until you locate the record that has a value of IBM
in the COMPANY column.
In Figure 14-7, you can see that the value in the NO_SHARES column is -5. This
is incorrect data in the application. No negative value allowed.
At this point, you believe the ...