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 is the LINKAGE SECTION used in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are various search techniques in cobol? Explain.
what is amode(24), amode(31), rmode(24) and rmode(any)?
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 get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
In COBOL, what is the different between index and subscript?
how to convert the recors form vsam file to db2 table tru file aid
Why did you choose to work with ibm mainframe cobol programming?
What is the utilization of copybook in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
In which area will you utilize 88 level items in cobol?
Are you comfortable in cobol or jcl?
i need a small 3d program using inline and outline.