Auto reply for end of forms message PQT4103
Printers send to operator: [strong]Message ID . . . . . . : PQT4103 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : 10/27/09 ...
Printers send to operator: [strong]Message ID . . . . . . : PQT4103 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : 10/27/09 ...
OPNQRYF AS/400 (RPGILE)
Dear all, i am done one program in this program one data base file which are Master file and it's use all day and lot of records are there, my program make the report it taking too much time, i am want to use OPNQRYF but it s not posible in master file because it's use some time any other option...
Dear all, i am done one program in this program one data base file which are Master file and it's use all day and lot of records are there, my program make the report it taking too much time, i am want to use OPNQRYF but it s not posible in master file because it's use some time any other option...
Variable not defined
Hi, I'm getting RNF7030 for wierd variables i never used in my program *RNF7030 30 000200 The name or indicator HDLRREGSTD is not defined. The name or indicator PCONHDLR is not defined. When i check the statements they are pointing to one of then is a comment line...
Hi, I'm getting RNF7030 for wierd variables i never used in my program *RNF7030 30 000200 The name or indicator HDLRREGSTD is not defined. The name or indicator PCONHDLR is not defined. When i check the statements they are pointing to one of then is a comment line...
RPG-XML
Can anyone please help this poor guy... that's me...I need to know how to code on RPG/ILE to transfer XML code to the customer..Do I use flat files? Please help me..
Can anyone please help this poor guy... that's me...I need to know how to code on RPG/ILE to transfer XML code to the customer..Do I use flat files? Please help me..
CF03, CF12 doesnt work
hi can you please help me...why CF12 and CF03 are not working in my display file. file is - A*%%EC A DSPSIZ(24 80...
hi can you please help me...why CF12 and CF03 are not working in my display file. file is - A*%%EC A DSPSIZ(24 80...
RPG ILE Day of Week
Are there alternate ways to determine the day of the week. I have the following formula - DayOfWeek = %Subst(('Sunday ' 'Monday ' 'Tuesday ' 'Wednesday' 'Thursday ' 'Friday ' 'Saturday ' ):(((%Rem(%Diff(%Date():%Date('1941-12-07'):*D):7)+1)*9))-8:9);
Are there alternate ways to determine the day of the week. I have the following formula - DayOfWeek = %Subst(('Sunday ' 'Monday ' 'Tuesday ' 'Wednesday' 'Thursday ' 'Friday ' 'Saturday ' ):(((%Rem(%Diff(%Date():%Date('1941-12-07'):*D):7)+1)*9))-8:9);
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
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 it). 3. PGM A parses the...
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 it). 3. PGM A parses the...
converting ILE legacy code to a GUI based system
We are trying to move out of the old "GREEN SCREEN" code. Our software company is heading towards a GUI interface, but we currently have approx 250 custom programs that would need to be converted. Just about all of our legacy code is written in RPLGE / CLLE. We have a few simple apps that were...
We are trying to move out of the old "GREEN SCREEN" code. Our software company is heading towards a GUI interface, but we currently have approx 250 custom programs that would need to be converted. Just about all of our legacy code is written in RPLGE / CLLE. We have a few simple apps that were...
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........
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........
RPG indicators
Pls tell me how to pass values to a group of indicators at once in a single statement in RPG and RPGILE with example..thanks
Pls tell me how to pass values to a group of indicators at once in a single statement in RPG and RPGILE with example..thanks
How to find out number of members in Source file ?
Hi All, i want to find out how many number of members are available in one source file. For example i have created one source file (QRPGSRC) in (LIBRARY1) now i want to find how many sources are available in LIBRARY1/QRPGSRC this source in my RPGILE program. Do we have any AS400 command or API...
Hi All, i want to find out how many number of members are available in one source file. For example i have created one source file (QRPGSRC) in (LIBRARY1) now i want to find how many sources are available in LIBRARY1/QRPGSRC this source in my RPGILE program. Do we have any AS400 command or API...
Make RPG ILE programs look better
How can i use my as400 programming screen look better using different colours for my comments.
How can i use my as400 programming screen look better using different colours for my comments.
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? In other...
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? In other...
Difference between CPYTOIMPF and CPYF command
hi, I am working on AS400- RPGILE can anybody please tell me whet is the difference between command CPYTOIMPF an CPYF I would really appreciate if you explane with example. Thanks & Regards Ambrish
hi, I am working on AS400- RPGILE can anybody please tell me whet is the difference between command CPYTOIMPF an CPYF I would really appreciate if you explane with example. Thanks & Regards Ambrish
RPGIII to RPGILE Conversion
Someone out there must hae done this conversion. We are planning on doing this conversion to ILE sometime and would like to know some of the issues. We are planning on using the IBM conversion tool, which I believe can do most of the programs, leaving only a few to "hand" code. What we are more...
Someone out there must hae done this conversion. We are planning on doing this conversion to ILE sometime and would like to know some of the issues. We are planning on using the IBM conversion tool, which I believe can do most of the programs, leaving only a few to "hand" code. What we are more...
Refresh a SQL View in ILE
I have created a view and am using in an ILE module. I have updated one of the files that the view is built with. How do I refresh the View to see this record the next time I run the SQL view? Is there a CREATE OR REPLACE VIEW in RPGILE? Thank you.
I have created a view and am using in an ILE module. I have updated one of the files that the view is built with. How do I refresh the View to see this record the next time I run the SQL view? Is there a CREATE OR REPLACE VIEW in RPGILE? Thank you.


