db2 variable decimal(15,2) what is the equalent size of
cobol variable
Answer Posted / quasar chunawala
The correct COBOL Field that can hold the Value of DECIMAL
(15,2) SQL Field should be declared as
05 WS-COBOL-DECIMAL-FIELD PIC S9(13)V9(02) COMP-3.
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
What is the Purpose of Pointer in the string?
How to know whether the module is dynamical or statistical?
How do we get current date from system with century in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) How do u handle errors in BMS macro?
What is rmode(24)
What the difference is between continue and next sentence?
Mention the guidelines to write a structured cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write down the divisions of cobol program?
How do you reference the following file formats from cobol programs?
Difference between array and sub-script ?
Write a cobol program making use of the redefine clause.
Explain how to differentiate call by context by comparing it to other calls?