It is possible to maintain persistence temporarily in stateful sessionbeans?
True
False
The COBOL PERFORM loop is the equivalent of which of the following statements found in Java or C++ ?
DO WHILE
METHOD
IF
FOR
Which one of the following is not a COBOL division?
Identification
Linkage
Data
Procedure
As per COBOL coding standards what is the meaning of an asterisk in column 7?
Indicates start of a new line
Indicates the line is commented
Indicates the continuation of the previous line
None of the above
What does the Acronym COBOL stand for?
Common OBservation Official Language
COmputer Basic Operating Language
COmmon Business Oriented Language
What is the command used for printing in COBOL?
SHOW
PRINT
DISPLAY
DISP
Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?
66
77
88
5
What is the result of compilation of a COBOL module?
LINKDECK
LINKLIB
LINKEDIT
All the above
State TRUE or FALSE. In the PROCEDURE DIVISION, only SECTION is optional. There must be at least one PARAGRAPH, SENTENCE and STATEMENT.
How many Bytes does a PIC 9(7) COMP-3 occupy?
7
6
4