Choose a topic to test your knowledge and improve your COBOL skills
COBOL stands is for.....
Which of the following is not a part of the program division in COBOL?
D in COBOL stands for....
Comment in COBOL is denoted by....
hat does S denote in a picture clause?
What is the length of a variable when usage is COMP-2?
In which mode you will open the sequential file to append the data in the end:
How records are stored & accessed in sequential file organization?
How many bytes S9(6) USAGE IS COMP-3 will take?
Which of the following word cannot be a user-defined COBOL word?
What does SEARCH ALL do?
Where does the FILE-CONTROL paragraph appear?
ndicate in which of the following the REPORT NAME does not appear:
The Logical Name of the File will be assigned to:
How many bytes will a S9(8) COMP field occupy?
Indicate which of the following is not a Procedure Division verb:
A storage device which is used to store data & information external to the main storage is known as?
Pic 9v99 is a _______ position numeric field with an implied or assumed decimal point after the first position.
Object Oriented languages:
When displaying a data-name it _______ be part of an output record:
.....verb is used to alter the value of index in COBOL:
What is the edited value of the picture clause PIC field 9999+ Numeric value moved to the field -382 and the Edited value is
Which of the following is valid COBOL word?
Which of the following storage and retrieval methods would be well suited to your processing requirements if you only need to retrieve records one at a time and there is no fixed pattern to the requests for data and records?
In a sort file names used must be in the ........entry:
The.........statement release the resources which are assigned to that file: