Using a batch job to transmit aggregate backup files

You can transmit your data files, without using NetView® FTP panels, by creating a batch job as shown in Figure 1:

Figure 1. Sample Batch Job Used to Transmit Aggregate Backup Files
//STEP0012 EXEC PGM=DVGIFBI                            INVOKE NFT
          //*
          //DVGLOG    DD SYSOUT=A
          //SYSABEND  DD DUMMY
          //SYSIN     DD *
          FUNCTION=ADD
          XMODE=TO
          REMNODE=TKSMVS1
          SNOTIFY=(X999999.XYZMVS4)
          RNOTIFY=(Z000000.TKSMVS1)
          SSECURP=(X999999.ROSE)
          RSECURP=(Z000000.CLIFF)
          WAIT=YES
          SFTYPE=LAB
          SFILEID='PAY1.D.C01V0001'
          RFTYPE=LAB
          RFILEID='PAY1.D.C01V0001'
          RTDISP=CAT
          /*
Attention: Because you cannot specify a file sequence number with the volume serial number when you are using NetView FTP or transmitting a batch job, you must catalog the data set if you need to transmit a second file of the data file.

Related reading

For more information about how to use the NetView FTP panels, see NetView File Transfer Program for MVS™: User’s Guide.