1,975 pts.
 Data in Dump
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. RamvishakRamesh   1,975 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

…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

 108,330 pts.

 

Dump of CL/RPG/COBOL will not change data. 
The field names will all be shown in the dump in caps. 

 44,220 pts.

 

Thanks Tom and Philpl1

 1,975 pts.