The debug listing view is too big.
30
Cause . . . . . : The listing view was requested, but the size of the listing view is too big.
Recovery . . . : Reduce the number of statements in the module, or change the DBGVIEW parameter for the command. If you are using the CRTBNDRPG or CRTRPGMOD command, specify DBGVIEW(*SOURCE) or DBGVIEW(*COPY). If you are using CRTSQLRPGI, specify DBGVIEW(*SOURCE) and OPTION(*NOGEN). Then compile the generated RPGLE source file with DBGVIEW(*SOURCE) or DBGVIEW(*COPY).
Technical description . . . . . . . . : The listing view is created when either DBGVIEW(*ALL) or DBGVIEW(*LIST) is specified for the CRTBNDRPG or CRTRPGMOD command, or when DBGVIEW(*SOURCE) and OPTION(*GEN) is specified for the CRTSQLRPGI command.