Riskrisk
New User
Joined: 20 Mar 2008 Posts: 1 Location: China
|
|
|
|
Hi all,
I got a CICS TRANSACTION DUMP CODE=4088
and the related cics log
+CEE1000S z/OS INTERNAL ABEND. ABCODE = 4088 REASON = 0000007A
I found some infomation from IBM help,
but I've no idea how to find the exactly program codes which cause this problem
Any useful suggestion?
Thanks!
Problem summary
****************************************************************
* USERS AFFECTED: User applications that exceed the initial *
* stack allocation. *
****************************************************************
* PROBLEM DESCRIPTION: A loop occurred when attempting to *
* extend a user stack. Dump analysis *
* indicated that a user application *
* caused a control block overlay. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
When a User Stack needs to be extended, LE searches for the
segment Control Block that contains the NAB. If an application
error corrupts the segment header, a loop may occur while
traversing these Control Blocks. |
|