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
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
When is inspect verb is used in cobol?
Explain what you understand by passing by value.
What is the usage of comp fields in cobol?
What is the difference between perform … with test after and perform … with test before?
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 do u write test cases?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different open modes available in cobol?
Discuss about changing dataset name in proc.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write a program that uses move corresponding.
how do you reference the esds vsam file formats from cobol programs
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is a report item?