01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / venkat
i think question is 01 a pic 9(9)v99 --it's occupy memory space is -11bites
&01 b pic 9(9).99--it's occupy memory space is -12bites
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
Which division and paragraphs are mandatory for a COBOL program?
Explain what you understand by passing by value.
how can i see junk values in dclgen or in hostvariable of comp ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between binary search and sequential search?
What is the difference between goback, stop run and exit program in cobol?
what happens if parmparameter passes zero bytes to the program
What is a scope terminator give example?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Describe the cobol database components?
How many sections are there in data division in COBOL?
What is a SSRANGE and NOSSRANGE?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?