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
How many subscripts or indexes are allowed for an OCCURS clause?
What are the minimum requirements to compile a program without errors?
Primary space allocated first and then if required Secondary space will be allocated. b. Secondary space allocated first and then if required Primary space will be allocated. c. Primary and Secondary space allocated at the time of Job starts execution. d. Primary and Secondary space allocated at the time of Step starts execution. Which statement(s) is TRUE?
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.