MPE/iX System Utilities Reference Manual (32650-90908)

Chapter 8
FCOPY
Operation
101
General Guidelines for FCOPY Commands
An FCOPY command must follow these general guidelines:
Semicolons always separate the different components of a command. You can leave spaces between
components. However, there can be no more than 70 characters between two semicolons. For example, all
three FCOPY commands below are valid.
FROM=A; TO=B; NEW
FROM=C;TO=D;NEW
FROM=E; TO=F; NEW
To continue an FCOPY command onto more than one line, use an ampersand (&) at the end of each line
except the last. An FCOPY command has no maximum length. However, a single line of an FCOPY command
cannot be more than 72 characters long. For example:
FROM=A; &
TO=B; &
NEW