The way your load module is created is also impacted by the linkage editor CALL / NCAL options. As per you "how do i know" question, look at CBTTAPE for COBANAL. it tells you how the program was COMPILED (not linked edited).
ITschak On Wed, Jan 8, 2020 at 12:00 AM scott Ford <[email protected]> wrote: > Ron, > > Not sure what you mean not behaving like a Dynamic program ? > The called modules are the ones being called dynamically, do see the csect > of the called module in the linklib ? If so it’s not dynamic. > > Scott > > On Tue, Jan 7, 2020 at 4:55 PM Gibney, Dave <[email protected]> wrote: > > > A program complied and linked NODYM will have the called module CSECTs > > physically in the loadmodule. But, even a then, if there are CALL > variable > > USING x y z. in the program, these calls will be resolved dynamically at > > runtime. > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List <[email protected]> On > > > Behalf Of McCabe, Ron > > > Sent: Tuesday, January 07, 2020 1:52 PM > > > To: [email protected] > > > Subject: COBOL Static or Dynamic > > > > > > Hello List, > > > > > > How can one tell if a COBOL program was compiled Dynamically or > > Statically > > > when browsing the program in your LINKLIB? If I were to use AMBLIST > what > > > would I be looking for to tell if the compiled module is Dynamic or > > Static? We > > > use Endevor and the listing it produces says our program was compiled > > using > > > the DYN CBL option but it is not behaving like a Dynamic program. > > > > > > Thanks, > > > Ron McCabe > > > Manager of Mainframe/Midrange Systems > > > Mutual of Enumclaw > > > > > > > > > Confidentiality Notice: This e- mail and all attachments may contain > > > CONFIDENTIAL information and are meant solely for the intended > recipient. > > > It may contain controlled, privileged, or proprietary information that > is > > > protected under applicable law and shall not be disclosed to any > > > unauthorized third party. If you are not the intended recipient, you > are > > > hereby notified that any unauthorized review, action, disclosure, > > > distribution, or reproduction of any information contained in this e- > > mail and > > > any attachments is strictly PROHIBITED. If you received this e- mail in > > error, > > > please reply to the sender immediately stating that this transmission > was > > > misdirected, and delete or destroy all electronic and paper copies of > > this e- > > > mail and attachments without disclosing the contents. This e- mail does > > not > > > grant or assign rights of ownership in the proprietary subject matter > > herein, > > > nor shall it be construed as a joint venture, partnership, teaming > > agreement, > > > or any other formal business relationship. > > > > > > ---------------------------------------------------------------------- > > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to > > > [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > -- > Scott Ford > IDMWORKS > z/OS Development > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Contiguous Monitoring for Legacy **| * ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
