How to use debug on a interactive program with subfiles
I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?
Answer Question
| October 13, 2009 6:49 PM
AS/400 debugging, AS/400 Subfiles, RPG, RPG debugging, RPG ILE
I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?
RPG ILE
Hi i want to know the best books for RPG ILE to learn. Regards, Rams.
Answer Question
| October 12, 2009 10:10 AM
RPG ILE, RPG ILE Training
Hi i want to know the best books for RPG ILE to learn. Regards, Rams.
Touch Screen with iSeries Green Screen
Can I create a green screenn RPG program that will work using a touch screen? If so, how do get started?
Answer Question
| August 27, 2009 7:10 PM
RPG ILE, Touch Screen
Can I create a green screenn RPG program that will work using a touch screen? If so, how do get started?
RPG ILE
I am converting RPG III code to RPG ILE (brand new to ILE). I have several program where field lengths were assign via the MOVE/MOVEL operations. Is there a way to do that also with the EVAL/EVALR operations or can anyone suggest another. ?
Answer Question
| October 11, 2009 9:22 PM
RPG ILE
I am converting RPG III code to RPG ILE (brand new to ILE). I have several program where field lengths were assign via the MOVE/MOVEL operations. Is there a way to do that also with the EVAL/EVALR operations or can anyone suggest another. ?
How can we know from which program my RPGLE program is called from.
Hi All, I have one RPGLE program (PROG1)is calling from 10 programs, I got one requirement i.e if my program PROG1 called from 10 different programs my program PROG1 should perform 10 different functionality in my PROG1. So if i want to write code for 10 different functionalities in PROG1, first of all i should [...]
Answer Question
| October 22, 2009 9:41 AM
AS/400, RPG ILE, RPGLE
Hi All, I have one RPGLE program (PROG1)is calling from 10 programs, I got one requirement i.e if my program PROG1 called from 10 different programs my program PROG1 should perform 10 different functionality in my PROG1. So if i want to write code for 10 different functionalities in PROG1, first of all i should [...]
Scrolling Message in RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
Answer Question
| August 19, 2009 9:22 PM
Display File, RPG, RPG ILE, RPG/400, RPGLE
Does anyone know how to create a scolling message on the bottom of a display screen? I am programming on the AS400 in RPGLE
submit date within ILE
i need to retrieve the the submit date when my job kicks off… If the job is submited on a friday but doesn’t start until saturday(for one reason or other).
Answer Question
| August 21, 2009 2:13 PM
RPG ILE
i need to retrieve the the submit date when my job kicks off… If the job is submited on a friday but doesn’t start until saturday(for one reason or other).
LIKE FUNCTION IN RPGILE
Hi All.. suppose i want to access all records in wich any field begins with ‘S’ … how can i do this in RPG ILE without using %subst Please help me.. Regards Ambrish
Answer Question
| July 28, 2009 5:31 AM
AS/400, RPG ILE, RPGILE
Hi All.. suppose i want to access all records in wich any field begins with ‘S’ … how can i do this in RPG ILE without using %subst Please help me.. Regards Ambrish
RPG ILE ending program properly on an error
Hello, Could someone please help me with this? 1. I have an ever running job that calls a particular ILE program (PGM A) to do some XML parsing and composing. 2. PGM A calles another program PGM B (which in turn has modules MOD B, MOD C and a NOMAIN module MOD D binded to [...]
Answer Question
| August 1, 2009 5:34 PM
RPG, RPG ILE, RPGILE
Hello, Could someone please help me with this? 1. I have an ever running job that calls a particular ILE program (PGM A) to do some XML parsing and composing. 2. PGM A calles another program PGM B (which in turn has modules MOD B, MOD C and a NOMAIN module MOD D binded to [...]
How can i found one external procedure in binding directory.
Hi, I have one RPGLE program which is using Binding directory: QC2LE. Now my program is calling some external procedures(rslvsp, setsppfp)from QC2LE. i have opened this binding directory to see what are all the procedures are available it consists of so many service program can any one please help me to find out which service [...]
Answer Question
| July 9, 2009 7:01 AM
AS/400, RPG ILE, Service program
Hi, I have one RPGLE program which is using Binding directory: QC2LE. Now my program is calling some external procedures(rslvsp, setsppfp)from QC2LE. i have opened this binding directory to see what are all the procedures are available it consists of so many service program can any one please help me to find out which service [...]
Xing out of an AS400 session
We have several users who instead of properly signing off the AS400, they simply X out of it. This is causing several problems such as files are being locked. Is there any way I can prevent users from Xing out of an AS400 application?
Answer Question
| July 1, 2009 8:42 PM
AS/400 sessions, Client Access, RPG, RPG ILE, RPG IV
We have several users who instead of properly signing off the AS400, they simply X out of it. This is causing several problems such as files are being locked. Is there any way I can prevent users from Xing out of an AS400 application?
Explain diiferent data types in AS400
Hi, Can anyone please explain me different data types in AS400 What is the difference between Packed decimal and zoned decimal. Since in our project we have both .Net and AS400 technolgy. Some times .Net guys usually retrieve data from AS400 system into their tables that time they used to ask me how can we [...]
Answer Question
| March 7, 2011 9:27 AM
AS/400, Packed-Decimal Format, RPG ILE, Zoned-Decimal Format
Hi, Can anyone please explain me different data types in AS400 What is the difference between Packed decimal and zoned decimal. Since in our project we have both .Net and AS400 technolgy. Some times .Net guys usually retrieve data from AS400 system into their tables that time they used to ask me how can we [...]
how to access QTEMP files in batch programs.
Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to [...]
Answer Question
| March 11, 2010 5:15 AM
CL batch program, QTEMP, RPG, RPG ILE
Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to [...]
Display Program Message
How to Clear the Display program message screen from the RPG ILE Program
Answer Question
| June 24, 2009 9:34 AM
AS/400 administration, RPG ILE
How to Clear the Display program message screen from the RPG ILE Program
How to create menu using RPG program?
how to create menu using rpg program
Answer Question
| December 17, 2010 9:37 AM
RPG, RPG ILE, RPG/400, RPGILE
how to create menu using rpg program
Printer files in RPG ILE
How can we create and use printer files in rpg ile… i am new to as400 and i want to know about printer files and reports as my company asked me to……..
Answer Question
| May 19, 2009 9:04 AM
AS/400 Printer File, AS/400 printing, RPG, RPG ILE, RPG/400, RPGILE
How can we create and use printer files in rpg ile… i am new to as400 and i want to know about printer files and reports as my company asked me to……..
is there material for IBM-972 ILE RPG programmer certification test
plz send material or faqs for IBM-972 ILE RPG programmer certification test, is any certication book like (scjp java certication book).
Answer Question
| September 4, 2009 5:02 PM
AS/400 certification, IBM-972, RPG ILE
plz send material or faqs for IBM-972 ILE RPG programmer certification test, is any certication book like (scjp java certication book).
Looking for a mapping program to segment invoices
I’m not familiar with RPG ILE and can’t quite follow the example in the Infoprint Server Manual but I want to accomplish the exact same thing as the example. Take an Invoice run and segment by customer and email some of the invoices, print others, and be able to archive the files in customer directories [...]
Answer Question
| August 3, 2009 8:01 PM
InfoPrint Server, Mapping Program, RPG ILE, Telnet, User Exit Program TELNET
I’m not familiar with RPG ILE and can’t quite follow the example in the Infoprint Server Manual but I want to accomplish the exact same thing as the example. Take an Invoice run and segment by customer and email some of the invoices, print others, and be able to archive the files in customer directories [...]
RPG ILE Character Hex Value to Decimal
Hi, I have a flat file with hexidecimal characters after certain characters. For Example : “MY NAME IS BEN ~0A” The “0A” represents the hex for 10 (decimal) whitch means 10 spaces. My problem is when i have “0A” in a alpha numeric workfield (length 2), how can i use it as a hex value? [...]
Answer Question
| April 30, 2009 3:36 PM
Character, Hexadecimal values, RPG ILE, RPGILE
Hi, I have a flat file with hexidecimal characters after certain characters. For Example : “MY NAME IS BEN ~0A” The “0A” represents the hex for 10 (decimal) whitch means 10 spaces. My problem is when i have “0A” in a alpha numeric workfield (length 2), how can i use it as a hex value? [...]
RPG sub-procedures
What have you found to be an over-riding reason to use a sub-procedure in an RPG program instead of a sub-routine?
Answer Question
| April 21, 2009 1:53 PM
RPG, RPG ILE, RPG ILE subprocedure
What have you found to be an over-riding reason to use a sub-procedure in an RPG program instead of a sub-routine?





