TIME=MAXTIME , allows job to run for?
248 Days
365 Days
357912 minutes
Both 1 & 3
/ symbol is used for?
Page break
Alternate
Comment
New line
For VSAM files, the LABEL RECORDS clause has no effect on the execution of the program.
True
False
Indexes defined for an array cannot be displayed in a COBOL program.
How many comparisons can a single COBOL if statement make?
1
2
3
4
Which of the following errors are possible within a COBOL if statement?
Infinite loop
Logical Error
Runtime Error
All the above
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
for loop
do while loop
nested loop
none of the above
There are 4 divisions in a cobol program. Which of the following is not one of them?
Identification Division
Linkage Division
Data Division
Procedure Division
Which is the correct ASCII collating sequence
spaces, special characters, 0-9, A-Z, a-z.
a-z,A-Z,0-9, special characters,spaces
spaces, 0-9, A-Z, a-z,special characters.
special characters, 0-9, A-Z, a-z,spaces
The word COBOL is an acronym for what
COmputer Basic Operating Language
COmmon Business Oriented Language
Common OBservation Official Language