Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


Image description: a chained list

This image depicts three salary records linked together in storage.

Each salary record contains three fields:

In the first record, PTR-NEXT-RECORD has the address of the second record. In the second record, PTR-NEXT-RECORD has the address of the third record. In the third and last record, PTR-NEXT-RECORD has the NULL pointer value to indicate the end of the list.

End of image description.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)