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
 
How to find static called and dynamic called programs?

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

New User


Joined: 21 Oct 2003
Posts: 46

PostPosted: Sun Feb 15, 2004 10:35 pm    Post subject: How to find static called and dynamic called programs?
Reply with quote

We have some statically called programs and dynamically called programs r there? So how can we find its is static or dynamic called programs?

Regards,
Vamsee.
Back to top
View user's profile Send private message
References
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 923
Location: India

PostPosted: Sun Feb 15, 2004 10:50 pm    Post subject: Re
Reply with quote

Dear,

Dynamically called programs can be identified by their CALL statement.

Usually they use a variable instead of the called program name(in CALL statement)... The value of this variable should be passed dynamically at run time.

The Dynamic programs must be compiled with DYNAM compiler option..(if it's not coded in your JCL, it should be the default on your site)
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 257
Location: USA

PostPosted: Mon Feb 16, 2004 11:22 am    Post subject:
Reply with quote

Hello vamseepotti,


See the topic discussed below for more details.

http://ibmmainframes.com/expertforum/viewtopic.php?t=91

Hope this helps,

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1508

PostPosted: Mon Feb 16, 2004 9:39 pm    Post subject:
Reply with quote

Hi vamseepotti,

As my post in the thread referenced above notes, CALL 'literal' is NOT a reliable indicator of a "static" call.

Regards, Jack.
Back to top
View user's profile Send private message
babujjj

New User


Joined: 19 Mar 2005
Posts: 4
Location: Hyderabad

PostPosted: Tue Mar 22, 2005 2:41 pm    Post subject: Re: How to find static called and dynamic called programs?
Reply with quote

By seeing the prg we can classify that a prg is statically or dynamically in 2 ways they are

1. By observing the CALL Statement wether the parameter is declared dynamically or statically.
2.By observing the size of the load module.Static call size is more than 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