InterviewSolution
| 1. |
List Some Features Of Cobol ? |
|
Answer» COBOL is a standard language that can be compiled and executed on various machines. It is ideally suited for business-oriented applications as it can HANDLE huge volumes of DATA. It PROVIDES numerous debugging and testing tools. COBOL is a structured language; it has DIFFERENT divisions, so it is easy to debug. COBOL is a standard language that can be compiled and executed on various machines. It is ideally suited for business-oriented applications as it can handle huge volumes of data. It provides numerous debugging and testing tools. COBOL is a structured language; it has different divisions, so it is easy to debug. |
|