InterviewSolution
Saved Bookmarks
| 1. |
What is COMP SYNC? |
|
Answer» SYNC is a Keyword in COBOL used for aligning the STORAGE AREA (data) to a word boundary that REPRESENTS any ADDRESS that is multiple of 4. This is done to ensure computations are efficient when data is READ from word boundary by the Mainframe server. |
|