How can I replace the null indicator with COALESCE?
IF WS-EML-ADR-LIN = WS-NULL
MOVE SPACES TO EML-ADR-LIN OF DRV-APLC
END-IF
What will be statement if I want not to use null indicator?