Hello World in RPG
Every programming journey starts with Hello World. RPG (Report Program Generator) is unique among the languages on this site because it runs exclusively on IBM i (formerly AS/400) - there is no …
Read more →Every programming journey starts with Hello World. RPG (Report Program Generator) is unique among the languages on this site because it runs exclusively on IBM i (formerly AS/400) - there is no …
Read more →RPG IV is a statically and strongly typed procedural language. Every variable must be declared before use, every variable has a fixed type for its lifetime, and the compiler rejects assignments that …
Read more →Operators are the verbs of expression-based programming: they take values and combine them into new ones. Modern free-form RPG IV evaluates expressions much like any other procedural language, using …
Read more →Showing 1–3 of 3 posts (page 1 of 1)