Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, 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

This information center is powered by Eclipse technology. (http://www.eclipse.org)