Example 3
Figure 1 shows the execution of the following command:
VMLINK PRODA ( KEEP INVOKE EXEC SAYHI
The characteristics are:
- The entries declared for PRODA are in effect, as are the entries for PRODC.
- This is an example of how the corequisite invocation EXEC defined in a NAMES entry is treated. No VMLINK CONTROL control file was activated in order to keep the output of the VMLINK command as clear as possible.
- The SAYHI EXEC is a simple EXEC intended just to demonstrate the activation of the VMLINK INVOKE exit through the VMLINK command.
The following occurred:
- VMLINK linked and accessed the PRODA 191 minidisk with virtual address 800 and file mode G, as declared in its NAMES entry.
- VMLINK linked and accessed the PRODC 193 minidisk with virtual address 200 and file mode X, as declared in its NAMES entry.
- No minidisks were detached because the option KEEP was used.
- The SAYHI EXEC, which is shown in Figure 2, was executed as the last task of this VMLINK command.