What does Rexx stand for
Reactived Extendable Exchange language
Restructured Extended Executor language
Reactive Enforcement Execution Exchange language
None of the above
What is the maximum value of the variable declared as PIC S9(9) ?
9
99999999
999999999
None of above
Which file open mode option throws error?
EXTEND
OUTPUT
I-O
INPUT
One of the below option is not a COBOL intrinsic function
CHAR
ORD
REM
REVERSE
ANNUITY
None
What is the default recording mode for QSAM file?
Recording mode - F
Recording mode - V
Recording mode - U
Recording mode - S
No default mode for QSAM
Which one of following section does not belong to Data division ?
FILE SECTION
REPORT-SECTION
SCREEN-SECTION
STORAGE-SECTION
What is the representation of COMP variable ?
Binary storage
Packed Decimal
Hexa decimal
Decimal
77 COUNT-VAR PIC 9 VALUE ZERO. 01 DATA-VAR PIC X(12). . . . INSPECT DATA-VAR TALLYING COUNT-VAR FOR LEADING “R” REPLACING FIRST “A” BY “2” AFTER INITIAL “Q” Refer to code above , If DATA-2 = RRAQADRRYRBB What are values for COUNT-VAR & DATA-VAR after the execution of INSPECT Statement ?
3 , RRAQ2DRRYRBB
0 , RR2Q2DRRYRBB
2 , RRAQ2DRRYRBB
2 , RR2QADRRYRBB
If I redefine X(7) field with X(10) ,
Compilation Error
Executes successfully
Run time Error
Logical Error
Merging two sequential files with single statement can done using ____ Option ?
MER
MERGE
COMBINE
JOIN