Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
dynamic calling

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
meetsrk

Active User


Joined: 13 Jun 2004
Posts: 86

PostPosted: Sat Sep 25, 2004 12:08 am    Post subject: dynamic calling
Reply with quote

hi ppl,

can we call a subprogram dynamically .... if yes , explain?
Back to top
View user's profile Send private message
References
priya

Moderator


Joined: 24 Jul 2003
Posts: 624
Location: Bangalore

PostPosted: Sat Sep 25, 2004 8:34 am    Post subject: Hi
Reply with quote

Yes, you can call a sub program dynamically.

For example,

ACCEPT A.
CALL A.

The value of A is known only at run time.

To call a program dynamically you must specify the 'DYNAM' Complier option.
Back to top
View user's profile Send private message
meetsrk

Active User


Joined: 13 Jun 2004
Posts: 86

PostPosted: Sun Sep 26, 2004 1:07 am    Post subject:
Reply with quote

thnx priya.

i tried tht way but i got a error saying DYNAM option was missing. can u tell me how and where to give that option?
Back to top
View user's profile Send private message
sandip_datta

EXPERT


Joined: 02 Dec 2003
Posts: 152
Location: Tokyo, Japan

PostPosted: Sun Sep 26, 2004 2:36 pm    Post subject:
Reply with quote

Hi meetsrk,

DYNAM is the compiler option with which you have to compile the calling program.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1526

PostPosted: Mon Sep 27, 2004 8:17 am    Post subject:
Reply with quote

Hi meetsrk,

The paragraphs below show all possible ways to invoke STATIC/DYNAMIC CALLs:

If compiled as NODYNAM:
CALL 'literal' is a static call
CALL WS-label is a dynamic call

If compiled as DYNAM:
CALL 'literal' is a dynamic call
CALL WS-label is a dynamic call
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1