i WANT ALL ERROR codes IN CICS and DB2
Answers were Sorted based on User's Feedback
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 |
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 |
Which Search verb is equivalent to PERFORM…VARYING?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
which generation language is cobol
which one is the best of com and com-3.using of real time ?
How do you define a table/array in COBOL?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
what is sysncpoint?
What is report-item?
can we display comp-3 variables. if we want to display what we have to do . give me one example
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.