Previous Topic

Next Topic

Book Contents

Book Index

Step 11.1 – Transfer VM Support to VM machine

The INSTVM job sends the Control‑M and VM support files to the VM user. Submit the job, and verify that all job steps complete with a condition code of 0.

In the VM/CMS environment, follow these steps to receive the support files:

  1. Define a VM machine that will be dedicated to receiving command files from Control‑M.
  2. Check the file number of the file sent from the MVS installation node by issuing the following command:

    QUERY RDR * ALL

  3. Reorder the files so that the VM enhancement file appears first on the list. Enter the following command:

    ORDER RDR file‑number

  4. Receive the file into your A disk:

    READ IOAVM INSTALL A

  5. Prepare to punch the file:

    SPOOL PUN TO *

  6. Punch the file:

    PUNCH IOAVM INSTALL A (NOH

  7. Resume Punch default setting:

    SPOOL PUN FOR *

  8. Make the Punch file first on the list:

    ORDER RDR file‑number

  9. Load the disk with the VM support data:

    DISK LOAD  * * A

  10. Add the IOAVEXEC utility to the PROFILE EXEC file of the dedicated VM machine.

Parent Topic

Step 11 – Control-M VM support (optional)