mainframe Online Quiz - 110
Description: mainframe Online Quiz - 110 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
What does CICS stand for
What does DASD stand for
What does RACF stand for
What does MVS stand for
What does Rexx stand for
What is the maximum value of the variable declared as PIC S9(9) ?
Which file open mode option throws error?
One of the below option is not a COBOL intrinsic function
What is the default recording mode for QSAM file?
Which one of following section does not belong to Data division ?
What is the representation of COMP variable ?
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 ?
If I redefine X(7) field with X(10) ,
Merging two sequential files with single statement can done using ____ Option ?
SEARCH ALL is a _______ type of Search ?
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
How many comparisons can a single COBOL if statement make?
Which of the following errors are possible within a COBOL if statement?
A = 0, B = 9….. Perform until a > b Add 2 to a End-perform How many additions are performed?
Not negative means…