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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write the code implementing the perform … varying.
how to move the records from file to array table. give with code example
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the printer file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
What are 77 levels used for?
How do get the result of your program directly on your pc?
What is the usage of comp fields in cobol?
What guidelines should be followed to write a structured cobol prgm?
Why would you use find and get rather than to obtain?
What are various search techniques in cobol? Explain.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?