Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?



Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why..

Answer / subha2013

If initialization not done or if there is parity is allocating for packed decimal encountering odd parity, the error will come.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

how can we implement locks in plsql?

0 Answers  


When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

0 Answers   Tesco,


Why we need new operator in java at the time of object declaration and why not in c++?

1 Answers   Zensar,


can we allocate memory for interface? if no then why?

0 Answers  


preorder of A*(B+C)/D-G

6 Answers   BFL,






Which language they use during interview?

0 Answers   State Bank Of India SBI,


As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.

0 Answers   Tesco,


what is the difference between Windows application and Unix application?

0 Answers   Satyam,


why rownum=1 works properly but not rownum=>2,=>3 etc.

0 Answers   Oracle,


Define Abstract method & class with Example

3 Answers  


In java without use of main() how to execute the program

0 Answers  


How to swap values between two variables without using a third variable?

24 Answers   HCL, TCS,


Categories