AS400 CLP IF-ELSE Function
IF-ELSE or IF on AS400 is no different from other programming languages. Following is the use of the IF-ELSE function on AS400:
(more…)AS400 CLP Calculation
I will explain how to use calculations on AS400. The operations that I will explain this time are addition (+), subtraction (-), multiplication (*) and division (/).
(more…)AS400 CLP Convert from Decimal to Character
Converting value of an integer variable to a character is fairly simple. The simplest way is by displaying the value of a decimal using SNDPGMMSG. The SNDPGMMSG command can only display values from *CHAR variables, it needs to be converted from *DEC to *CHAR. The good thing, CLP can automatically convert only by using the CHGVAR (Change Variable) command.
(more…)

