I am writing a sequential dataset thru rexx, but I need to add data in last position of that sequential dataset for each line.
Is there any method thru which I can give the exactly number of spaces( thru numeric value).
For eg:
000001HELLO<----------SPACES----------->TAGGING
000002HEYYY<----------SPACES----------->TAGGING
thanks in advance.