Identifying the base entry by name

To identify the base call stack entry, provide the name of the original program model (OPM) program or Integrated Language Environment® (ILE) procedure that runs 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 Figure 2 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 can use partial names. The online command help text provides information about how to specify partial call stack names. For example, see the Send Program Message (SNDPGMMSG) command.

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