Numeric values can have a maximum of X digits, what is X?
8
9
18
19
“SELECT FILE-1 ASSIGN TO INFILE”, in this statement what is the logical and physical file name?
Logical- FILE-1, Physical- INFILE
Logical- INFILE, Physical- FILE-1
Logical- None, Physical-ASSIGN
None of them
Can Redefine & occur clause coded in the same level?
True
False
Column 8 is in area A
Which column is used to provide comments in a COBOL program?
3
7
Linkage section is present in which division?
Identification
Procedure
Data
Environment
FILE-STATUS is used to
Check the logical abnormal conditions.
Check the existence of a file while open, close etc.
Check the execution of the program.
None of the above.
All the divisions should be start from
Area A
Area B
Area C
Area D
How many sections are in DATA DIVISION?
2
4
1
How many different level numbers can be used in COBOL to describe a record?
01-1000
01-100
01-49
01-50