


Probably nothing. If you make that change in SEU, for example, the editor will flag it as an error since “DUMP” is not a valid H-spec keyword in OPM nor ILE RPG. If you make the change through some simple text editor, the RPG compiler will throw the H-spec away and generally stop the compilation.
Tom


hi Phil,
i think you have got me exact one… so please can you give me the right answer……
Chakramdhar, debug is a compiler directive, dump is an operation code.
Compile it with the H Spec and one or more dumps in the C specs
When you run the program, whenever it hits the DUMP it will spool a formatted dump.
Be careful, if you put it in a loop it will print a DUMP for each time around.
Phil