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 / madhu

A - 2
B - 7
C - 4
D - 3
E - 2

Total 18 bytes.

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable unblock file formats from cobol programs

748


Can we change the password using ALTER? anyone tried and changed?

1547


) How do u handle errors in BMS macro?

1428


In COBOL programming, what is PERFORM? What is VARYING?

672


What are the cobol coding sheets?

664






) how do u code after getting data?

1580


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


What is length is cobol?

650


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


How to know whether the module is dynamical or statistical?

656


For rewrite, why is it mandatory that file needs to be opened?

623


What is inspect in cobol ?

803


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


What kind of error is trapped by on size error option?

740


Write down the divisions of cobol program?

671