i WANT ALL ERROR codes IN CICS and DB2

Answers were Sorted based on User's Feedback



i WANT ALL ERROR codes IN CICS and DB2..

Answer / 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

i WANT ALL ERROR codes IN CICS and DB2..

Answer / kingmanish

First of all u are asking about DB2 and CICS error in COBOL
section. Why?? :)

Secondly to get exhaustive list refer Books or IBM manuals.
If u need clarification on any particular error code.
post it here

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how do u indetify files succesfully executed or not ?

4 Answers   TCS,


How you can read the file from bottom?

0 Answers  


What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


Differentiate COBOL and COBOL-II?

0 Answers  






How To move a value to an array using move verb?

3 Answers   IBM,


how to display the dataset information?

2 Answers  


How do u know what version of cobol u are using?

3 Answers  


Minimum how many Number of Paragraphs are there in ID- Divison?

7 Answers   IBM,


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


How you can characterize tables in cobol?

0 Answers  


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


Categories