Copy Selected Files from a Group to a Destination with Added Characters In Fn Ft on VMESA

This example illustrates copying selected files from a group to a destination with added characters in Fn Ft.

The group name specified a* * includes all names that begin with an a or an A. Because the destination pattern specified includes the leading a specified in the group name and one additional a, the destination names built begin with aa.

For    FROM  GROUP=’a* *’
       TO    GROUP=’aa%1% %2%’

The following transfers occur:

FROM                TO
ABC ASSEMBLE  ----> AABC  ASSEMBLE
AAA ASSEMBLE  ----> AAAA  ASSEMBLE
ABCD ASSEMBLE ----> AABCD ASSEMBLE
SOURCE1 FILE
SOURCE2 FILE