To DYNAM or Not to DYNAM
Dino image by Azul Karel from Pixbay

To DYNAM or Not to DYNAM

It is my opinion that Dynamic calls are easier to work with than static calls. 


I have a preference for using the CALL Literal format to invoke subprograms.   


Most Enterprise COBOL programmers seem to know that the following is a dynamic call: 

CALL WS-IEFBR14 USING …  


CALL ‘IEFBR14’ USING …   Is confusing.    Some programmers say it is a static call and others say it can be either static or dynamic.    

This video explains when Call Literal is a dynamic call.

#cobol #ibm #mainframe #zos #dinosaurparkour #video

To view or add a comment, sign in

More articles by Chris P. Fried

  • Spaces Converted to Zeros in COBOL

    Several times during my z/OS career, I had to explain how SPACES in a zoned-decimal field could be treated as zeros by…

    1 Comment
  • Get CPU Usage--- The Updates

    So… I wrote the initial Get CPU Routine and got some feedback. (See my prior writing for the link to that video).

  • How to Measure CPU Usage

    I wanted a way to measure the impact of coding a piece of code multiple different ways. Just how much slower is adding…

    5 Comments

Explore content categories