NODYNAM and STATIC.

OS/VS COBOL, COBOL II, Enterprise COBOL for z/OS. OpenCOBOL and OOCobol.
Post Reply
Aarohi Saxena
Registered Member
Posts: 18
Joined: Sun Mar 02, 2014 1:11 am

NODYNAM and STATIC.

Post by Aarohi Saxena »

Hi,

In COBOL, NODYNAM and STATIC CALLs would mean same? Or are they different?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1896
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: NODYNAM and STATIC.

Post by Robert Sample »

NODYNAM is a compiler option. Static calls are COBOL statements that have the form CALL 'PROGRAM' (with or without parameters). With either, the called program is linked into the load module so they are functionally equivalent even though they are VERY different.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.”