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

Double Link Option in Enterprise COBOL


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

New User


Joined: 09 Apr 2008
Posts: 83
Location: Chennai

PostPosted: Wed Dec 10, 2008 5:45 pm
Reply with quote

IS teh Double Link option supported by the Enterprise COBOL? If no, then how do we recompile during the Enterprise COBOL conversion for the modules which need to be recompiled with the Double Link option?
Thanks in advance
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 10, 2008 6:15 pm
Reply with quote

What is Double Link? If it has to do with link editing the program, Enterprise COBOL probably isn't involved -- check the DFSMS Program Binder manual for details of what can be done in link editing a program.
Back to top
View user's profile Send private message
rahuindo

New User


Joined: 09 Apr 2008
Posts: 83
Location: Chennai

PostPosted: Wed Dec 10, 2008 6:24 pm
Reply with quote

Thanks for your response Robert!
While compiling the program through ChangeMan if we select the Language as "COBOL390" then in the Compile Procedure we get an option "CMNLX2". If we select this procedure, then the component will be present in both the Online as well the Batch Load Library. We follow this procedure for the DataBase Access Modules(DBAM) as these are used by both the Online as well as the Batch programs.
With Enterprise COBOL we do not have the "Double Link" option and hence we cannot have the load of a DBAM in both the Batch and Online load libraries.
Pleas elet me know if any other details are needed?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 10, 2008 6:36 pm
Reply with quote

This sounds like something set up at your site -- contact your site support people about your requirements.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Dec 11, 2008 2:22 pm
Reply with quote

Hi,

I'm not very sure what is being asked here, however, unless I misunderstood, I think, that would depend what "installtion sites" you define while creating the package with COBOLE.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Dec 11, 2008 2:24 pm
Reply with quote

.. and what library type was used while staging/checking out.
Back to top
View user's profile Send private message
rahuindo

New User


Joined: 09 Apr 2008
Posts: 83
Location: Chennai

PostPosted: Fri Dec 12, 2008 10:15 am
Reply with quote

Thanks Robert and Anuj.
As suggested we contacted the support team and the "Dobule Link Edit" option was enabled for our system. Now it is working!!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

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

Great..and Thanks for letting us know what worked for you.. icon_smile.gif
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 SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top