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
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
IF I mention stop run in CICS what happens?
What is the compute verb? How is it used?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How arrays can be defined in COBOL?
How many sections are there in data division in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
example for sub strings ? and refernce modifications whit output pls
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
) How do u handle errors in BMS macro?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between Call and a Link?
Whats the difference between search & search ALL?