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

Define static linking and dynamic linking.

663


What is the local-storage section?

681


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

855


how to convert the recors form vsam file to db2 table tru file aid

2763


What are the different types of condition in cobol and write their forms.

658






I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1931


What is the difference between comp and comp-3 usage?

678


Explain what you understand by passing by value.

698


How do u write test cases?

1635


What type of SDLC u followed? Why?

1519


What is difference between static and dynamic call in cobol?

777


What the difference is between continue and next sentence?

658


How you can characterize tables in cobol?

716


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3716


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

685