What is the maximum data length for Numeric DataType ?
Answer Posted / shekh
BY USING COMPILER OPTION MATH, IT WILL INCREASE THE VARIABLE CAPACITY UP TO 31 DIGITS.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to refer the data field?
Define static linking and dynamic linking.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different open modes available in cobol?
Which mode is used to operate the sequential file?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do u write test cases?
what is the difference between COBOL2 AND COBOL390?
What is a report item?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is difference between static and dynamic call in cobol?
What are the different types of condition in cobol and write their forms.
HOw can I get the negative sign while deduct high value from low value
How many bytes S(8) comp field occupy and its maximum value?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue