Wildcard Copy from UNIX to a z/OS Node

To copy send to sequential files on a Connect:Direct® for z/OS® node, you must include an ending period (.) in the TO FILE= parameter. Following is an example:

WILDCOPY  COPY
                FROM  (FILE=/financial/accounts/*)
                TO    (FILE=FINANCIAL.ACCOUNTS.
                       DISP=RPL)

To copy send to a PDS on a Connect:Direct for z/OS node, you must use an asterisk (*) for the PDS member name. Following is an example:

WILDCOPY  COPY
                FROM  (FILE=/financial/records/*)
                TO    (FILE=FINANCIAL.RECORDS(*)
                       DISP=RPL)