01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Answer Posted / sudhir
r u new to cobol? i have never seen pic 9(9v99).
i dont know how Chandrakant Sinha answered it and how there are 5 votes saying his answer is correct
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Define cobol?
What is a scope terminator give example?
Can we redefine the field of x(200) to less than 200?
What are the various section in data division and briefly explain them.
how do you define single dimensional array and multidimensional array in your cobol?
What are the different rules to perform a Search?
What are the different open modes available in cobol?
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.
What is the use of intialize verb?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do define dynamic array in cobol.
What are the pertinent COBOL commands?
In COBOL, what is the different between index and subscript?
Explain what you understand by passing by value.