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

Determination of Static and Dynamic Call in Cobol.


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

New User


Joined: 21 Sep 2007
Posts: 35
Location: kolkata

PostPosted: Thu Sep 24, 2009 8:54 pm
Reply with quote

Suppose You dont have access to prduction code,Load module and Link edit output.Then How will you determine whether a routine is statically linked or Dynamically Linked?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Sep 24, 2009 9:22 pm
Reply with quote

today has been a loong day, I' ll let somebody else comment on the topic
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: Thu Sep 24, 2009 10:21 pm
Reply with quote

Hello,

Quote:
Suppose You dont have access to prduction code,Load module and Link edit output.
If you have access to none of these, how do you even know a module exists?

You need to provide something much more meaningful . . .

What are you actually trying to accomplish?
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Sep 24, 2009 10:43 pm
Reply with quote

"I have in my hand an envelope, a child of four can plainly see these envelopes are hermetically sealed. They've been kept since noon today in a mayonnaise jar on Funk & Wagnalls' porch. No one-but one!-knows the contents. In his mystical, and borderline way; Carnac will now ascertain the answers having never heard the questions." Carnac then placed the white envelopes to his forehead to sense the answers to the questions within." icon_wink.gif
Back to top
View user's profile Send private message
rockish

Active User


Joined: 05 Jun 2009
Posts: 185
Location: Planet Earth

PostPosted: Fri Sep 25, 2009 10:51 am
Reply with quote

Three Cheers for that reply Bill O'Boyle icon_cool.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Sep 25, 2009 11:22 am
Reply with quote

saubhik wrote:
Suppose You dont have access to prduction code,Load module and Link edit output.Then How will you determine whether a routine is statically linked or Dynamically Linked?
In such a situation -- don't think about that code at all, just forget about that. You really don't need to know anything about that.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top