Hello,
I am trying to place a file containing vendor and other information into application server. There is a dump occuring in the transfer statement
The error statement is
For the statement
"TRANSFER f TO ..."
only character-type data objects are supported at the argument position
"f".
The work area has many non character fields and i guess from the error message that is the reason for the same.
My question is, is the program dumping because it is a unicode program or even for non-unicode program if non character fields are used in the work area for TRANSFER statement the program will go for dump.
Regards,
Prem