1.

Can You Debug Ile Rpg Program Using Isdb?

Answer»

No. However we can debug RPG program using STRDBG.
COMPILE RPG using with SOURCE LISTING options . . . *SRCDBG.
STRDBG PGM(PH0040DCL) OPMSRC(*YES)
OPM stands for original program model
Same process for CLP also.

No. However we can debug RPG program using STRDBG.
Compile RPG using with Source listing options . . . *SRCDBG.
STRDBG PGM(PH0040DCL) OPMSRC(*YES)
OPM stands for original program model
Same process for CLP also.



Discussion

No Comment Found