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


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL

2045


Can we redefine the field of x(200) to less than 200?

819


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

684


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5064


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721






How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


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

2219


Write a program to explain size error.

677


What is Pic 9v99 Indicates in COBOL?

727


How do you reference the fixed block file formats from cobol programs

705


Are you comfortable in cobol or jcl?

643


What is rmode(24)

680


What do you understand by psb and acb?

665


Can you please let me know the centre name of INS certification in Kolkata.

1715


What is the difference between next sentence and continue in cobol programing language?

712