AS400 CLP Variable

Variables for writing CLP AS400 programming begin with the sign ‘&’ and doeclare at the beginning of the program. Variables have 6 types including: Decimal (*DEC), Character (*CHAR), Logical (*LGL), Integer (*INT), Unsigned Integer (*UINT) and Pointer (*PTR).

(more…)

Continue ReadingAS400 CLP Variable