Using IBM Power and curious how simple it is to get started? Watch this quick video to see how you easily can execute Red Hat Ansible in VSCode against an IBMi from a developer view. This is a simple use case of changing an IBMi user profile from a developer perspective. Read More
Programming in ILE RPG – Defining Standalone Variables & Assigning Initial Values to Data – MC Press Online
[[{“value”:”Although the database might not support some very large fields, character data items defined in an ILE RPG program generally have higher limits, up to about 16 MB.
A typical use for a standalone variable might be as a counter to count the number of transactions being processed, as an intermediate variable to temporarily hold a value for later processing, as an accumulator to keep running track of year-to-date sales amounts, or as an indicator to represent whether a condition is true.”}]] Read More
Practical RPG: AI and IBM i
[[{“value”:”I asked it a simple question: with two files, CUSTOMER and TASKS both keyed by field CUSNUM, write RPG code to read every record in the CUSTOMER file, and if there is no record in the TASKS file, set the status to C.
There are really only two ways to use an LLM to help you code: ask questions of an existing LLM or build your own.”}]] Read More
Opcode Session 2 Programmers IO
Teaching IBM Power skills in a free online IBM i Internship Program for university students and IT professionals around the world. Read More
Splitting a PDF using RPG and PDFBox ImRickyT
[[{“value”:”I wrote an article on LinkedIn about splitting a PDF document based on page numbers using RPG and a OpenSource project PDFBox. Hope it helps someone. Plan on releasing one that splits based on Text in the PDF document.
https://www.linkedin.com/pulse/splitting-pdf-rpg-java-pdfbox-ricky-thompson-lnuue
submitted by /u/ImRickyT[link][comments]”}]] Read More