What do ypu mean by BLOCK CONTAINS 0?
No Blocks
Block size is unlimited
The block size is determined at run time from the DD parameters
The block size is determined at compile time from the DD parameters
What must be the BLOCK CONTAINS when RECORDING MODE U?
Zero
Cant use it.
323327
332227
What is EXPLICIT SCOPE TERMINATOR?
It marks the end of certain Procedure Division statements.
It marks the end of certain looping condition statements.
It marks the end of program.
There is nothing like EXPLICIT SCOPE TERMINATOR in COBOL
How many divisions we should have in COBOL programs
2
3
4
none of the above
What’s the PICTURE clause for Alphabetic identifiers
PIC X ()
PIC 9 ()
PIC A ()
PIC ()
What are the acceptable types of the COBOL identifiers
Alphanumeric
Numeric
Alphabetic
all the above
What is the column range for Area A and Area B in COBOL:
1-6 and 7-72
8-11 and 12:72
1-15 and 16:80
None of the above
What is the no. of bytes occupied for a variable if it’s defined as PIC S9(7) COMP-3 and PIC S9(10) COMP
2 and 3
4 and 5
7 and 6
If the access mode for any file is Dynamic, the file can be accessed both SEQUENTIALLT AND RANDOMLY
True
False