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

Regardin differance between Dynamic call nd Static call


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudhee_rb

New User


Joined: 29 Mar 2006
Posts: 34

PostPosted: Wed Mar 29, 2006 8:39 pm
Reply with quote

Hi
This is sudheer,

i have a doubt about

1)how can i link edit static call and dynamic call?
2)can we change static call in to dynamic call?

Any body could please give the answers with jcl code examples.

Bye
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Sun Apr 02, 2006 9:44 am
Reply with quote

sudhee_rb,

Check your Linkage Editor options. I think what you are looking for is DYNAM/NODYNAM options. If DYNAM is specified, even the calls in your Cobol program in ?QUOTES? will be dynamic.

Dave
Back to top
View user's profile Send private message
balusengodan

New User


Joined: 01 Mar 2005
Posts: 15
Location: chennai

PostPosted: Mon Apr 10, 2006 7:19 pm
Reply with quote

hi,

static call is a call which calls the subprogram using the programs name in the calling statement directly. where as it is link edited to the main program during compile time itseld

where as in the case of dynamic call the sub program is called by using variable name which is obtained during runtime of the program
so it get link edited to the main program during runtime only

if it is wrong please correct me
thanks
balu.s
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 -> JCL & VSAM

 


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