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 difference between comp and comp-3?
what are decleratives in cobol?
What is the problem of ordered sequential files access?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Explain how you can characterize tables in cobol?
How do we get current date from system with century in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why did you choose to work with ibm mainframe cobol programming?
Write down the divisions of cobol program?
What is the difference between Global and External Variables?
Have you used comp and comp-3 in your project? And how?
What is amode(24)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What type of SDLC u followed? Why?