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

Static and Dynamic Call


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

New User


Joined: 06 May 2005
Posts: 14

PostPosted: Wed Feb 22, 2006 5:43 am
Reply with quote

Pls let me know how to specify Static Call and Dynamic Call and the diff btw two.

Call 'Subprog' using X, Y, Z
Call Subprog using X, Y, Z

Thanks in Adv
Back to top
View user's profile Send private message
zatish

New User


Joined: 06 May 2005
Posts: 14

PostPosted: Wed Feb 22, 2006 5:47 am
Reply with quote

hi I believe,

Call 'Subprog' USING X, Y, Z is static call
Call Subprog USING X, Y, Z is dynamic call

Pls correct me IF I am wrong[/code]
Back to top
View user's profile Send private message
subramanianup
Warnings : 1

New User


Joined: 18 May 2005
Posts: 46
Location: Bangalore, INDIA

PostPosted: Wed Feb 22, 2006 12:09 pm
Reply with quote

In VS Cobol II environment


static call will be Call 'Subprog' using variables

for Dynamic call

we will use only ws variable

in that variable the prog name is defined


call ws-subprog

I think it is correct if it is wrong correct me
Back to top
View user's profile Send private message
fixdoubts

New User


Joined: 21 Oct 2005
Posts: 54

PostPosted: Wed Feb 22, 2006 12:36 pm
Reply with quote

Hi,

These were posted in the forum before about these topics.
Might be helpful
http://ibmmainframes.com/viewtopic.php?t=7188&highlight=dynamic+call

http://ibmmainframes.com/viewtopic.php?t=8499&highlight=dynamic+call

Regards,
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 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