Hi everyone,
Can someone help me in writing a easytrieve pgm for copying the string to current record from previous records in the same position(if that position is null/spaces)
Or we can do it by sort utility
Input(seq no. (1,1)):
1 add1
1
2 add2
3 add3
4 add4
4
Output should look like this
1 add1
1 add1
2 add2
3 add3
4 add4
4 add4
Thanks in advance!
Srinivas