Subfile Crud Operation Invalid Option Logic
When we enter any invalid option on the main screen the reverse image and pc is turning on for every subfile field,
RPGLE “Name or Indicator Not Defined” When Accessing Record Format Fields After Chain Operation
I’m working on an RPGLE program where I’m trying to update fields in a table based on conditions from another table (STUURPROD). However, I’m getting errors like:
In what ways can I use the DUP keyword in DDS for the IBMi?
TLDR In what ways can I define DUP in a DDS file that I haven’t tried? Note: I don’t care about the RPG to hook it up. I’m only looking at the Display File definition. In a perfect world, someone out there knows exactly what I need to get the 0x06 keyword on a field […]
I-Series RPGLE function to test multiple bits in array for a value
I’m trying to determine if there’s a more efficient coding technique I can use for an if statement. I have a bit array that can contain 128 bits, either 0 or 1. Currently, my code looks like this:
RPGLE File declaration
I need to write a program that reads a file from library 1 and writes it to another file in another library. The problem is that both files have the same name and format.
I’ve tried renaming the format, but the program still considers the two files to be identical and is unable to identify the second, which is in another library.
Unable to allocate a record in file SUPTICK (R C G D F)
I tried to call the TICKUP RPGLE program and got this error[Unable to allocate a record in file SUPTICK (R C G D F). ]. SUPTICK is one of the physical file in my RPGLE program.
Can anyone guide me, on how to fix this error?
Cannot resolve to object VAT111. Type and Subtype X’0201′ Authority X’0000′
My ‘VAT111‘ RPGLE program is in the VTAX library and I try to call this VAT111 from the MAUTINV RPGLE program in the QDEVLIB library. I got the issue [Cannot resolve to object VAT111. Type and Subtype X’0201′ Authority X’0000′.] How do I fix it?
can anyone help me to solve this issue?