Read position

At a read position, the content of an operand is only read, and not changed, when the statement is executed. Data objects can be specified as followed at read positions:

Specification of a predefined function. Predefined functions can be used as source fields for statement MOVE, as operands in arithmetic expressions of statement COMPUTE, as operands in logical expressions, and as operands of statements CASE and WHEN. The result of the predefined function is used as the operand.

Before release 6.10, predefined functions could only be specified in statement COMPUTE.

Notes