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

Error: To pass a parameter address above 16MB to AMODE(24)


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rasha

New User


Joined: 16 Mar 2005
Posts: 7

PostPosted: Sat Mar 26, 2005 1:15 am
Reply with quote

HAI FRIENDS,

i struck with the following problem can any body help me out.
In production the program is working fine but when i was doing systest the following error message :
[b]An attempt was made to pass a parameter address above 16 megabytes
to AMODE(24) program NAME.[/b]
what may be the reason .pls help asap.



Thanks,
Back to top
View user's profile Send private message
somasundaran_k

Active User


Joined: 03 Jun 2003
Posts: 134

PostPosted: Sat Mar 26, 2005 9:50 pm
Reply with quote

rasha
Check the Link edit step in your compile JCL. Change the AMODE(24) to AMODE(31) and RMODE to RMODE(ANY).

Addressing Mode/Access Mode
AMODE(24) 24-bit addressing - memory below the line. (16M line)
AMODE(31) 31-bit addressing - memory above and below the line.
AMODE=ANY indicates the program may use either of the addressing technique.
Run Mode/Residency Mode
RMODE(24) - the program must be loaded into memory below the line
RMODE(31) - the program can be loaded either below or above the line.
RMODE=ANY - the program can be run in either 24 bit (below)or 31 bit memory(above).

hth
-Som
Back to top
View user's profile Send private message
rasha

New User


Joined: 16 Mar 2005
Posts: 7

PostPosted: Mon Mar 28, 2005 9:24 pm
Reply with quote

som,

it worked. thanks .



Rasha
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top