The image is a flow chart that describes the program flow for the
sample program.
The following steps are what the flow
chart follows:
- Begin
- Read last notify object record.
- Found? If No, go to step 6.
If Yes, go to step 4.
- Move restart information to "Last" fields.
- Set for restart message
- Prompt.
- Basic prompt.
- End of program? If No, go to step 7.a.
If Yes, go to step 8.
- Read product master record.
- Found? If No, go to step 7.c.
If Yes go to step 11.
- Set for error. Go to step 6.
- Read notify object record.
- Found? If No, End. If Yes, go to step 10.
- Delete. Go to step 8.
- Read product location record.
- Found? If No, go to step 12.a.
If Yes, go to step 13.
- Release lock on product master.
- Set for error. Go to step 6.
- Add quantity.
- Update product master.
- Update product location
- Commit
- Move restart information to "Last" fields. Go to step 6.