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

Performance diff Betweeen Amode 31 and 24


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthi_cts

New User


Joined: 24 May 2006
Posts: 3

PostPosted: Wed Nov 14, 2007 9:43 am
Reply with quote

Is there any difference in performance if we have AMODE 31 and AMODE 24. i thought of asking this because the system has to use address of 31 bits.

Will there be any performance difference if we have AMODE/RMODE as 24/24 and AMODE/RMODE as 31/ANY?

thanks,
Karthikeyan.E
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 14, 2007 8:22 pm
Reply with quote

Hello,

None that i know of.

AMODE and RMODE shouldn't change the internal speed of the instructions or the i/o.
Back to top
View user's profile Send private message
TG Murphy

Active User


Joined: 23 Mar 2007
Posts: 148
Location: Ottawa Canada

PostPosted: Thu Nov 15, 2007 1:35 am
Reply with quote

I think Dick is right but I should add something that may be obvious...

Always use 31 unless there is a reason not to. If all your programs were linked using 24, then a growing application would eventually run into storage issues.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts exploiting Z16 performance PL/I & Assembler 2
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Which SORT utility can improve the Pe... DFSORT/ICETOOL 16
No new posts COBOL Performance Tuning COBOL Programming 6
No new posts Sort on different fields, removing du... SYNCSORT 8
Search our Forums:

Back to Top