View previous topic :: View next topic |
Author |
Message |
tonyclay Beginner
Joined: 19 Dec 2003 Posts: 2 Topics: 1
|
Posted: Fri Dec 19, 2003 2:19 pm Post subject: Received U4088? |
|
|
Here's some specifics:
+CEE0374C CONDITION = CEE813S TOKEN = 0003032D 59C3C5C5 00000000
WHILE RUNNING PROGRAM UNKNOWN
AT THE TIME OF INTERRUPT
PSW 00080000 802240CE
GPR 0-3 0022E540 0022A0D8 0022E480 00223038
GPR 4-7 0022E000 00000000 802240CE 88767698
GPR 8-B 0021BB8F 0022017C 0021E9C8 0021AB90
GPR C-F 8021FA88 0022A018 802240CE 88767698
FLT 0-2 42108DB86B23ED00 3FB0D24B22C4E000
FLT 4-6 0000000000000000 0000000000000000
AB5A1-CANNOT OBTAIN 8K FOR ABEND-AID MODULES
IEA995I SYMPTOM DUMP OUTPUT
USER COMPLETION CODE=4088 REASON CODE=000003EC
TIME=02.54.10 SEQ=63407 CPU=0000 ASID=00B4
PSW AT TIME OF ERROR 478D1000 8021815A ILC 2 INTC 0D
ACTIVE LOAD MODULE ADDRESS=00210988 OFFSET=000077D2
NAME=CEEBINIT |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12369 Topics: 75 Location: San Jose
|
Posted: Fri Dec 19, 2003 2:54 pm Post subject: |
|
|
Tonyclay,
Quote: |
USER COMPLETION CODE=4088 REASON CODE=000003EC
|
The reason code translates into 1004. For such errors you need to increase the region size on the job.so try coding REGION=0M, so that it requests the largest available region size.
Hope this helps...
cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
tonyclay Beginner
Joined: 19 Dec 2003 Posts: 2 Topics: 1
|
Posted: Fri Dec 19, 2003 3:10 pm Post subject: |
|
|
Thanks. That could very well be the problem. I thought it was set to 0M but I checked and its at 7000K. |
|
Back to top |
|
|
|
|