Q: We upgraded to V4R4 and found that we can't compile programs with a pre-V4R2 target release. As a service center supporting various clients with different OS releases, we must send fixed programs in their proper target releases. Some of our clients don ...
... more subtle problem. Figure 2a shows excerpts from RPG program RPGPgm. This program... program is an OPM program, and therefore running in the default activation group, and the RPG program ...
... are ignored and checked explicitly in ordinary RPG -based applications. Is my observation correct? If so, why is this the ... must send a diagnostic message to the application; RPG intercepts this message and turns ...
... compatible with the original. How RTVQRYF Works The RPG IV version... the *QRYDFN object, the new version copies the query's contents to a user space. The RPG IV program can... for the RPG IV version of RTVQRYF. The C-specs ...
... or at the file level. Figures 1a and 1b show the DDS and RPG IV programs, respectively, I used to test this approach. Also, if you ...
Q: I have a series of programs that I submit to batch. Occasionally, one of these programs will fail, sending an error message that requires a response to message queue QSYSOPR. Any subsequent jobs remain in the job queue until I respond to the error mess ...
... many variations) constantly posed at as400network.com's RPG Community Forum... placed inside a large character field. The second parameter is an edit code. ILE RPG for AS/400... define in a moment. I discuss only RPG's support of ...
... V5R1 announcements is the first major change in the RPG IV... is not the only RPG enhancement in this new release. New built-in functions with improved ...
... In " Handling Runtime-Defined Numeric Data in RPG IV, Part 1 " (June 2001), I showed you how to handle numeric data ... in these procedures, you may encounter a bug in the RPG IV compiler, in which the compiler refuses to round... statements that ...
Click here to download code Q: After changing a program to use RPGLE's built-in functions for file I/O instead of I/O indicators, I discovered a problem with the %Found function. Figure 1a shows my original program that used indicators instead of ...