KB Article #70444

keep / transfer file DCB parameters to another MVS system

Problem

How to keep / transfer file DCB parameters to another MVS system, when transferring data file by CFT


Resolution

Use parameter FTYPE=1, in order to implicitely call ADRDSSU  



Example:
 CFTSEND      ID       = 'TESTADSU',
             FNAME    = A030676.T000.CFTWIN.J008.R0811463.Z00,
             WFNAME   = 'A030676.CFTV263.TEMP.&IDT',
             FTYPE    = '1'



CFTRECV     ID         = TESTADSU, d
            FNAME     =  'A030676.CFTV263.TESTADSU.&IDTU'