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

CBL DYNAM before IDENTIFICATION DIVISION


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

New User


Joined: 21 Sep 2006
Posts: 17

PostPosted: Thu Oct 12, 2006 3:03 pm
Reply with quote

I have seen use of 'CBL DYNAM' before Identification Division' an all the programs in our current system.

I guess this is to override the Compiler Option DYNAM/NO DYNAM. i.e. even if the compiler option is given as NO DYNAM as CBL DYNAM is specified all the called modules in the program will be linked dynamically to this module.

Please let me know if my assumption is correct. If not let me know what is the significance of this?
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Thu Oct 12, 2006 10:33 pm
Reply with quote

paresh.ojha

Your assumptions are correct. 'CBL DYNAM' is an override to the compiler defaults.

Dave
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 Arithmetic division using Syncsort SYNCSORT 6
No new posts Procedure Division Section COBOL Programming 2
No new posts Extend the decimal values in DIVISION DFSORT/ICETOOL 3
No new posts DIrect link of dynam/nodynam COBOL Programming 2
No new posts Identification Division COBOL Programming 2
Search our Forums:

Back to Top