01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / praveen
I also not seen such declation in COBOL.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What are all the divisions of a COBOL program?
Write a program that uses move corresponding.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is the use of outrecord?
What is redefines clause in COBOL?
How can you get the ksds file records into your cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Give some examples of command terminators?
Describe the cobol database components?
What kind of error is trapped by on size error option?
how to convert the recors form vsam file to db2 table tru file aid
What are the different types of condition in cobol and write their forms.
What is the difference between comp and comp-3 usage?