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.
5
votes
2answers
170 views
Books on RPG IV for a Ruby programmer? [closed]
I'm a Ruby programmer and need to learn RPG IV because of my current project. I want to learn primitive types, data structures, control flows, architecture etc. Online resources are as good as paper ...
3
votes
4answers
168 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 ...
2
votes
3answers
247 views
RPG (iSeries) Modernization using JTOpen - What is possible?
We would be in near future implementing a solution to modernize our iSeries applications
written as RPG programs with some stored procedures, and our preferred way is leveraging the latest and ...
2
votes
1answer
119 views
how to print “hello world” in Asna Visual RPG?
I am new to ASNA Visual RPG. I spent hours in searching how to print a string in ASNA Visual RPG 9.x. But no luck on finding how to print a simple "hello world" String.
Can someone show me how to ...
1
vote
1answer
185 views
Can an RPG program call something external, ie: a webservice?
Is there a way for an RPG program to call a web service? I would prefer an ASP.Net web service but would be fine with a winform app or a web page.
I'm wanting make an internet service available to ...
1
vote
2answers
140 views
Call RPG program from PHP
We have an AS/400 system. I am asked to look for a way to call RPG programs from PHP on our Apacher server. The only solution i found was installing zend server to AS/400 and using i5 PHP API Toolkit. ...
1
vote
1answer
78 views
Syntax higlighters for RPG And CLP that generate HTML and/or RTF?
I found that ToHtml.com has a nice bunch of syntax highlightes that generate HTML.
But they don't include RPG or CLP.
So: anyone who knows a syntax highlighter for RPG or/and CLP that generates ...
1
vote
1answer
142 views
Very strange iSeries Provider behavior
We've been given a "stored procedure" from our RPG folks that returns six data tables. Attempting to call it from .NET (C#, 3.5) using the iSeries Provider for .NET (tried using both V5R4 and V6R1), ...
1
vote
2answers
757 views
How to clear the screen on an AS400?
Is there any method to clear the screen in RPG for the AS400? I'm looking for something with the same result as clrscr() in C.
1
vote
1answer
890 views
AS400 RPG Simulator
I have a urgent requirement to call an RPG Program from java. As suggested in this http://stackoverflow.com/questions/184864/accessing-rpg-on-iseries-from-java question. I am planning to use JTOpen. ...
1
vote
2answers
177 views
Web development on iSeries with ABL's Strategi
Advanced BusinessLink offers a suite of products called Strategi, which basically allows creating web applications running natively on iSeries, consuming and providing web services, and replacing ...
1
vote
1answer
656 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
2answers
348 views
What is the best tool for Version Control in OS 400 Environment for RPG and COBOL [closed]
What is the best tool (best feature, best price, best support) for RPG / COBOL Version Control under OS 400 development?
I heard about ARCAD and ALDON. Which one is better? Or is there another better ...
1
vote
3answers
2k views
Calling a remote Java program on iSeries from RPG
I'm looking to invoke a Java program from RPG running on Iseries V5r4. The remote program is a web service client (performing a postcode lookup), running in Websphere.
Ideally I'd like to call it ...
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 ...
0
votes
2answers
118 views
RPG III : how to redefine an array as seperate fields, as you can in COBOL
in RPG III I need to store an huge array in a file. The maximum fieldlength is 256, thus I defined the file with 16 fields of 250 chars long each. Is there a way to put the 1000 values of the array ...
0
votes
2answers
181 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
127 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:
", &, ', <, ...
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
215 views
Good resources for secure coding in RPG and CL (iSeries development)
I'm just wondering if anyone can point me for secure coding resources for RPG and CL. (RPG as in for the iSeries, not Role Playing Games).
I have no problem finding resources that cover secure ...
0
votes
1answer
253 views
How to use RPG program to access DB2 db on IBM system i
I am a newer for RPG program. Now I want use RPG program to access DB2 db on IBM i system. For example insert one record to DB, update one record, delete one record. Could you give some sample code? ...
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
1answer
220 views
How to create an alarm and signal handler in RPG ? ( AS400 iSeries v5r4 )
A valuable answer will include the rpg code that does something like this
volatile bool interrupted;
main() {
sigaction(SIG_ALARM, myhandler) // register handler
alarm(3) // set the alarm
...
0
votes
1answer
469 views
How to set a timeout in connect/send ? ( as400 iseries v5r4, rpg )
From this rpg socket tutorial we created a socket client in rpg that calls a java server socket
The problem is that connect()/send() operations blocks and we have a requirement that if the ...
0
votes
1answer
240 views
Error while Invoking ASO400 RPG From Java
With respect to my yesterday's question on invoking RPG program using Java, the below exception is through from RPG Program.
**Application error. RNX9001 unmonitored by ZM30000R at statement N, ...
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
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
706 views
Commitment control error on iSeries procedure call
I have an intermittent problem when calling an iSeries stored procedure (consisting of various CL & RPG programs). The error is:-
Commitment definition *N not valid for open of QAOSSI12
...