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 get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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 difference between goback, stop run and exit program in cobol?
What is the difference between perform … with test after and perform … with test before?
What are various search techniques in cobol? Explain.
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
What are the pertinent COBOL
explain sorting techniques in cobol program?
What are 77 levels used for?
How do you reference the following file formats from cobol programs?
Define cobol?
For rewrite, why is it mandatory that file needs to be opened?
What rules are to be followed while using the corresponding options?
what is search and searchall?what is the diffrence between them?give an best example?
I have a File that has duplicate records. I need only those records that occur more than thrice.?