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 TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?

1 Answers  


Suppose i want to declare a binary comp fild of 7 byte .how to write?

6 Answers   IBM,


What is SDSF?

3 Answers  


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,






We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


Explain about level numbers?

3 Answers  


how do you reference the printer file formats from cobol programs

0 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  


How is sign stored in a comp-3 field?

7 Answers  


i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast

4 Answers   L&T,


What is SSRANGE, NOSSRANGE ?

5 Answers  


Categories