IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Storage issue when inserting Chinese character in DB2


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sathyajes

New User


Joined: 02 Mar 2006
Posts: 35
Location: Chennai

PostPosted: Thu May 27, 2021 5:02 pm
Reply with quote

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.                                                 
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri May 28, 2021 4:01 am
Reply with quote

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.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts CICS vs LE: STORAGE option CICS 0
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Insufficient Storage ABENDS & Debugging 7
Search our Forums:

Back to Top