Showing posts with label #offset. Show all posts
Showing posts with label #offset. Show all posts

Friday, 27 May 2016

Splitting string based on position->using offset concept



Source Code


DATA TXT2 TYPE STRING.
PARAMETERS TXT TYPE STRING.

TXT1 TXT(3).
TXT2 TXT+3(4).

WRITE / TXT1 /  TXT2 .


Input




Output






                            For more information........