deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Fri Feb 17, 2006 3:58 am Post subject: s0c4 in db2 pgm |
|
|
II have a db2 pgm calling another DB2 pgm
CALLING PGM
address mode=any,residency mode=24
Called pgm address mode=24,residency mode=24
It fails with S0C4 in TEST ENVIRONMENT with the above compiler option
It works only if we compile with below options
calling am=24,rm=24
called am=24,rm=24
ACTUALLY IT GETS A S0C4 when the called pgm accesses a db2 table
Pls tell explain the reason for the same
I feel it is something to do with the location of db2 address space. i.e whether it is above the 16mb line or below _________________ deepa |
|