db2 variable decimal(15,2) what is the equalent size of
cobol variable

Answers were Sorted based on User's Feedback



db2 variable decimal(15,2) what is the equalent size of cobol variable..

Answer / 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

db2 variable decimal(15,2) what is the equalent size of cobol variable..

Answer / ch.mohan

9(13)v9(2)

Is This Answer Correct ?    12 Yes 8 No

Post New Answer

More COBOL Interview Questions

How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


What is EIBCALEN? Why it is used?

9 Answers   ADP,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  






Why did you choose to work with ibm mainframe cobol programming?

0 Answers  


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


what is the difference between Normal vaiable and comp variable.

5 Answers   DELL,


What is the point of the REPLACING option of a copy statement?

3 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


What is amode(31)

0 Answers  


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


Categories