Copy Selected Files from a Group to a Destination with Fn Ft Formatting on VMESA

This example illustrates copying selected files from a group to a destination with Fn Ft formatting.

For    FROM GROUP=’* *’
       TO   GROUP=’%1%.%2%’

The following transfers occur:

FROM                      TO
ABC      ASSEMBLE  ---->  ABC.ASSEMBLE
AAA      ASSEMBLE  ---->  AAA.ASSEMBLE
ABCD     ASSEMBLE  ---->  ABCD.ASSEMBLE
SOURCE1  FILE      ---->  SOURCE1.FILE
SOURCE2  FILE      ---->  SOURCE2.FILE