In this post, we will see how to resolve Session or device error occurred in file AS400/IBM i Question: I am learning IBM i RPG programming and am stuck on displaying a subfile. I keep getting the error “Session or ...

In this post, we will see how to resolve Searching entire record for specific string – RPGFREE IBM i Series Question: I’m trying to correct a specific customer type in our database from a character customer type of “05” to ...

Question: In SQLRPGLE we use Sqlcode. But we do not declare this variable in our program. So my query is where do we get this variable from? How come this variable is available to the program without declaring it? Answer: ...

Question: Why when I send a char(CL) value to a decimal data type is converted to (-33)? I wrote (move ‘CL’ NmOfField) and NmOfField is a decimal data type, so I found the value on NmOfField is (-33) I want ...

Question: On an IBMi system, STRSEU can only work with source members, right? No ability to interact with stream files directly. Just thinking in the context of tracking RPG/CL/DDS source behind Git as stream files. Assuming one wanted to use ...