EVAL field-name: c number-of-characters
on the debug command line. The variable field-name is the name
of the field that you want to display in character format. 'c' specifies
the number of characters to display.For example, in the program DEBUGEX, data structure DS2 does not have any subfields defined. Several MOVE operations move values into the subfield.
EVAL DS2:C 20 Result: DS2:C 20 = 'aaaaaaaaaabbbbbbbbbb'