Also, if you are coding the program and you want to always MOVE the last five characters of WS-DATA1 to WS-DATA2, you'd simply do:

MOVE WS-DATA1 (8:5) TO WS-DATA2.