01 b pic +9(4)
How many bytes it will take for storage???
Answer Posted / guest
5 bytes.
As usage caluse is not mentioned, default usage clause
which is "Display" will be used for b. Display uses 1 byte
for every character data. So 1 byte of sign(+) and other 4
bytes of pic 9(4). Total 5 bytes will be used.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
What is the difference between Call and a Link?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how do you reference the fixed unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
How do we get current date from system with century in COBOL?
what happens if parmparameter passes zero bytes to the program
) what is the difference between AID and HANDLE AID?
What is inspect in cobol ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is report-item in COBOL?
Describe the cobol database components?
How many bytes S(8) comp field occupy and its maximum value?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between a binary search and a sequential search what are the pertinent cobol?