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 your SQL statements depending on user input. But "inserting" ...
IBM i APIs can look a bit complicated - even more the Crypto API suite, as you have to deal with "algorithms", "context tokens", "crypto providers" and more. So I'd like to guide you through ...
If your application needs multithreading, the POSIX API for multithreading – called pthreads – is the classic way, to run multiple procedures parallel at the same time and in the same ...