Previous Topic

Next Topic

Book Contents

Book Index

Example

The following figure shows sending a file to VM as a Sysout:

Figure 31 Sending a File to VM as a Sysout

//jobname JOB ...

//PRINT EXEC PGM=IEBGENER

//SYSPRINT DD SYSOUT=*

//SYSIN DD DUMMY

//SYSUT2 DD   SYSOUT=A,DEST=(VMPROD,USER1)

//SYSUT1 DD *

data to be sent

data to be sent

data to be sent

/*

//

Parent Topic

File Transfer From MVS to VM