Static call with Dynam option in Jcl

This is a Mainframe COBOL forum - you can post your queries on Mainframe COBOL, VS COBOL II, COBOL/370 , Enterprise COBOL

Moderators: dbzTHEdinosauer, Moderator Group

Post Reply
nrajini
Member
Posts: 23
Joined: Sun Oct 05, 2008 4:35 pm

Static call with Dynam option in Jcl

Post by nrajini » Mon Oct 06, 2008 3:57 pm

In the cobol program I am calling a subprogram (statically)

Say CALL 'PROGRAM NAME '

In the jcl , I am using DYNAM in compiler option what will happen ?

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

DYNAM NODYNAM COMPILER OPTIONS IN COBOL

Post by Krishna » Mon Oct 06, 2008 5:52 pm

subprogram will be called dynamically, since you have used DYNAM compiler option.

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