sathyajes
New User
Joined: 02 Mar 2006 Posts: 35 Location: Chennai
|
|
|
|
i have stored below record in DB2, at that time no issues.
Code: |
pnmeþñ
999884444444444444444444444444
7545E9000000000000000000000000
|
while storing below record into table, am getting storage issue. Please note that i kept one record while processing file. i don't think region issue with job card or step.
Code: |
pnq¤iá
999984444444444444444444444444
758F95000000000000000000000000
|
could you please help what could be the issue.
Code: |
CEE0813S INSUFFICIENT STORAGE WAS AVAILABLE TO SATISFY A GET STORAGE (CEECZST)
FROM COMPILE UNIT YAE510BT AT ENTRY POINT YAE510BT AT COMPILE UNIT OFF
AT ADDRESS 2BC27C26.
|
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Quote: |
i don't think region issue with job card or step. |
OK, the system is telling you that you have insufficient storage, and you don't think you have an issue with the job or step region size. I think the first problem you have is that you need to learn to trust that the computer doesn't lie to you -- if it tells you that you have insufficient storage, you need understand that you don't have enough storage.
Is the program using 24-bit or 31-bit addressing? If it is using 24-bit addressing, then it could run out of storage due to the lower limit.
You need to look at your job output with a new eye, understanding that there is not enough storage for some reason. You need to consult with your site support group as they can help more with storage issues than this (or any) forum can. |
|