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

Pass a parameter address above 16 megabytes to AMODE(24)


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sadashiv.a.bhosure

New User


Joined: 01 Feb 2007
Posts: 15
Location: india

PostPosted: Mon Mar 26, 2007 5:15 pm
Reply with quote

I am facing following error while running the program.

IGZ0033S
An attempt was made to pass a parameter address above 16 megabytes to AMODE(24) program ZW45121A.
From compile unit DWWCFILE at entry point DWWCFILE at compile unit offset +00000BB0 at entry offset +00000BB0
at address 2CA5A1A0.


I am not aware of this at all. can any one help me...
Thanks
Sadashiv.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Mar 26, 2007 5:49 pm
Reply with quote

AMODE(24) runs below the 16 MB. You seem to have program in AMODE(31) running in upper which calls an 'old' module running below. Normally you are likely confronted with a protection exception (S0C4). Try to link both in the same AMODE. If your program is very large and you run both in 24 you may run into a S106 because of lack of memory.
Back to top
View user's profile Send private message
sadashiv.a.bhosure

New User


Joined: 01 Feb 2007
Posts: 15
Location: india

PostPosted: Wed Mar 28, 2007 1:54 pm
Reply with quote

can you tell me how to resolve it........
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Mar 28, 2007 2:19 pm
Reply with quote

Thought I did that. Compile/link all modules with AMODE(31) and RMODE(ANY). This willl make run the whole in upper memory where there's plenty. Running AMODE(24) makes the stuff run in 16MB where OS also uses about 7 MB.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
Search our Forums:

Back to Top