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

Find out whether a program is statically called or dynamical


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ranjithasumesh
Currently Banned

New User


Joined: 16 Mar 2007
Posts: 3
Location: chennai

PostPosted: Thu Mar 22, 2007 9:04 am
Reply with quote

how can we find out whether a program is statically called or dynamically called by seeing the load module .
Back to top
View user's profile Send private message
prakash271082

New User


Joined: 09 Sep 2005
Posts: 53

PostPosted: Thu Mar 22, 2007 10:47 am
Reply with quote

Hi,

Look into the load module, find 'call' inside it. If it is by variable,dynamic call is being invoked else if it is by literal value, static call is invoked.
Back to top
View user's profile Send private message
ranjithasumesh
Currently Banned

New User


Joined: 16 Mar 2007
Posts: 3
Location: chennai

PostPosted: Thu Mar 22, 2007 10:54 am
Reply with quote

Thanks Prakash
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top