Relative Content

Tag Archive for ibm-midrangerpgle

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 […]

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?