RPG Data Types

In programming, data type is an important concept. Variables can store data of different types, and different types can do different things. RPG has the following data types built-in by default, in these categories: Text: char, varchar Numeric: int, packed, zoned, uns Date and Time: date, time, timestamp Binary: bin Boolean ind Pointer pointer SQL […]