1.
Which file cannot be opened with the help of open statement in COBOL?
2.
Consider you have to move a data from source to destination. Source field is picture 9(5) and source data is 00357. If destination field contains picture *** then what will be the output after shifting source data to destination
3.
Which of the following files does not support sequential access in COBOL?
4.
___________ supports both sequential and random access in COBOL.
5.
Which of the following verbs is used in COBOL to update the file record?
6.
Which of the following sorting techniques is used in jCL SORT utilities to sort files in COBOL?
7.
Which of the following COBOL files is used to hold records at the time of sorting process?
8.
Consider you have to move a data from source to destination. Source field is picture 9(5) and source data is 00000. If destination field contains picture ZZZZZ then what will be the output after shifting source data to destination
9.
COBOL was derived by ______________
10.
Which of the following verbs is used in COBOL to retrieve the date and time from the operating system?