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

Difference between cobol and cobol-ii?

698


What is the difference between binary search and sequential search?

634


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1014


When is inspect verb is used in cobol?

668


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2323






i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

764


What are the different rules for performing sort operation?

753


Name the divisions, which are available in a cobol program?

675


Write the code implementing the perform … varying.

636


What is perform what is varying?

695


What are the different data types in cobol?

781


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6795


example for sub strings ? and refernce modifications whit output pls

1834


How do we get current date from system with century in COBOL?

792