dliFieldName

The dliFieldName property contains the name of the DL/I segment field that corresponds to the field in your DLISegment record that contains the property.

If you gave your DLISegment field the same name as the corresponding DL/I segment field, you can omit this property.

For reasons of clarity or because of conflicts with EGL naming conventions, you might want to use different names in EGL than in DL/I for field names. As with the similar segmentName property, EGL converts the name you specify to upper case when it generates the COBOL source code.

Type: CHAR(8)


Feedback