VMT Checklist 2.2 - Installation Using Tape
Install the VM Transfer program using Tape.
micsrm140
- Edit member sharedprefix.MICS.PARMS(JCLGENUC) so it contains:VMTXRDR VMTASML VMTSJCLProceed to steps below depending on the media used to send the source code:
- Add the following lines to sharedprefix.MICS.PARMS(JCLDEFC):USERDEF VMTXMODE TAPE USERDEF VMTNODE nodename USERDEF VMTUSER userid USERDEF VMTLIST VMT0000Iwhere "nodename" is the name of your VM system as known to JES, and "userid" is the VM userid where the VM Data Transfer Program will be installed.
- Submit sharedprefix.MICS.CNTL(JCLGENUC). Make sure the job completes with a condition code of zero.This job will generate the following three members into sharedprefix.MICS.CNTL:VMTXRDR VMTASML VMTSJCL
- Edit sharedprefix.MICS.CNTL(VMTXRDR) and update the //CMSRDR DD statement parameters to meet your installation's requirements for tape specifications.
- Submit sharedprefix.MICS.CNTL(VMTXRDR). Make sure the job completes with a condition code of zero.This job will copy the software to the tape.
- Log on to the VM Data Transfer Program's virtual machine.
- Load the distributed source files on a CMS minidisk.
- Have the system operator attach a tape drive to the CMS userid to receive the files as address 181, and mount the tape previously created in step 5 by the job VMTXRDR.
- Make sure there are no class Z files in your CMS reader, and enter the following commands:CP SPOOL PUNCH * CL Z FILEDEF IN TAP1 SL (RECFM FB BLKSIZE 6160 LRECL 80 FILEDEF OUT PUNCH MOVEFILE IN OUT CP SPOOL RDR CL Z READCARD * * A (NOPROMPT REPLACENote:If you encounter the following message:DMSRDC205W Reader empty, reader not ready or empty reader filedo the following:Enter Q RDR ALL Q v 00c (00c reader address)If the response is:RDR 000C CL A NOCONTthe problem is that the file class is A. You must change the class to B by entering the following command:SP RDR CL B
- To generate the executable CMS files, enter the command:VMTFIRSTWhen you are prompted to continue the generation process, reply Y.The generation process should terminate with a return code of zero.Note:If the generation process terminates abnormally (with a nonzero return code), correct the error conditions that are indicated by the accompanying messages and restart the process. The generation process can be restarted with the following command:VMTGEN ( RESTART
- Review the documentation for an overview of the VM Data Transfer Program and the tools that are used to generate and maintain it. For information about the parameters to be set in VMT Checklist 3 - Setting Parameters, see Transfer Parameters.