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 / deepak
A-3
B-7
C-4
D-3
E-2
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the access modes of START statement?
what happens if parmparameter passes zero bytes to the program
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is cobol?
What is the difference between PIC 9.99 and PIC9v99?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how to refer the data field?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the printer file formats from cobol programs