It is a collection of similar elements of same data type, we cannot have disimilar data types in a array. We can use array as a part of Data-Structure too as follows:
D Ds Inz
D ArrChgCde Dim(9999) Descend
D Count 5 0 Overlay(ArrChgCde:*Next)
D Code 5 0 Overlay(ArrChgCde:*Next)
D Desc 30 Overlay(ArrChgCde:*Next)
30
This comment has been removed by the author.
ReplyDelete