Hi. I have a program that prints 1001 notices , rapports...
I have been asked to add a line at the end of 2 notices. add the client number at the far right or far left.
i tried to declare a select statement (and FD statement) for the notices and do a write every time that the notices are written.
after a " write notice-1" , i add
1-move client-number to the new line
2-write the new line.
My program doesn't accept my select statements because there is none available. they are all used in this program.
Could you suggest another way of doing it.
Thanks a lot.
I have been asked to add a line at the end of 2 notices. add the client number at the far right or far left.
i tried to declare a select statement (and FD statement) for the notices and do a write every time that the notices are written.
after a " write notice-1" , i add
1-move client-number to the new line
2-write the new line.
My program doesn't accept my select statements because there is none available. they are all used in this program.
Could you suggest another way of doing it.
Thanks a lot.