
- CICS - Home
- CICS - Overview
- CICS - Environment
- CICS - Basic Terms
- CICS - Nucleus
- CICS - Transactions
- CICS - COBOL Basics
- CICS - BMS
- CICS - MAP
- CICS - Interface Block
- CICS - Pseudo Programming
- CICS - Aid Keys
- CICS - File Handling
- CICS - Error Handling
- CICS - Control Operations
- CICS - Temporary Storage
- CICS - Intercommunication
- CICS - Status Codes
- CICS - Interview Questions
CICS - Status Codes
While working with CICS, you may encounter abends. Following are the common abend codes with their description which will help you to resolve the issues −
Sr.No | Code & Description |
---|---|
1 |
ASRA Program Check Exception |
2 |
AEI0 Program ID Error |
3 |
AEI9 Map Fail condition |
4 |
AEIO Duplicate Key |
5 |
AEIN Duplicate Record |
6 |
AEID End of file reached |
7 |
AEIS File is not open |
8 |
AEIP Invalid request condition |
9 |
AEY7 Not authorized to use the resource |
10 |
APCT Program not found |
11 |
AFCA Dataset not found |
12 |
AKCT Time out error |
13 |
ABM0 Specified map not found |
14 |
AICA Program in infinite loop |
15 |
AAOW Internal logic error |
Advertisements