📚 Practice Mode
Mainframe COBOL and JCL Programming
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
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.
- It is correct.
- It is not correct because first-name and middle name contain the same PIC Clauses
- Not correct because the PIC Clause is missing for the first three data items.
- Not correct because the level number 03 is missing