1.
Which of the following is the mandatory division in a COBOL program?
2.
Consider you have to move a data from source to destination. Source field is picture S9(5) and source data is 34215. If destination field contains picture 9(5)- then what will be the output after shifting source data to destination
3.
In COBOL, which of the following sections is used to view the list of files in a specific program?
4.
Which condition is used in COBOL to identify the datatype of an operand?
5.
In COBOL, which of the following factors can be used to replace the if-else statement?
6.
In COBOL, the GO TO statement is used to transfer the flow of execution in the __________________.
7.
In COBOL, which of the following is used to replace a character in a string?
8.
In COBOL, if a user needs to combine his name and tittle in his ID card, which of the following string statements should be used?
9.
In COBOL, which of the following is used to split one string into multiple sub-strings?
10.
__________ is used in COBOL to comprise records in a sequential order.