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
how do you define single dimensional array and multidimensional array in your cobol?
Write the code to count the sum of n natural numbers.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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?
How you can read the file from bottom?
In COBOL programming, what is PERFORM? What is VARYING?
how to refer the data field?
Why would you use find and get rather than to obtain?
What are the pertinent COBOL commands?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What do you understand by psb and acb?
How can you get the ksds file records into your cobol program?
How arrays can be defined in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?