|
|
| Author |
Message |
vickyarora81
New User
Joined: 20 Feb 2006 Posts: 4
|
|
|
|
Hi,
Can anyone tell me how to get remainder in ADSO |
|
| Back to top |
|
 |
References
|
Posted: Fri Jan 19, 2007 10:59 am Post subject: Re: How to get remainder in ADSO while dividing two numbers |
 |
|
|
 |
vijayakumar.yellala
New User
Joined: 19 Apr 2006 Posts: 45 Location: Chennai
|
|
|
|
Hi Vickey..
Using mod function u can get the remainder.... Ok
Example:
MOVE MOD(WK_VALUE1, WK_VALUE2) TO WK_REM
Correct me if i am wrong..
Regards
Vijay |
|
| Back to top |
|
 |
|
|