NCAL parameter of Link editor

Ask questions about any other mainframe topics which are not covered above

Moderator: Moderator Group

Post Reply
nandanan
Member
Posts: 1
Joined: Fri May 08, 2009 9:47 am

NCAL parameter of Link editor

Post by nandanan » Fri May 08, 2009 10:00 am

Hi ,

In our application, at the end of Compilation and Binder , we are getting two outputs in DBRM and NCAL libraraues( HLQ.Group.DBRM and HLQ.Group.NCAL).we again Link edit the members in NCAL libarary to get final Load module.

I cannot understand what actually the NCAL contains. Can anyone Please explain the difference between the NCAL parameter of Link editor and the NCAL member of a module.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Sat Jul 11, 2009 11:50 am

Not sure if this answer your question, little search yields this:
NCAL is a Linkage Editor Option so that called modules (like the COBOL support routines) will not be linked into the sub modules when they are first linked. These sub modules are linked into a PDS. This PDS that the sub modules are linked into should be allocated to the DD SYSlib in the link step when the main program is linked. When linking the main program do not use NCAL. The sub modules and all of the COBOL support routines will be linked in at this time
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others