Probier mal ab V5R4 mit DEBUG(*INPUT)

V5R4 RPG Enhancements

DEBUG(*INPUT) tells the compiler to retain unused input fields (the ones flagged with error 7031 in the compilation listing) in the program object. If you exclude unused fields, you will not be able to see the values of those fields while debugging.