Previous Topic: VMTGEN CA MICS CMS Resident File Generator

Next Topic: VMTASM CA MICS CMS Program Assembly

VMTXRDR Send Code to VM


+---------+
| VMTXRDR | Send Code to VM
+---------+

VMTXRDR is generated during the initial installation of the
VM Data Transfer Program.  It is used to send source code
from your MVS system to your VM system.  VMTXRDR is driven by
a list of files sent to CMS.  This list is defined by the use
of the %VMTRDR SAS macro, and is referenced by DDname
SENDLIST.


FORMAT FOR %VMTRDR MACRO:

    %VMTRDR(DD=DDname,FT=filetype,MEMS=mem1 mem2 ...)

    where:

    DDname     - defines the library containing members
                 to be sent to CMS.

    filetype   - is the CMS filetype to be assigned to
                 to these members.

    mem1 ...   - is a list of members to be sent to CMS.


Example:

    %VMTRDR(DD=ASM,FT=ASSEMBLE,MEMS=VMTCMP VMTXMT VMTRDR
                               VMTPRT)

    %VMTRDR(DD=CLIST,FT=$EXEC,MEMS=VMTXMIT)