Connect, learn, share, and engage with IBM Power.
Avoiding SQL injections in ILE-RPG with embedded SQL (SQLRPGLE) Dynamic embedded SQL is a great tool, if you have to create ...
IBM i APIs can look a bit complicated - even more the Crypto API suite, as you have to deal with "algorithms", "context tokens", ...
If your application needs multithreading, the POSIX API for multithreading – called pthreads – is the classic way, to run multiple ...
During day to day application support activities, sometimes an anomaly or bugs was identified. But hard to identified which program ...
In iSeries, as far as I know, most Audit Trail was created based on trigger. In case that trigger implementation is forbidden ...
An RPG programmer wants to substitute the values of variables ITEM and PRICE into the string template "The price of item %ITEM% ...