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

Difference between AMODE and RMODE


IBM Mainframe Forums -> HomeWorks & Requests
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mca.mainframe
Currently Banned

New User


Joined: 27 Dec 2006
Posts: 4
Location: india

PostPosted: Mon Oct 01, 2007 12:58 pm
Reply with quote

WHAT IS THE DIFFERENCE BETWEEN ....AMODE..... AND ......RMODE..... COMPILER OPTIONS.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Oct 01, 2007 1:14 pm
Reply with quote

Hi There,

Please obliged the search button above of this page.Topic is already discussed.

www.ibmmainframes.com/viewtopic.php?t=4415&highlight=amode+rmode
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 01, 2007 1:17 pm
Reply with quote

quick and dirty explanation

AMODE ==> addressing mode ( ANY,24,31)
.. specifies how addresses should be computed 24 or 31 bit,
for any things are more murky,

RMODE ==> residency mode ( any,24,31)
... specifies where the csect shout be loaded ( any,24,31)
below the 16meg line for 24 above the line for 31
same consideration for any

the thing that matter for high level languages is that all
the user csects ( I.E main-program and external subroutines ) should have the same attributes.
System csects ( subroutines ) are usually any,any and they find out by
themselves how to behave

regards

e.s

The POP manual will give a detailed description on how the same instruction
behaves differently ( for AMODE )
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 -> HomeWorks & Requests

 


Similar Topics
Topic Forum Replies
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between CEE3250C and CEE3204S COBOL Programming 2
Search our Forums:

Back to Top