On 2/22/13 2:37 PM, Buck Calabro wrote:
On 2/22/2013 5:24 PM, James H. H. Lampert wrote:
Does anybody know of a way to dump the variables of an OPM program
(similar to the "RPG-formatted dump" option of an escape message)
without having to force it into an exception state?
OPM RPG put the debug option in the H spec and use the DUMP keyword.
OPM CL, use the DMPCLPGM command.
--buck
Problem is, it's an MI program. A huge one. While I can certainly insert
an instruction that will blow up, I was hoping there was something I
could do without recompiling the thing.
--
JHHL