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
What is static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the use of intialize verb?
What is the usage of comp fields in cobol?
What are various search techniques in cobol? Explain.
In COBOL programming, what is PERFORM? What is VARYING?
Which division and paragraphs are mandatory for a COBOL program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
Define cobol?
Why occurs cannot be used in 01 level in COBOL?
how to move the records from file to array table. give with code example
What do you understand by psb and acb?
What is the difference between PIC 9.99 and 9v99 in COBOL?