This article shows how to use the feature named 'library transfers' between MVS and non-MVS platforms. Examples are shown with the Windows directory structure- use the appropriate UNIX and Linux names when transferring to UNIX or Linux.
Release: ESBXCM99000-11-CA-XCOM Data Transport-Extended Support Basic
Component:
Example:
TYPE=SEND
FILEOPT=REPLACE
FILETYPE=FILE
LFILE=XCOM.TEST.PDS(*)
FILE=C:\Testdirtree\*
This example assumes that the NT system already has an existing directory, 'Testdirtree' on the C drive. Replace will create any new files and overwrite any existing files of the same name.
Local File C:\Testdirtree\*
Remote File XCOM.TEST.PDSname(*)
The wildcard can be also used to send some of the contents of a Windows directory. For example,
C:\Testdirtree\a*
will send only the files that begin with 'a'
C\Testdirtree\*.txtwill transfer all of the .txt files only.
C:\Users\userid\*.docwill cause all of the PDS members to be created with the .doc extension on Windows.