What is ASRAABEND in CICS?
Answers were Sorted based on User's Feedback
Answer / sweetie
This is the most common abend in CICS. It indicates a
Program Check Exception, roughly equivalent to having an
S0C7 in a batch program. Check for spaces in a packed
decimal numeric field and changes to the file and record
layouts.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / bahubali.bk
The task has terminated abnormally because of a program
check and CICS issues either message DFHAP0001 or
DFHSR0001. Message DFHSR0622 may also be issued.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
How are VSAM files Read in CICS pgms?
Can you explain common systems area?
What is the function of the LOAD command?
What are some of the cics commands associated with interval control?
why we code ACCUM parameter in cics send time
What is the kcp in the cics?
How do find length of the cursor in cics map ?
What is the use of a TDQ, TSQ?
Can you explain cics translator?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?