What is COBOL? | View Answer |
What are the different data types in COBOL? | View Answer |
What is the difference between subscript and index? | View Answer |
What is the difference between performing a SECTION and a PARAGRAPH? | View Answer |
What is the difference between CONTINUE & NEXT SENTENCE? | View Answer |
What are the different OPEN modes available in Cobol? | View Answer |
What is Static and Dynamic linking? | View Answer |
What is the use of EVALUATE statement? | View Answer |
What is the difference between PERFORM … WITH TEST AFTER and PERFORM … WITH TEST BEFORE? | View Answer |
What is the point of the REPLACING option of a copy statement? | View Answer |
What kind of error is trapped by ON SIZE ERROR option? | View Answer |
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming? | View Answer |
What is the LOCAL-STORAGE SECTION? | View Answer |
What are INPUT PROCEDURE and OUTPUT PROCEDURE? | View Answer |
What is the use of LINKAGE SECTION? | View Answer |
What are the access modes of START statement? | View Answer |
What is an in-line PERFORM? | View Answer |
Which division and paragraphs are mandatory for a COBOL program? | View Answer |
What is the difference between Global and External Variables? | View Answer |
What is Pic 9v99 Indicates? | View Answer |
What guidelines should be followed to write a structured COBOL program? | View Answer |
How do we get current date from system with century? | View Answer |
What are all the divisions of a COBOL program? | View Answer |
What is a SSRANGE and NOSSRANGE? | View Answer |
What is COMP-1? COMP-2? | View Answer |
What is the difference between PIC 9.99 and PIC9v99? | View Answer |
What is the Purpose of Pointer in the string? | View Answer |
What is binary search? | View Answer |
What is the difference between a binary search and a sequential search? | View Answer |
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement? | View Answer |
Can a Search can be done on a table with or without Index? | View Answer |
What are the different rules of SORT operation? | View Answer |
What are the different rules to perform a Search? | View Answer |
A table has two indexes defined. Which one will be used by the SEARCH? | View Answer |
When is a scope terminator mandatory? | View Answer |
Why is it necessary that file needs to be opened in I-O mode for REWRITE? | View Answer |
How can we find that module can be called – whether DYNAMICALLY or STATICALLY? | View Answer |
Which Search verb is equivalent to PERFORM…VARYING? | View Answer |
How many Sections are there in Data Division? | View Answer |
What is the difference between comp and comp-3 usage? | View Answer |
What does Exit do? | View Answer |
Give some examples of command terminators? | View Answer |
What is the difference between Call and a Link? | View Answer |
Which mode is used to operate the sequential file? | View Answer |
How many bytes S(8) comp field occupy and its maximum value? | View Answer |
How arrays can be defined in COBOL? | View Answer |
What are literals? | View Answer |
What is a report item? | View Answer |
Can we redefine the field of X(200) to less than 200? | View Answer |
What is length is Cobol? | View Answer |