mainframe Online Quiz - 106
Description: mainframe Online Quiz - 106 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
When an I/O error occurred during data base access it returns
When it reaches the end of the data base it returns
The function calls used for reposition the dataset at the time of restart are
What is the DISPOSITION of a dataset if the DISP field is not coded in the JCL?
What are the maximum number of steps that can be coded in a JCL?
Sqlcode -911 means
Which of the following is a psuedo-converstaion command in CICS?
Which of the following USAGE CLAUSE cannot contain a PIC clause while declaration
FSET sets the MDT value to?
Which of the following is not a type of Queue?
ATI stands for?
Image copy cannot be done for which of the below object?
How many bytes will a S9(8) COMP field occupy?
How many subscripts or indexes are allowed for an OCCURS clause?
01 WS-TOP PIC X(1) 01 WS-TOP-RED REDEFINES WS-TOP PIC X(2). If you MOVE "12" to WS-TOP-RED, DISPLAY WS-TOP will show
Indicate which of the following is true about the 88 level entry.
IF A = 1 OR 2 OR 3 NEXT SENTENCE ELSE MOVE A TO B. Which of the following describes the above sentence correctly.
Determine the total number of bytes in the following 01 REC-1. 02 FIRST-GROUP. 03 A1 PIC X(4). 03 A2 PIC 99. 02 REDEFINES FIRST-GROUP. 03 A3 PIC 999. 03 A4 PIC 999. 02 THIRD-GROUP. 03 A5 OCCURS 5 TIMES PIC 99.
What is level 66 used for?
What are the different data types available in COBOL?