RPG

RPG

Connect, learn, share, and engage with IBM Power.

 View Only

Latest blogs

  • Avoiding SQL injections in ILE-RPG with embedded SQL (SQLRPGLE) Dynamic embedded SQL is a great tool, if you have to create ...

  • Using IBM i Crypto APIs - generating SHA-512 hashes

    Blog Entry

    IBM i APIs can look a bit complicated - even more the Crypto API suite, as you have to deal with "algorithms", "context tokens", ...

  • Multithreading ILE-RPG with pthreads

    Blog Entry

    If your application needs multithreading, the POSIX API for multithreading – called pthreads – is the classic way, to run multiple ...

  • Blog Entry

    During day to day application support activities, sometimes an anomaly or bugs was identified. But hard to identified which program ...

  • Audit Trail based on journal

    Blog Entry

    In iSeries, as far as I know, most Audit Trail was created based on trigger. In case that trigger implementation is forbidden ...

  • Use DATA-GEN for string interpolation

    Blog Entry

    An RPG programmer wants to substitute the values of variables ITEM and PRICE into the string template "The price of item %ITEM% ...