0
votes
2answers
66 views
Conditional Compilation in RPG(LE)
Can I include a section of code based on whether a variable is defined in my program, or is the preprocessor completely unable to access this information, only compilation conditio …
0
votes
2answers
68 views
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 when I try to run it.
All I want to do is call an RPG program, without passing any …
0
votes
6answers
1k views
Accessing RPG on iSeries from Java
Has anyone had good experiences of talking direct to RPG programs running on a V5R4 iSeries machine from Java? If so, what are the recommendations of the community, and what pitfal …
0
votes
1answer
26 views
Is there an numeric type in ILE RPG which will overflow without crashing my program?
I'm looking for a numeric type in ILE RPG which will "wrap round" when it overflows, in a similar way to how a C int would. Is there such a thing?
2
votes
1answer
71 views
refactoring in iSeries (RPG), is it realistic
Implementing agile in projects requires the ability to do refactoring. It is not really a must, but code refactoring has proven to be a good engineering practice.
In an agile (Scr …
1
vote
1answer
87 views
How can I get the EBCDIC value of a character in RPGLE?
I need to have some way of converting single characters in RPGLE into integers - does anyone know a good way? It has to work for all possible inputs and ideally provide a different …
1
vote
3answers
97 views
How long can memory leaks persist in RPGLE programs?
I'm putting into production some RPGLE code which uses %alloc and dealloc to allocate memory. Programmers should be able to ensure there are no resulting memory leaks but I'm worr …
0
votes
4answers
527 views
iSeries stored procedure - how to get handle on the spool file output?
We have a stored procedure written using a CL and RPG program combination. When called locally on the iSeries all is fine. When called externally (for example from a SQL frontend) …
1
vote
3answers
152 views
Are there some projects that rate RPG source? like software metrics?
I just wanted to know if you know of some projects that can help to decide whether the analyzed Source it is good code or bad RPG code.
I'm thinking on the terms of [Software m …
3
votes
2answers
250 views
How do I iterate over a set of records in RPG(LE) with embedded SQL?
How do I iterate over a set of records in RPG(LE) with embedded SQL?
0
votes
1answer
93 views
Retrieving an Record Problem
Okay, that may not be the best subject...
I am setting up an approval workflow within an application. I pass the username and the dollar amount to the subprocedure and figure out …
3
votes
4answers
364 views
Source Control on the IBM i (iSeries)
On the web side we are working on getting source control. Now, I want to see what can be done for the iSeries side. What is your favorite source control application for iSeries and …
2
votes
4answers
731 views
Data structure definitions / templates in RPG(LE)
Say I have a data structure, such as
d dog DS qualified
d name 20
d breed 20
d birthdate …
2
votes
3answers
583 views
XML and iSeries RPGLE - development tools?
I've got a iSeries to .Net compact framework project. It includes rgple programs exposed as web services and a Windows mobile app that uses the webservices. Each iSeries program …
2
votes
1answer
315 views
How do you organize your RPGLE subversion repository on IBM i ?
How do you organize your RPGLE subversion repository on IBM i ?
I'm currently working in a travel business company that has a vast amount (about 13k) of RPGLE - sources for their …
