I_LENGTH Figure 1. Syntax 1 I_LENGTH ( ) Can be used in FASTREXX condition expressions. Returns the length, in bytes, of the input record. Example 1 Write only records with a length of 100 to the output file DD100. If i_length() = 100 Then WRITE('DD100')