Hi, What is difference between CHAIN and READE both reads equal key record? Looping possible do while in both so that both will filter equivalent key records but what is main difference then? Thanks!
Thanks! We'll email you when relevant content is added and updated.
I created a RPGLE maintenance program on AS/400 with a subfile. In that subfile there is a field which contains email addresses, Even when the field is in output in the subfile, I can click on it and then I get a screen to create a new email for that email address. How can I prevent this? I only...
Thanks! We'll email you when relevant content is added and updated.
Hi guys, Currently i'm using RPGLE language. If i have a Physical File that without key, How am i going to set my pointer. I can't CHAIN,SETLL and SETGT as well. In order to use them, u need have a key. Am i rite? Is there any idea to solve this matter? Thanks!!!!
Thanks! We'll email you when relevant content is added and updated.
Hi I need to write an RPG program that reads a program-defined file; does not use the program cycle, and outputs to a program-defined Disk file using either a WRITE or EXCPT. I am a 30-year RPG programmer who knows RPGIV, but I have forgottem how to code program-defined output files. Thanks, Stoney
Thanks! We'll email you when relevant content is added and updated.
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
Thanks! We'll email you when relevant content is added and updated.
I have a RPGILE (XOP560) program. I am able to compile sucessfully this program. once i call this program i am getting below error. please advice me. Additional Message Information Message ID . . . . . . : RNQ1255 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . :...
Thanks! We'll email you when relevant content is added and updated.
I am working on tool which extract the data from physical files based on some condition and creates a .CSV file in IFS folder. I want to automate the process to get the CSV file to local Desktop and should save the file in specified location in local system. Is there any way to open the .CSV files...
Thanks! We'll email you when relevant content is added and updated.
Hi, I want to add or append one new module called 'C' to the already existing service program (SRVPGM) For Example: I have one service program called SRVPGM consits of 2 Modules are A, B. Now I want to add one new Module called 'C' to SRVPGM. How can I do this?
Thanks! We'll email you when relevant content is added and updated.
This should be a simple thing to do but it is not working. I have an RPG program in which the user enters a warehouse code and presses enter. If the code is valid, it then populates a field in the record with the warehouse description. If the user changes the code to an invalid warehouse, I turn on...
Thanks! We'll email you when relevant content is added and updated.
Hi, What is the use of QCMDEXC? Who will handle this.what purpose we use? Can we call it is a command? What is the usd of *INZSR?what is the relation with RETURN? What are the input opcodes and output opcodes and I/O(combined) opcodes available in RPG/400? Can anybody list please? Thanks! malavika
Thanks! We'll email you when relevant content is added and updated.
We are eliminating some pre-printed forms and creating the forms ourselves. The problem is these preprinted forms have our company logo on it. How can I add a logo to a report created on the AS/400 in RPGLE?
Thanks! We'll email you when relevant content is added and updated.
Since we can pass parameters to a RPG program using *ENTRY and PLIST, Is it possible for a RPG program to return back any values to the calling program? Suppose I want to have a module which checks if a year is leap or not, I am bound to have this as a Subroutine and not as a program being called...
Thanks! We'll email you when relevant content is added and updated.