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

Dynamic Call with compiler option as NODYNM


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

New User


Joined: 04 Jul 2007
Posts: 91
Location: Hyderabad

PostPosted: Fri Sep 12, 2008 12:02 pm
Reply with quote

Dear all,
Can any one tell me what will happen if we use a dynamic call for a subprogram which is compiled with NODYNM compiler option.
will it give any kind of error or it will take the dynamic call as static call ?

Regards,
Deep
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Sep 12, 2008 12:28 pm
Reply with quote

Deep,

Welcome to the forums.

Quote:
will it give any kind of error or it will take the dynamic call as static call ?


Check this link

http://ibmmainframes.com/viewtopic.php?t=29075&highlight=nodynm

As per Jack, It would be considered as a dynamic call even when NODYNM is specified in the options.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Sep 15, 2008 7:16 pm
Reply with quote

Hi Deep,

The type of CALL compiler option selected is only relevant when the compiled pgm CALLs a sub module not when it is CALLed.

I should have made that clear in my post from the thread that Aaru suggested you look at. I'll be correcting that soon.
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 How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts SCOPE PENDING option -check data DB2 2
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
Search our Forums:

Back to Top