| 
      
      
      From: David E. <de...@us...> - 2005-07-18 10:14:23
      
     | 
| ravi wrote: > I did try to debug as mentioned by you. > But still no clue. Any luck with you? No real progress. The problem occurs with on the following statement. 05 IT-PARTY-TOT-O PIC Z(10).ZZ VALUE ZEROES. When the identifier 'IT-PARTY-TOT-O' gets initialized by the figurative constant (literal) ZEROES. Unfortunately part of the literal structure memory is corrupt, and the data location pointer does not seam to point to the correct contents. If I try to duplicate the problem with a smaller program with the above statement, then the problem does not occur. |