View previous topic :: View next topic
|
Author |
Message |
m_lekshmi13
New User
Joined: 23 Apr 2005 Posts: 6
|
|
|
|
I modified a CICS map to include two new fields (1 byte each) towards the end of the map, just before the Error message field which is the last field on the map. The map load generation went through successfuly. On uploading the map to the unit region the map worked fine, but when the same map was uploaded to the User testing region, we are getting a storage violation error - DFHSM0102 A storage violation (code X'0F0C') has been detected by module DFHSMAR.
If anybody has any idea about what common errors could cause this problem, please let me know as soon as possible. It is very urgent. |
|
Back to top |
|
|
Vinodc
New User
Joined: 01 Dec 2005 Posts: 33 Location: Prague
|
|
|
|
Hi,
You have to increase the space in GETMAIN for this two new fields (2bytes). Check your online program where the GETMAIN is done.
Normally this error comes when map requires more memory space than was allocated to it using GETMAIN command. |
|
Back to top |
|
|
bhoja
New User
Joined: 31 Jan 2006 Posts: 49
|
|
Back to top |
|
|
|