Tagged Questions

RPG is a high-level programming language (HLL) for business applications, initials which stand for Report Program Generator. IBM is the creator and primary vendor of RPG, but the language is available from other mainframe and microcomputer manufacturers, including Unisys.

learn more… | top users | synonyms

5
votes
2answers
476 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?
3
votes
4answers
172 views

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 in RPG. According to IBM's roadmap, IBM is pushing companies to move to Java/J2EE. We're ...
3
votes
2answers
168 views

RPG compiler converts type S to type P?

Here is my situation: I have program A which looks like this: Fmfile IF E K DISK USROPN d grue s like(dhseqn) d C *ENTRY PLIST C ...
3
votes
4answers
1k 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 why? I am looking ...
2
votes
2answers
90 views

How to move a DB2 sql result table into a physical file?

OS: IBM i v6.1 Database: DB2 I would like to get a Result Table form a Select statement, and then move it into a physical file. What I have tried: I was hoping to use (per ...
2
votes
4answers
323 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 (Scrum) project on the ...
2
votes
1answer
835 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 in-house application ...
2
votes
3answers
1k 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 has a specific ...
2
votes
4answers
3k 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 8 0 I can ...
1
vote
3answers
569 views

iSeries stored procedure calling RPG program doesn't return a value to the program

I have a stored procedure that calls an SQLRPGLE program. The program is running fine as I have verified in the debugger and sends the return value as expected. Instead what is returned when looking ...
1
vote
2answers
203 views

Risk of SQL injection when connection to AS/400 using JTOpen

We are using JTOpen to connect to our AS/400 machine, and I'm trying to work out the risks of having SQL injection vulnearbility when using this type of integration. Note that we are only using the ...
1
vote
2answers
65 views

How can I monitor Facsimile/400 and know when it stops sending faxes?

here's my situation: We are using Facsimile/400 on a IBM System i and sometimes it just stops sending faxes. Everything seems in order but the faxes just pile up with a "Sending" status. This is an ...
1
vote
2answers
171 views

How can I keep a RPG program running in memory?

I coded a monitoring program in RPG that checks if the fax/400 is operational. And now I want this program to check every 15 minutes. Instead of placing a job every 15 minutes in the job scheduler ...
1
vote
1answer
220 views

Comparing RPG to C# and SQL

In an RPG program (One of IBM's languages on the AS/400) I can "chain" out to a file to see if a record (say, a certain customer record) exists in the file. If it does, then I can update that record ...
1
vote
1answer
657 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 integer for each ...
1
vote
4answers
413 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 worried about what ...
1
vote
3answers
474 views

Pros and Cons of ASNA Visual RPG (AVR)

Have you had any experience with ASNA Visual RPG for Visual Studio 2005/2008? I'm looking for some feedback on this product. I'm especially curious as to how it compares to other methods of ...
1
vote
1answer
583 views

How to call Spring web service from RPG?

We have developed SOA architecure for our intranet application, so our web-start java applications are connected to central app. server which is running on Spring HttpInvoker, things work pretty well. ...
1
vote
3answers
372 views

Sub select issue

I'm trying to do a subselect in SQL on an AS400 and getting a "Data conversion or data mapping error" - I'm pretty sure its to do with the way SQL is handling dates in the subselect (specifically it's ...
1
vote
3answers
297 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 metric], [McCabe ...
1
vote
2answers
873 views

Simulate local file specifications in RPGLE subprocedure

I'm very excited about the new "local F specs" coming in V6R1 - see: http://www.mcpressonline.com/programming/rpg/v6r1-rpg-enhancements.html Does anyone know a way to simulate this in V5R4 in a ...
1
vote
7answers
4k 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 pitfalls should I try to ...
0
votes
2answers
60 views

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 am talking about here is not the length specified in the D-spec. I am talking about the actual ...
0
votes
0answers
133 views

node.js manage communication with the DB2 database

how can i manage communication with the database in node.js? is there any module that can i use?? i need to get adn store data from DB2 on IBM i. At the moment i'm using Zend Framework but i want ...
0
votes
3answers
35 views

how to alloc records to avoid an update at the same time with another user

i'm using select sql (DB2 on IBM i) to read a record from database and show it into a form where an user can modify and update it! now i need that if an user is viewing this record, at the same time ...
0
votes
2answers
182 views

Using String.format with RPGLE

I would like to interface RPGLE with String.format which takes variable length arguments or an array, I also want to pass numbers as well as strings, so I will be using format like "hello %s, you are ...
0
votes
1answer
163 views

iSeries JAVA program with RPGLE Interface crashes when processing images

I have made a java program that creates PDF files based to GnuPdf. It runs perfectly when run using native java code (on windows or iSeries QSH), however, when run through an RPGLE interface, the ...
0
votes
2answers
131 views

Executing an SQL statement using an RPG variable as the cursor name

I want to pass cursor and data structure to a procedure, the procedure then populates the structure with the next row from the sql cursor. Is this possible? A template of what I am trying to achive ...
0
votes
1answer
80 views

websphere, SQL1103: Position 24 Column definitions for table STVRECONWK in QTEMP not found

I have a table that is created and then deleted at the end of an SQLRPGLE program //Delete the temporary table shell('DLTF FILE(QTEMP/STVRECONWK)':IGNORE_ERROR); // create temporary ...
0
votes
5answers
286 views

Compare Data in Two Tables

I have two tables that I need to compare to make sure the values match. For context, one is the employee's time sheet and the other is a table to holds their requests. Each has a time sheet code and a ...
0
votes
1answer
2k views

Calling Stored Procedure on ISeries 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). This RPGLE program returns a result set back to my C# application. When I try to call ...
0
votes
1answer
128 views

Encode characters into character entities for XML

I have a variable defined as: D content 1280A CONST I need to find the ", &, ', <, > characters and replace them with: &quot;, &amp;, &apos;, &lt;, ...
0
votes
4answers
278 views

I want to learn RPG IV

Can anyone recommend good reading materials, and software to install at home so I can start teaching myself this in my spare time? Thanks.
0
votes
1answer
167 views

Class not found error in AS/400

I am getting a error in AS/400 while running a RPG program...I am trying to call a java method from my RPG program. I have added tw .jar file called mail.jar and activation.jar in the classpath ...
0
votes
2answers
308 views

Problem in IFS stream file CCSID

I am trying to run a RPGLE program which use java methods. I am transfering the java code (xxxx.java file) from my system(Windows XP) to the AS/400 IFS directory through FTP. After transfering it to ...
0
votes
1answer
113 views

Problem writting curly braces { and } to browser in RPG-CGI (AS/400)

I am using QtmhWrStout API(in AS/400 SERVER) using RPGLE language to write the HTML code for my display page to the browser(client-side). My HTML code is embedded in my RPG-CGI program (.pgm), I have ...
0
votes
2answers
159 views

How to use { } Curly braces in java-script function to be generated by RPG-CGI pgm

How to write a RPG-CGI program to generate a HTML page which contains a java-script program having function xxx() { aaaaaaaaaaaa; ssssssssss; }. When written in using Hex code constant it is being ...
0
votes
2answers
19 views

Is it possible to read content of an IceBreak 'marker' in the program code?

I'm using IceBreak to make HTML frontend for RPG programs. There is a function called 'SetMarker' which takes the name of the marker and the value: SetMarker('Demo':'Example'); This makes the ...
0
votes
2answers
283 views

Handling pointer while updating a key value in rpgle

my code goes like this femp uf e k disk dvar1 s 5p 0 c *loval setll emp c read emp c dow not ...
0
votes
3answers
106 views

Fetching RPGLE files from the IBMi using java

I need to fetch the RPGLE files from the user libraries in the IBMi machine using JAVA. Im using JTOpen400. Can anyone plz help???
0
votes
4answers
709 views

Invoking ASO400 RPG From Java

I have a very limitied (0) knowledge on AS400 and RPG. But we have a urgent requirement where we need to invoke a RPG program from a java class. So I found that we can achieve it through JTOpen. But I ...
0
votes
1answer
293 views

Passing XML back and forth with RPG and .NET

I am at a loss here of a best-practice to pass XML back and forth with RPG and C#.NET. Originally, I was going to use a temp physical file in QTEMP, but it seems to be that there should be a better ...
0
votes
3answers
271 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?
0
votes
2answers
1k 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 parameters or ...
0
votes
2answers
227 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 conditions? I.e. I'm after ...
0
votes
2answers
693 views

SQL injection - no danger on stored procedure call (on iSeries)?

I've done some searching around but I have a specific question on SQL Injection and hope I can get some input as I believe I may be getting the wrong end of the stick to do with field data sanitising ...
0
votes
2answers
449 views

What should be my standard choice of integer type in RPGLE?

When I want an integer in an RPGLE program, what data type should I choose? I'm talking about an integer that doesn't correspond to any field in the database, just a normal general purpose integer - ...
0
votes
1answer
259 views

how is the best option for ibm iseries legacy code consuming web services

Scenario: old legacy code in rpg have to consume data from a new web service I think in a new stored procedure implemented in any language to act like a proxy but sure there are better options Some ...
0
votes
2answers
2k views

String replace method in RPG IV

In RPG IV how can I take a string and eliminate all instances of a character in specific or replace them with another one ?. This is kind of like string replace built in methods in other programmnig ...
0
votes
2answers
689 views

Procedure pointers in RPGLE (PROCPTR)

Can anyone provide any interesting usage examples of these?

1 2