mainframe Online Quiz - 105
Description: mainframe Online Quiz - 105 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
The following is Data Division entry 01 EMP-RECORD. 02 EMP-NAME. 04 FIRST-PART. 05 FIRST-NAME PIC X (10). 05 MIDDLE-NAME PIC X (10). 04 SURNAME PIC X(20). Which one of the following gives correct information about the above record description.
Determine the size of the data item S9(4). 99
To describe a record the level numbers may be chosen from
What is the difference between comp and comp-3 usage.
What is file status 92?
Condition 1 AND Condition 2 Condition 1 is be true 80% of times and Condition 2 is true 20% of times. If both conditions are processed with IF command, then conditions should be coded in which order?
What is the file status for File not found.
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
What can be the possible cause for SOC-7 error?
How many bytes will a S9(8) COMP field occupy?
What is a scope terminator?
How many subscripts or indexes are allowed for an OCCURS clause?
What are the minimum requirements to compile a program without errors?
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.
Dispositional parameters for DISP=( , , ) ?
How JCL steps can be skipped?
Possible ways to rectify S322, a. Change the CLASS b. TIME=1440 c. Remove abnormal logic in the code(like infinite looping). d. Change PRTY
Possible causes for S0C4 a. Reading a file that is not open. b. Invalid address referred due to subscript error c. Tried moving variable length record that was larger than target field size.