View previous topic :: View next topic |
Author |
Message |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Sun Jun 25, 2006 11:50 pm Post subject: Move statement error in E-COBOL |
|
|
Hi,
I faced a peculiar issue the other day where I was moving PIC 9(3)V99 to a PIC 9(3).99 variable. The PIC 9(3).99 was always having junk value after the move. The compiler was E-COBOL. I then tried in COBOL2 and it worked fine. Any idea about this??
Regards _________________ Cheers! |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Mon Jun 26, 2006 4:55 am Post subject: |
|
|
abracadabra,
What do you mean JUNK value? Btw 9(3).99(6 bytes) is a edited numeric item where as 9(3)v99(5 bytes) is not.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|