Hello, I have a question about an eCobol conversion that I am working on. What's happening is I am moving a PIC S99 field to another PIC S99 field and the values are changing. The sending field has a value of 90 and the receiving field after the move contains a value of 9{ . I have never seen this on a MOVE statement. Is this a result of an LE compile option that may not be set correctly? Just as a note, the programs compiled as ANS (pre LE) work fine, the move passes the data cleanly. Does anyone have any insite as to what might be going on?
Paul
Paul