Hello all!
The following phenomenon occurs on our Natural 6.1.1-Environment:
We got an LDA “LDACONST” with the following content:
1 #LDAVAR (A10) const <'12''456''890'>
The const-value is entered as a “single value init”. Please note the single quotes.
Plus the following program:
define data
local using ldaconst
local
1 #progvar (A10) const <'12''456''890'>
end-define
write '=' #ldavar
write '=' #progvar
end
output:
#LDAVAR: 12'456'8
#PROGVAR: 12'456'890
Only the first 8 byte of #LDAVAR were written into the compiled LDA. I think, it is a bug. What about the newer versions of Natural?
Regards
Matthias