Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
Answer Posted / 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 View All Answers
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
what is the meaning of without standing arrears?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
how can we implement locks in plsql?
why we need to take u?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
what is the diffrence between software and hardware language?
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
what does mean and stack mean in genral programming?
How to print No.of.rows affected after updation using ADO.Net