Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?
01
Will not change
Will change
56
The SYNCHRONIZED LEFT / RIGHT clause which specifies alignment of elementary data item on storage boundary can be specified for data items defined with USAGE IS INDEX.
True
False
ASCENDING/DESCENDING KEY data item cannot be floating point items.
For successful execution of REWRITE stmt, the direct access file must be opened in _____ mode.
I
O
I-O
O-I
EJECT is used for creating a new page in the compiler listing.
BLANK WHEN ZERO must not be specified for 66 or 88 level variables or signed fields.
Computational fields defined with COMP picture clause cannot be reference modified.
Internal storage used to store S9(n) COMP-3 variable is ____ bytes.
n+1
(n+1)/2
(n+1)/3
n/2 + 1
RECORDING MODE FOR QSAM files can be:
F,V
U,S
F,R
F,V,U,R