Top "Rpgle" questions

RPGLE is a high-level programming language (HLL) for business applications for programs running in the Integrated Language Environment (ILE).

CPF4131 appeared during OPEN for a file

What are the possible reasons for CPF4131 to be appearing on a file in a program. And how do we …

ibm-midrange rpgle
What's the correct way to check sql found condition in ILE RPG?

When working with embedded SQL in RPG, you often end up with a cursor and a dow-loop for processing all …

rpgle db2-400 embedded-sql
What's the difference between EVAL and MOVE in RPGLE

I recently got into the IBM's RPG world, so while writing some code and reviewing other people's code I've found …

ibm-midrange rpgle rpg
How to get the length of character type variable in RPGLE?

Is there any easy way to directly return the length of character and type variable in RPGLE? The length I …

ibm-midrange rpgle variable-length
External stored procedure on IBM i

I am trying to create an external stored procedure on an IBM i (V5R4), but I'm getting an error …

stored-procedures ibm-midrange rpgle
How to move a DB2 SQL result table into a physical file?

I would like to get the result table from a SELECT statement, and then move it into a physical file. …

sql db2 ibm-midrange rpgle
Calling stored procedure on i Series using IBM DB2 Connect driver

I have a C# application, from where I am trying to call an ISeries Stored Procedure (wrapping an RPGLE program). …

c# stored-procedures ibm-midrange rpgle db2-connect
RPG to Java migration on an IBM iSeries

Our company uses an IBM iSeries for a majority of our data processing. All of our internal apps are written …

java jakarta-ee ibm-midrange rpgle rpg
ILE RPG MOVEL in FREE FORMAT FREE RPG

Can anyone show me how this Line is coded in FREE RPG? C MOVEL TEST TESTFELD

ibm-midrange rpgle rpg
SQL FETCH, Cursors and RPG

I am not sure what is wrong with my code, I am trying to make a while loop that will …

sql cursor rpgle rpg sql-fetch