Mainframe Wednesday Talks# 10 – Mostly Commonly Notice Abends COBOL/VSAM/CICS/DB2



Mainframe Wednesday Talks# 10 – Mostly Commonly Notice Abends COBOL/VSAM/CICS/DB2

Mainframe Wednesday Talks# 10  - Mostly Commonly Notice Abends COBOL/VSAM/CICS/DB2

Hello Everyone! here comes the another Mainframe Wednesday Talks on a commonly seen abends on COBOL VSAM CICS & DB2

S013
Mis-spelled DSN Value , it means dataset name was coded wrongly.
S322
Time out Error
S222
Your job has been cancelled by operator or system admin as it’s taking a longer time.
S722
Your code is going into an infinite loop due to some wrong logic in your program
S806
Running a program , but the load module is not found.
S706
Your Requested module / Program is not executable

20
Invalid key for KSDS or RRDS VSAM file.
91
Password Failure
92
Logical Error
93
Resource is not available
95
Invalid/Incomplete file information

DB2

-803
Duplicate records i.e. you are trying to insert a record, which is already existing.
-805
Mostly seen issue, Plan not found , trying to call the program but it’s plan doesn’t exist.
-811
Trying to retrieve the multiple rows , without using the CURSORS defined.
-818
It’s a timestamp mismatch error, when you got a change request and if you not done a proper BIND .

CICS

ASRA
It’s a Data Exception error
i.e. during arithmetic operation non numeric charcter was entered.
It is similar to SOC7
ABMO
Map is not found online, it is happening because the mapset was not defined in PPT.
APCT
Transaction not found, i.e. your transaction is not defined in PCT

Thank you! for watching. If you do like this Video, Please do share, comment and Subscribe for more regular updates..

#KUMARITCHANNEL
#MAINFRAME
#COBOL
#DB2
#CICS
#VSAM

Comments are closed.