Identify the base entry by name

You can identify the base call stack entry by providing the name of the OPM program or ILE procedure running in that entry.

The name provided is either a simple name (one part) or a complex name (two or three parts). Following are descriptions of the simple and complex names:

See the figure below for an example of sending a message using a complex name. In this example, CLPROC4 is sending a message to CLPROC1 using a two part name consisting of (procedure name, program name).

Rather than using the full OPM program name or the full ILE procedure name, you may use partial names.

Figure 1. Example of using a simple name as a base

Figure 2. Example of using a complex name as a base

Related tasks
Send messages from a CL program
Related information
Send Program Message (SNDPGMMSG) command