pgmName in callLink element

The pgmName property of the callLink element of the linkage options part specifies one of the following:
  • The name of a program part, or non-EGL program, that is being called;
  • The value of the linkageKey property that was specified for a call statement. Using a linkageKey enables you to create a single callLink entry for multiple programs that have the same characteristics for the call statement.
The pgmName property is used when generating the calling program, to identify which call statements have special linkage.

You can use an asterisk (*) as a global substitution character in the program name; however, that character is valid only as the last character. For details, see Overview of linkage options part.