LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 1998)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 8 May 1998 09:55:56 -0400
Reply-To:     CICS List <CICS-L@UGA.CC.UGA.EDU>
Sender:       CICS List <CICS-L@UGA.CC.UGA.EDU>
From:         "Gray, Larry - Larry A" <Larry.A.Gray@LOWES.COM>
Subject:      Re: dynamic calls in cics program
Comments: To: Kannan Thirumalai <kannat@pacific.net.sg>
Content-Type: text/plain; charset="iso-8859-1"

For an answer to the first question, you run about the same risk with a dynamic call as a LINK. Any application program can overlay storage areas unless you are running transaction isolation. We have very few problems with COBOL overlaying storage. The biggest problem is programmers not checking array bounds. If you have repeated calls to the program in the same transaction, the overhead is supposed to be less if you use dynamic call because CICS steps in only at the first CALL to verify the module is loaded.

> -----Original Message----- > From: Kannan Thirumalai [SMTP:kannat@pacific.net.sg] > Sent: Friday, May 08, 1998 9:36 AM > To: CICS-L@UGA.CC.UGA.EDU > Subject: dynamic calls in cics program > > Dear all, >   > I am a new subscriber to this list.  This is a fantastic knowledge > bank. >   > I have a few questions regarding 'CALL's in a cics program. >   > 1) What is the impact of calling a subroutine dynamically in a cics > program?  Is there a chance of the subroutine overlaying storage areas > of other tasks? > 2) What is the effect of NODYNAM compiler option when  a dynamic call > is issued? >   > Thanks & regards, > Kannan. >  


Back to: Top of message | Previous page | Main CICS-L page