Re: small value problem
- From: donald tees <donaldtees@xxxxxxxxxxxxx>
- Date: Tue, 25 Sep 2007 08:44:25 -0400
Szymon wrote:
Hi,
I keep on trying to compile this part of a program:
000121 WORKING-STORAGE SECTION.
000122 01 NUMBER_1 PIC 9(2) VALUE 23.06.
000123 01 NUMBER_2 PIC 9(2) VALUE 543.07.
and still get the same error about the second and third line:
NUMERIC LITERAL OF VALUE CLAUSE IS SPECIFIED FOR VALUE WHICH IS
TRUNCATED TO EXCEPT ZERO. FIGURATIVE CONSTANT 'ZERO' ASSUMED SPECIFIED.
You have defined them as two digit integers, and then given a fractional value in one case, and a three digit fractional value in the second.
Donald
.
- References:
- small value problem
- From: Szymon
- small value problem
- Prev by Date: Re: small value problem
- Next by Date: Web Service
- Previous by thread: Re: small value problem
- Next by thread: Web Service
- Index(es):
Relevant Pages
|
|