View previous topic :: View next topic |
Author |
Message |
nbdtrjk Beginner
Joined: 08 Mar 2006 Posts: 17 Topics: 11
|
Posted: Tue May 09, 2006 9:55 am Post subject: Moving sign to Non-Sign |
|
|
Hi...
01 M-CIF-Year Pic S9(04)
01 w-CIF-Year pic 9(04).
MOVE M-CIF-Year TO w-CIF-Year.
The above logic i am moving sign variables into non-sign variables.
the definition is correct or wrong? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue May 09, 2006 10:17 am Post subject: |
|
|
Quote: |
The above logic i am moving sign variables into non-sign variables.
the definition is correct or wrong?
|
nbdtrjk,
There is nothing wrong with the move. the validity depends on your program specifications. With that move you are treating negative and positive numbers alike, so if that is what you want then go ahead and use the move statement.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|