O_LENGTH
Can be used in FASTREXX condition expressions.
Returns the length, in bytes, of the output record.
Example 1
If the current length of the output record is 100, overlay the last 20 columns with asterisks.
If o_length() = 100 Then
OVLY_OUT('*',81,20,'*')