InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Pic 9.99 And Pic9v99? |
|
Answer» PIC 9.99 is a FOUR position field that actually contains a decimal POINT where as PIC 9v99 is three position numeric field with ASSUMED decimal position. PIC 9.99 is a four position field that actually contains a decimal point where as PIC 9v99 is three position numeric field with assumed decimal position. |
|