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 / suresh kumar

total 19 bytes, For furtyher expansion you can see deepaks
answer.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

689


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1882


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2730


) how do u code after getting data?

1584


Write some characteristics of cobol as means of business language.

627






What is the difference between binary search and sequential search?

646


how do you reference the esds vsam file formats from cobol programs

640


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

1600


Which mode is used to operate the sequential file?

677


What is amode(31)

730


What are the access modes of START statement?

726


What is the compute verb? How is it used?

671


how to move the records from file to array table. give with code example

2229


What is the difference between PIC 9.99 and 9v99 in COBOL?

739


Mention the guidelines to write a structured cobol program?

626