What is the maximum data length for Numeric DataType ?
Answer Posted / g.naveen
18 is Maximum Data length for Numeric Data Type.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
Explain how you can characterize tables in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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.
how to convert the recors form vsam file to db2 table tru file aid
How to print 10 to 1 if the input have only 10 digit number?
Can a Search can be done on a table with or without Index?
how do you define single dimensional array and multidimensional array in your cobol?
Write a cobol program making use of the redefine clause.
Why occurs cannot be used in 01 level in COBOL?
Mention the guidelines to write a structured cobol program?
how do you reference the rrds file formats from cobol programs
What rules are to be followed while using the corresponding options?
What is the difference between binary search and sequential search?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc