An EGL dataTable part is primarily composed of these components:
A data table of error messages, for example, might include these components:
001 Error 1 002 Error 2 003 Error 3
You do not declare a data table as if you were declaring a record or data item. Instead, any code that can access a table part can treat that part as a variable. For details on part access, see References to parts.
Any code that can access a table part has the option of referencing the part name in a Use declaration.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.