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

Which one is more effiecient STATIC or DYNAMIC call?


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

New User


Joined: 17 May 2005
Posts: 7
Location: Melbourne

PostPosted: Mon Jun 13, 2005 8:29 am
Reply with quote

Hi all,

Can anyone clarify which is more efficient STATIC call or DYNAMIC call?

Regards
Dp
Back to top
View user's profile Send private message
vel2k8

New User


Joined: 10 Jun 2005
Posts: 11
Location: Jacksonville

PostPosted: Mon Jun 13, 2005 10:21 am
Reply with quote

Hi,
It doesnt make sense to compare the efficiency static and dynamic call. It depends on your application need. Since static call is creating a single load module by link editing both the called program and calling program it will be faster but it will take lot of storage. But that is not the case in dynamic call. You have to choose the option properly depends on your application need.

Thanks
Vel.
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue Jun 14, 2005 10:26 am
Reply with quote

hi dp,
Efficiency in calling a program based upon the condition. For better detail just check the following link
ibmmainframes.com/viewtopic.php?p=10419#10419
it is being discussed here nicely.
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 Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
Search our Forums:

Back to Top