Generic and Wildcard Characters for Members
Examples
The following examples are samples of generic and wildcard support.
Example 1:
FILE=MY.PDS(abc*)
REMOTE_FILE=YOUR.PDS(WXYZ*)
All files starting with ABC will be sent to the remote system. When the files are written, the first 4 characters are replaced by WXYZ.
Example 2:
FILE=MY.PDS(???TEST?)
REMOTE_FILE=YOUR.PDS
Members in which characters 4 - 7 are TEST will be sent. The member names on the remote system are the same as on the local system.
Copyright © Cloud Software Group, Inc. All rights reserved.