Hi,
In COBOL, NODYNAM and STATIC CALLs would mean same? Or are they different?
NODYNAM and STATIC.
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: NODYNAM and STATIC.
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.
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