i WANT ALL ERROR codes IN CICS and DB2

Answer Posted / asmara

-818 Error Code is the Time stamp error which is very well
known in DB2
-803 is the duplicate error- if you insert same record in
the same table.
104-error indicates that either a field that is defined as
integer is specified with quotes or an Char value in insert
that needs to represented with quotes is not represented
so, Hope this helps to solve your issue

-805 Error will come when we didnt bind it.
-305 suppose one of ur db2 table column is defined as NOT
NULL, if you trying to insert Null value on that column at
that time u will get this error. in simple way null
indicator error.
-311 This will occur when we wont care about varchar fields
CICS Abends: ASRA ABENDS nothing but SOC004,SOC007 Mainly
one time i got "CDS full" means control data set is full so
for solving this delete the unwanted data list from the
file control table or else move it in after exceeeding the
size limit of member.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the divisions of a COBOL program?

665


What is the problem of ordered sequential files access?

702


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061






What is the local-storage section?

683


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What are the pertinent COBOL

2045


what is the difference between COBOL2 AND COBOL390?

2453


What is amode(31)

724


What is rmode(24)

680


Difference between cobol and cobol-ii?

708


Write down the divisions of cobol program?

671


Can a Search can be done on a table with or without Index?

804


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676