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

how to access the file from prodution from changeman tool and to submit a file to production

7101


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

912


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

986


How to remove 2 duplicate records and copy only one using job control language?

973


how can i see junk values in dclgen or in hostvariable of comp ?

2759


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2130


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

870


Have you used comp and comp-3 in your project? And how?

2216


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

846


What do you understand by psb and acb?

850


what is the use of outrecord?

1972


What is amode(31)

915


State the various causes of s0c1, s0c5 and s0c7.

850


What are the access modes of START statement?

940


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9248