InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What are the differences between OS VS COBOL and VS COBOL II? |
| Answer» | |
| 2. |
How do I resolve the SOC7 error? |
|
Answer» First of all, the SOC7 abend error is displayed when there is invalid data inside the comp field and the program is processing some computation on it. To START with, check the data you are passing as input because there must be some CORRUPT data which is the root cause of this error. |
|
| 3. |
What is the difference between continue and next sentence in COBOL? |
||||||||
Answer»
|
|||||||||
| 4. |
What is a scope terminator? |
|
Answer» A SCOPE TERMINATOR is basically any COBOL verb that is always conditional, LIKE, (IF and EVALUATE) or it has a conditional clause such as (COMPUTE, PERFORM, READ) MATCHING scope terminator always. Completed by including the reserved word being terminated, it always STARTS with END-. |
|
| 5. |
What is the difference between performing a SECTION and a PARAGRAPH? |
||||||||||||
|
Answer» Here’s the difference in performing a Section and a Paragraph in COBOL
|
|||||||||||||
| 6. |
What is the difference between external and global variables in COBOL? |
||||||||
Answer»
|
|||||||||
| 7. |
What is the procedure division in COBOL? |
|
Answer» In COBOL, the Procedure division is used for including the logic of the program EFFICIENTLY. Consisting of multiple executable statements using variables that are defined in the DATA division, this type of division, paragraph and section names are focused to be user-defined. |
|
| 8. |
What is ssrange and nossrange in COBOL? |
|
Answer» In COBOL, SSRANGE is basically a COMPILER option which is used to handle the ARRAY overflow systematically. In the COBOL programming language, SSRANGE also needs to be SPECIFIED which helps to find the exact subscript out of RANGE.
|
|
| 9. |
What are the different rules to perform a search in COBOL? |
|
Answer» While applying the SEARCH statement, users must ABIDE by these FOLLOWING rules:
|
|
| 10. |
What is the difference between binary search and sequential search in COBOL? |
||||||||||
Answer»
|
|||||||||||
| 11. |
How to find a calling program in COBOL? |
| Answer» | |
| 12. |
What is static and dynamic linking in COBOL? |
||||||
Answer»
|
|||||||
| 13. |
What is the difference between index and subscript in COBOL? |
||||||||||||||
Answer»
|
|||||||||||||||