How many bytes will be allocated for the following record
description
entries?
01 REC-A.
05 A PIC S9(4).
05 B PIC XXXBXXX.
05 C PIC ____9.99.
05 D PIC S9(5) COMP-3.
05 E PIC 9(3) COMP.
Answer Posted / asif
05 A PIC S9(4). = 4
05 B PIC XXXBXXX. = 7
05 C PIC ----9.99. = 8
05 D PIC S9(5) COMP-3. = 3
05 E PIC 9(3) COMP. = 2
LENGTH OF REC-A = 24 BYTES.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are all the divisions of a COBOL program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the access modes of START statement?
What is length is cobol?
HOw can I get the negative sign while deduct high value from low value
what is search and searchall?what is the diffrence between them?give an best example?
What kind of error is trapped by on size error option?
Write some characteristics of cobol as means of business language.
How to remove 2 duplicate records and copy only one using job control language?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Can a Search can be done on a table with or without Index?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is static and dynamic call in cobol?