InterviewSolution
Saved Bookmarks
| 1. |
What Is The Role Of The Is Numeric Clause? |
|
Answer» IS NUMERIC will be AVAILABLE for alphanumeric, packed decimal, unsigned numeric and signed numeric items. When an ITEM is made of 0 to 9 the value RETURNED by IS NUMERIC is True, if the item is signed then it can have 0 to 9 but ALSO + and -. IS NUMERIC will be available for alphanumeric, packed decimal, unsigned numeric and signed numeric items. When an item is made of 0 to 9 the value returned by IS NUMERIC is True, if the item is signed then it can have 0 to 9 but also + and -. |
|