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


Please Help Members By Posting Answers For Below Questions

Find out the list of authorization objects which contains activity as a field? Thanks in advance.

1763


what is programmable BIST in today ic design

1649


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

1556


what is the difference between read the data from table and infotype

2059


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

597






How will you prove that java swing is multithreaded?

1698


How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database

2015


What are two of your strengths that you will bring to our QA/testing team?

1649


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

995


I want Ada programming language books. Could anyone post me any link for that?

2954


how sap is different from other software ?

1665


hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1394


Which method protects back button to retrieve old value from previous page in Struts.

1455


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1485


how can i split string in a textbox in windows appication using C#.net

2214