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

how we use static and dynamic call in cobol plz give eg also


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

New User


Joined: 14 Oct 2005
Posts: 2

PostPosted: Wed Oct 19, 2005 3:13 pm
Reply with quote

how we use static and dynamic call in cobol plz give eg also
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed Oct 19, 2005 4:19 pm
Reply with quote

Hi,

Quote:
how we use static and dynamic call in cobol plz give eg also


Make search in forum. You will get lot of material..

Regards

Rupesh
Back to top
View user's profile Send private message
sivakumar. K. M

New User


Joined: 22 Nov 2005
Posts: 3

PostPosted: Tue Nov 22, 2005 4:16 pm
Reply with quote

Hi,

I hope this will clarify your query


call sub program as follows for static in cobol program

CALL ''sub-program-name'' USING var1, var2.....this is called static

call sup program as follows for dynamic call in cobol program

MOVE 'sub-program-name' TO sub-progrnam-variable

CALL sub-progrnam-variable USING var1, var2....this is called dynamic call


Thanks,
Siva
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue Nov 22, 2005 5:40 pm
Reply with quote

check here
www.ibmmainframes.com/viewtopic.php?t=1680&highlight=
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top