RPG – free format
I am looking for a good resource to learn/improve the skill set in free format RPG. Does anyone have any suggestions? Thanks, John
Answer Question
| August 27, 2008 2:27 PM
Free Format, RPGILE
I am looking for a good resource to learn/improve the skill set in free format RPG. Does anyone have any suggestions? Thanks, John
Java to as/400 connection
i am writing a small program in java from where i need to access AS/400 resources and do some program calls. I am using Eclipse as IDE. When run error message is saying that the class com.ibm.as400.access.* is not found. I am trying to access the public as/400 system pub1.rzkh.de. Please advice if i need [...]
Answer Question
| August 20, 2008 5:50 AM
Eclipse, Java, RPGILE
i am writing a small program in java from where i need to access AS/400 resources and do some program calls. I am using Eclipse as IDE. When run error message is saying that the class com.ibm.as400.access.* is not found. I am trying to access the public as/400 system pub1.rzkh.de. Please advice if i need [...]
RPG DUMP opcode produces no output in Apache CGI programs
We have a standard *PSSR subroutine for our ILE RPG programs that includes the DUMP opcode. It works fine except in CGI programs where no dump is produced when the *PSSR subroutine is executed. Does anyone know why this is?
Answer Question
| June 11, 2009 2:56 PM
Apache, CGI, RPG, RPGILE
We have a standard *PSSR subroutine for our ILE RPG programs that includes the DUMP opcode. It works fine except in CGI programs where no dump is produced when the *PSSR subroutine is executed. Does anyone know why this is?
Convert a Cobol/400 File Spec to a RPG/400 DDS
How can easily convert a Cobol/400 File Spec to a RPG/400 DDS Spec?
Answer Question
| August 12, 2008 2:32 PM
COBOL/400, DDS, RPG/400, RPGILE
How can easily convert a Cobol/400 File Spec to a RPG/400 DDS Spec?
what is field reference file
hi, all i m working on RPGILE ,please tell me what is field reference file , what is use of it, please give any example.. thanks Ambrish
Answer Question
| May 29, 2012 7:42 AM
Field Reference File, RPG, RPGILE
hi, all i m working on RPGILE ,please tell me what is field reference file , what is use of it, please give any example.. thanks Ambrish
how many programmes are using any perticular database file in as400
hi all, i m working on rpgile,if i have a logical file & i want to know list of programmes that r using that logical file ,what should i do? is there any command ??? thanks
Answer Question
| November 26, 2010 4:56 AM
AS/400 database, Logical File, RPG, RPGILE
hi all, i m working on rpgile,if i have a logical file & i want to know list of programmes that r using that logical file ,what should i do? is there any command ??? thanks
what are case tools in as400
hi , i m working on as400,rpgile, please tell me what are case tools, & how many types are they. please explane. thanks
Answer Question
| August 7, 2008 4:50 AM
CASE tools, RPG, RPGILE
hi , i m working on as400,rpgile, please tell me what are case tools, & how many types are they. please explane. thanks
indicator position
hi , i m working on rpgile, i want to know that what is the difference b/w different indicator position, like some times we put it on HI, LO, EQ. WAT IS DIFFERENCE
Answer Question
| May 6, 2010 4:19 AM
HI/LO/EQ indicators, RPG, RPGILE
hi , i m working on rpgile, i want to know that what is the difference b/w different indicator position, like some times we put it on HI, LO, EQ. WAT IS DIFFERENCE
different between RPG & RPGILE
what is the different between RPG & RPGILE
Answer Question
| May 7, 2010 5:04 AM
RPG, RPGILE
what is the different between RPG & RPGILE
Printing Image from Network Server using RPGILE
We use RPGILE and need to get an image that is on a server and print it on a document for our shop floor. How do I go about doing that?
Answer Question
| July 21, 2008 7:00 PM
AS/400 printing, RPGILE
We use RPGILE and need to get an image that is on a server and print it on a document for our shop floor. How do I go about doing that?
trim string values in rpg/400
how to trim string values in rpg/400 or RPGILE OR CLP
Answer Question
| May 4, 2010 1:22 PM
CLP, RPG/400, RPGILE, Strings
how to trim string values in rpg/400 or RPGILE OR CLP
RPQSQL / SQLRPG
Any body please help Wanted to know the advantage and disadvantage using RPGSQL / SQLRPG I’ve heard that this is the new one its not only RPG but become one with SQL. Thanks in advance
Answer Question
| April 29, 2010 12:31 AM
RPG, RPG ILE, RPG IV, RPG/400, RPGILE, RPGLE, RPGSQL, SQLRPG
Any body please help Wanted to know the advantage and disadvantage using RPGSQL / SQLRPG I’ve heard that this is the new one its not only RPG but become one with SQL. Thanks in advance
How to read a RPGILE prg from other.
In RPG ILE , how can we proceed in order to read a RPGILE prg from other RPGILE prg and display the prg read, on screen as it is.
Answer Question
| June 18, 2008 12:50 PM
RPG, RPGILE, RPGILE prg
In RPG ILE , how can we proceed in order to read a RPGILE prg from other RPGILE prg and display the prg read, on screen as it is.
How to define two dimensional arrays in RPGILE
I need to create an array that contains a code (2,0) and hrs worked (5,2) for that code. something like 01 2.3 4.3 5.6 7.0 8.0 02 5.0 6.0 7.0 7.0 6.5 I will then take this array and load a subfile to display on a screen. Thanks, John
Answer Question
| April 26, 2010 7:15 PM
2D arrays, AS/400, RPG, RPG ILE, RPGILE
I need to create an array that contains a code (2,0) and hrs worked (5,2) for that code. something like 01 2.3 4.3 5.6 7.0 8.0 02 5.0 6.0 7.0 7.0 6.5 I will then take this array and load a subfile to display on a screen. Thanks, John
CVT2PDF
In the CVT2PDF in RPGLE is there a way to change the font output? It appears to be Courier and I have Customers that say when they print out the PDF I send them via email that it doesn’t appear very well.
Answer Question
| June 9, 2008 9:06 PM
CVT2PDF, RPGILE
In the CVT2PDF in RPGLE is there a way to change the font output? It appears to be Courier and I have Customers that say when they print out the PDF I send them via email that it doesn’t appear very well.
How to read records in all of the members of a single pf?
I have a file name file1. it has 30 members. i have a input value from a display file and i need to check it in all the members. If it match i write the record in file2. How to read records in all members of a single pf?
Answer Question
| March 27, 2008 7:13 AM
AS/400, RPG IV, RPGILE, RPGLE
I have a file name file1. it has 30 members. i have a input value from a display file and i need to check it in all the members. If it match i write the record in file2. How to read records in all members of a single pf?
CGI Program Problem – Data Decimal Error
We have a set of programs that were written a couple years ago. We recently recompiled one and we started getting the error RNQ0907 decimal-data error. There were no changes to the actual code in the program or modules that are bound to it. We restored the object from tape and it works fine, but [...]
Answer Question
| April 7, 2010 2:45 PM
CGI, RPGILE, V5R3
We have a set of programs that were written a couple years ago. We recently recompiled one and we started getting the error RNQ0907 decimal-data error. There were no changes to the actual code in the program or modules that are bound to it. We restored the object from tape and it works fine, but [...]
Use and validate Function Key on Display File/RPG ILE
Hi Everyone, My program uses a display file and I want to use a function key (say F4) to prompt for, let’s say customer name field, at row 10, column 20. How do I do this on the display file and how do I check to make sure F4 was pressed and valid only when [...]
Answer Question
| February 23, 2008 11:27 PM
RPGILE
Hi Everyone, My program uses a display file and I want to use a function key (say F4) to prompt for, let’s say customer name field, at row 10, column 20. How do I do this on the display file and how do I check to make sure F4 was pressed and valid only when [...]
Word document/PDF used as Help text
I am wondering if anyone knows of a simple way to solve my problem. We are creating help text documents in word/PDF and want to use those as the help text when the user presses CMD-Help on the RPGILE programs. i.e. when user presses cmd1 for help they will get a nice documented helptext with [...]
Answer Question
| March 12, 2010 2:59 PM
AS/400, Help text, iSeries development, RPGILE
I am wondering if anyone knows of a simple way to solve my problem. We are creating help text documents in word/PDF and want to use those as the help text when the user presses CMD-Help on the RPGILE programs. i.e. when user presses cmd1 for help they will get a nice documented helptext with [...]
RPGILE, How can i refresh thefields of display file without moving *blanks to every field….
Is there any way in which we can blank out the fields of a display file without actually moving *blanks to every field, say i have 100 flds in my display file and want to refresh their value. how can i Do it?
Answer Question
| February 21, 2008 7:22 AM
RPGILE
Is there any way in which we can blank out the fields of a display file without actually moving *blanks to every field, say i have 100 flds in my display file and want to refresh their value. how can i Do it?





