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
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 do u handle errors in BMS macro?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
In which area will you utilize 88 level items in cobol?
What is the difference between comp and comp-3 usage?
how do you reference the rrds file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
Write a program to enter and display the names of students in a class using the occurs clause.
What are different data types in cobol?
How to know whether the module is dynamical or statistical?
Which mode is used to operate the sequential file?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Differentiate between structured cobol programming and object-oriented cobol programming.
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