Protected: Nikto
Protected: Redis on CentOS 7
Protected: IBM i Talk With Watson
Protected: Performance Tuning on CentOS 7
Protected: Virtual Machines in Linux Using KVM
Protected: SQL Tips – IBM i
IBM i – CRTSQLRPG v7r1 – Missing source in STRDBG
Sometimes the defaults on the system prevent browsing source on SQL RPG programs in debug. To prevent this we can add following SQL code to the beginning of your RPG program
EXEC SQL SET OPTION NAMING = *SQL, CLOSQLCSR = *ENDMOD, COMMIT = *NONE, DATFMT = *ISO, COMPILEOPT = 'DBGVIEW(*LIST)';
or add ‘DBGVIEW(*LIST)’ to compiler options COMPILEOPT on command CRTSQLRPGI.