notational conventions - RPG programming language, notational conventions, RPG programming language" />
Notational conventions
The later sections in this book show how the:
- Calls should be invoked
- Parameters should be declared
- Various data types should be declared
In a number of cases, parameters are arrays or character strings whose size is not fixed. For these, a lower case "n" is used to represent a numeric constant. When the declaration for that parameter is coded, the "n" must be replaced by the numeric value required.