Wildcard Copy from Microsoft Windows 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=C:\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=C:\financial\records\*)
      TO   (FILE=FINANCIAL.RECORDS(*)
            DISP=RPL)

When specifying a path and filename on Microsoft Windows, you can use the standard Microsoft Windows format when sending from C: or D: as show above. If you send from any other drive, you must use the UNC format such as \servername\financial\accounts\customer?.