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 the difference between next sentence and continue in cobol programing language?
What is the difference between perform … with test after and perform … with test before?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which is not true about evaluate statement
Name the sections present in data division.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Name some of the examples of COBOl 11?
how do you reference the esds vsam file formats from cobol programs
What are declaratives and what are their uses in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is amode(31)
How to know whether the module is dynamical or statistical?
how do you reference the ksds vsam file formats from cobol programs
Which mode is used to operate the sequential file?
Which division and paragraphs are mandatory for a COBOL program?