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

23 bytes

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the printer file formats from cobol programs

663


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

740


How can you get the ksds file records into your cobol program?

642


Explain what you understand by passing by value.

699


What is amode(31)

722






Define cobol?

860


Name the divisions, which are available in a cobol program?

685


What is difference between static and dynamic call in cobol?

777


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

932


What are all the divisions of a COBOL program?

663


Explain about different table spaces.

648


what are decleratives in cobol?

1827