-
-
What COBOL construct is the COBOL II EVALUATE meant to replace?
EVALUATE can be used in place of the nested IF THEN ELSE statements.
-
-
-
-
In an EVALUTE statement is the order of the WHEN clauses significant?
Absolutely. Evaluation of the WHEN clauses proceeds from top to bottom and their sequence can determine results.
-
-
-
-
Where is a period required in Cobol?
At the end of the word DIVISION At the end of the word SECTION At the end of paragraph names coded in Area A To denote the end of a sentence To denote the end of an entry After the last statement in each paragraph
-
-
-
-
-
-
-
-
-
-
COBOL Interview Questions
Ans