[Migrated content. Thread originally posted on 11 March 2004]
We frequently modify the fd but when we transfert the xfd that has change on oracle he give us a error.I searching a way to add the new variable to table.The size off the table don't change.
Ex.
OLD FD
FD EMP.
01 EMP-REC.
05 EMP-CLE.
10 EMP-CODE PIC X(10).
05 EMP-NAME PIC X(40).
05 FILLER PIC X(100).
NEW FD
FD EMP.
01 EMP-REC.
05 EMP-CLE.
10 EMP-CODE PIC X(10).
05 EMP-NAME PIC X(40).
05 ADDRESS PIC X(40).
05 FILLER PIC X(60).
