Copy Selected Files from a Group to a Destination with Fn Ft Reversed and Formatted on VMESA

This example illustrates copying selected files from a group to a destination with Fn Ft reversed and formatted.

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

The following transfers occur:

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

The special symbols used in the destination pattern are specified in reverse order, which causes the destination names that are built to appear reversed.

CAUTION:
Do not make group file copies from disks linked R/W. The results are unpredictable.