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 are the pertinent COBOL
What is the compute verb? How is it used?
how do you reference the variable unblock file formats from cobol programs
Write a program that uses move corresponding.
Mention the guidelines to write a structured cobol program?
How do u write test cases?
How to print 10 to 1 if the input have only 10 digit number?
What is the local-storage section?
How you can characterize tables in cobol?
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?
How to remove 2 duplicate records and copy only one using job control language?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Are you comfortable in cobol or jcl?
What is a scope terminator give example?
what is difference between cobol and cobol/400