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 |
Name the sections present in data division.
What is report-item?
if someone is using my file,how can i find which user id is using?
i want to enter the name 'pandu' into ur table how?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
) How do u handle errors in BMS macro?
wht is the diff b/w if and evaluate stmts ?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
what is scope terminator
What are the different ways to run a COBOL DB2 program using JCL?
What are the divisions in a cobol program?
Can we change the password using ALTER? anyone tried and changed?