i want to store 20 digits . h will u do it in cobol ?
Answer Posted / vaneesh
Just write PROCESS ARITH(EXTEND) before identification
division, you can use upto 9(31).
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
Explain the configuration section of a cobol program with examples of syntax.
How do get the result of your program directly on your pc?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the esds vsam file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do you reference the fixed block file formats from cobol programs
In COBOL, what is the different between index and subscript?
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.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between Call and a Link?