InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum size of a numeric field we can define in COBOL? |
|
Answer» The maximum size of a numeric field is PIC 9(18). |
|