| senthilssg Beginner
 
  
 Joined: 19 Jan 2006
 Posts: 4
 Topics: 4
 
 
 | 
			
				|  Posted: Sat May 13, 2006 5:04 am    Post subject: SOC4- 38  abend  while stattup of DB2V8 on zos v1r4 |   |  
				| 
 |  
				| Hi all , 
 
 I  got the following error , when db2v8 system was brought up .
 we had installed fresh db2 installation   in our system . \
 
 
  	  | Quote: |  	  | 12.52.20 STC03732 *DSNV086E -DBZS DB2 ABNORMAL TERMINATION REASON=00E80100
 12.52.20 STC03732  IEF450I DBZSDBM1 DBZSDBM1 - ABEND=S0C4 U0000 REASON=00000038
 945                     TIME=12.52.20
 
 | 
 
 
 This error occured when the start up of DB2dbm1 address space .
 
 I checked in the book manger for the above abend
 
 
 
  	  | Code: |  	  | S0c4--38
 
 
 38        ASCE Type exception. This error is caused by one of the following:
 
 A program attempted to reference storage that had not been obtained. To correct the error, allocate the storage before attempting to reference it.
 
 A program running in 64-bit addressing mode used a 31-bit pointer that had the high order bit on.
 
 Note:  Programs running in 31-bit mode using 4-byte pointers often use the high order bit of a 4-byte pointer to indicate 31-bit addressing mode,
 versus 24-bit mode. Also, certain instructions will set the high order bit on in registers to indicate addressing mode.
 
 A program running in 64-bit addressing mode loaded a 31-bit pointer into a 64-bit register and did not clear the high half of the register. To
 correct the error, ensure that the program running in 64-bit addressing mode clears the 33 high-order bits of any register when loading a 31-bit
 pointer into that register.
 
 | 
 
 
 we have hardware of 64 bit  and zos also running in 64 bit addressing mode (ie ARCHLVL=2) .
 
 I am not able to fix where  the problem lies ? Why it s giving that ablend .
 
 Can u please help me , to fix this issue .
 
 
 Regards ,
 Senthil
 |  |