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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the problem of ordered sequential files access?
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?
What kind of error is trapped by on size error option?
What is the difference between goback, stop run and exit program in cobol?
What is comp-1 and comp-2?
How to print 10 to 1 if the input have only 10 digit number?
Difference between cobol and cobol-ii?
How many bytes S(8) comp field occupy and its maximum value?
What is the LINKAGE SECTION used in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is link edit in cobol?
What is the utilization of copybook in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly