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

Can we Identify a CAll is Dynamic/Static thru Cobol Code


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

New User


Joined: 08 Sep 2004
Posts: 10
Location: Bangalore

PostPosted: Tue Nov 09, 2004 11:23 am
Reply with quote

Hi,

Can we identify whether call is dynamic/static seeing the cobol code.If we can identify it ,then describe the details it would helpful to me.

Cheers,
sudheer
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Tue Nov 09, 2004 1:05 pm
Reply with quote

hi

if we give

call literal then it is static call
call identifier it is dynamic call

ex:

01 ws-varname pic x(4) value 'subp'.

then in call give
call ws-varname using parameters
it is dynamic call

even we can find whether it is dynamic or static
by seeing jcl complier pgm .
for dynamic call we should specify dynam compiler option
in parm.cobol.

call subp is static call
call ws-varname is dynamic call.

bye
karthi G.
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 2
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top