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
Name the sections present in data division.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Whats the difference between search & search ALL?
Explain the configuration section of a cobol program with examples of syntax.
How do get the result of your program directly on your pc?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules for performing sort operation?
Give some examples of command terminators?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do we get current date from system with century in COBOL?
Difference between cobol and cobol-ii?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
explain sorting techniques in cobol program?
How to remove 2 duplicate records and copy only one using job control language?
How do define dynamic array in cobol.