hello everyone,
actually what my problem is ,when i am trying to insert data from cics to db2 ,null values are passed in to the db2,but i can see the actual values in the receiving map before this .....
sandeep verma wrote:it would really help me if u ppl can suggest me some solution with ur wonderful experience ....
What are you calling "null values" here? Every character on a computer has a value -- from X'00' to X'FF' on a mainframe. If you are referring to X'00', that is NOT a "null value" but actually 8 bits all set to zero -- in COBOL this is called LOW-VALUE as opposed to all 8 bits being set to 1, X'FF', which is HIGH-VALUE in COBOL.null values are passed in to the db2