Page 1 of 1

How to add data in last postion in sequtial dataset thru rex

PostPosted: Mon Oct 29, 2018 7:10 pm
by arya_starc
Hi
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.

Re: How to add data in last postion in sequtial dataset thru

PostPosted: Tue Oct 30, 2018 12:08 am
by prino
RTFM, there are at least four ways of doing this in REXX.

Re: How to add data in last postion in sequtial dataset thru

PostPosted: Tue Oct 30, 2018 12:11 am
by enrico-sorichetti
topic locked...
asked the same question somewhere else