2007 Feb 25 7:50 AM
Hi Experts,
Suppose i have declare a feild which contain part no which is of type C and size is 23 and assume that PartNo = 'abc' when the value is written on the file which is on application server the empty digits shld b filled with spaces. How this can be done. coz on file it appearg as 'abc' but it shld look like this 'abc ', i.e. empty digits shld b replaced by spaces. How this can be achiveved.....?
Thanks in advance
2007 Feb 25 9:22 AM
use offset
say TRANSFER_TEXT is ur variable tro store data on Application server
TRANSFER_TEXT+0(23) = V_PARTNO.
use offset
say TRANSFER_TEXT is ur variable tro store data on Application server
TRANSFER_TEXT+0(23) = V_PARTNO.
2007 Feb 25 9:22 AM
use offset
say TRANSFER_TEXT is ur variable tro store data on Application server
TRANSFER_TEXT+0(23) = V_PARTNO.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |