Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Cobol Interview Questions and Answers
Home
Questions
Cobol
0
votes
What is length is Cobol?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
cobol-length
0
votes
Can we redefine the field of X(200) to less than 200?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
field-redefine
0
votes
What is a report item?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
reportitem
0
votes
What are literals?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
literals
0
votes
How arrays can be defined in COBOL?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
cobol-define
0
votes
How many bytes S(8) comp field occupy and its maximum value?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
comp-field
0
votes
Which mode is used to operate the sequential file?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
sequential
file
0
votes
What is the difference between Call and a Link?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
call
link
0
votes
Give some examples of command terminators?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
commandterminators
0
votes
What does Exit do?
answered
Dec 11, 2023
in
Cobol
by
rajeshsharma
cobol
0
votes
What is the difference between comp and comp-3 usage?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
comp3usage
0
votes
How many Sections are there in Data Division?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
datadivision
0
votes
Which Search verb is equivalent to PERFORM…VARYING?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
search-perform
0
votes
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
dynamically
0
votes
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
rewrite
0
votes
When is a scope terminator mandatory?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
scopeterminator
0
votes
A table has two indexes defined. Which one will be used by the SEARCH?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
searchindex
0
votes
What are the different rules of SORT operation?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
sortoperation
0
votes
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
testbefore
testafter
performstatement
0
votes
What are the different rules to perform a Search?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
searchperformance
0
votes
Can a Search can be done on a table with or without Index?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
table-index
0
votes
What is the difference between a binary search and a sequential search?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
binarysearch
sequentialsearch
0
votes
What is binary search?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
binarysearch
+1
vote
What is the Purpose of Pointer in the string?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
pointer-string
0
votes
What is the difference between PIC 9.99 and PIC9v99?
answered
Dec 10, 2023
in
Cobol
by
sharadyadav1986
pic9
99
0
votes
What is COMP-1? COMP-2?
answered
Dec 8, 2023
in
Cobol
by
sharadyadav1986
comp-1
comp-2
0
votes
What is a SSRANGE and NOSSRANGE?
answered
Dec 8, 2023
in
Cobol
by
sharadyadav1986
ssrange
0
votes
What are all the divisions of a COBOL program?
answered
Dec 8, 2023
in
Cobol
by
sharadyadav1986
cobolprogram
0
votes
How do we get current date from system with century?
answered
Dec 8, 2023
in
Cobol
by
sharadyadav1986
system
0
votes
What guidelines should be followed to write a structured COBOL program?
answered
Dec 8, 2023
in
Cobol
by
sharadyadav1986
cobolprogram
To see more, click for all the
questions in this category
.
...