I have got a dump file of a program which went to message wait last month. From the dump I got to know the value of a field as 'Asset'. I would like to know there can be a possibility that data is 'ASSET' but displayed in dump as 'Asset'?
Software/Hardware used:
As400
ASKED:
October 30, 2012 4:42 AM
…there can be a possibility that data is ‘ASSET’ but displayed in dump as ‘Asset’?
No.
(Technically, yes, because anything can be programmed including dump functions. But I assume you’re using system debug functions.)
Tom
Dump of CL/RPG/COBOL will not change data.
The field names will all be shown in the dump in caps.
Thanks Tom and Philpl1