Key Words | Characters To Be Counted And Replaced |
---|---|
ALL | Count and/or replace all instances of literal-1 with literal-2. |
FIRST | Replace the first (left-most) instance of literal-1 with literal-2. |
LEADING | Count and/or replace all instances of literal-1 that appear before (to the left of) any other character in the data item. |
UNTIL FIRST | Count and/or replace all characters to the left of the first (left-most) instance of literal-1 with literal-2. If literal-1 does not appear in the data item, count and replace all characters in the data item. |