Sign Problem

From: Dionisis Vrionis (diovr_at_dksoft.gr)
Date: 05/25/04


Date: Tue, 25 May 2004 19:11:36 +0300

Hi,

I'm having a file in RM/COBOL 85 like this
01 rec-a.
    02 kod-a pic x(7).
    02 value-a pic s9(7)v9(2).

When i'm trying to move the value-a to 'Text' of cmtext1 the display of this
is unexpected.
Example.

The value of value-a is 67.50 the display of cmtext1 is 67.61 It added a
value of 0.11.
How can i solve this problem.



Relevant Pages

  • Re: Sign Problem
    ... "Dionisis Vrionis" wrote in message ... > I'm having a file in RM/COBOL 85 like this ... > 01 rec-a. ... What is cmtext1? ...
    (comp.lang.cobol)
  • Re: Sign Problem
    ... > I'm having a file in RM/COBOL 85 like this ... > 01 rec-a. ... Try moving value-a to an editted field and move the editted field to "text" ... Or change the default pic of cmtext1. ...
    (comp.lang.cobol)
  • Re: Sign Problem
    ... > I'm having a file in RM/COBOL 85 like this ... > 01 rec-a. ... Looks like fujitsu and/or mf syntax, can you post the actual code? ...
    (comp.lang.cobol)