FCOPY Reference Manual (32212-90008)

Chapter 3 45
FCOPY Applications and Examples
Remote Copies
Remote Copies
The following example copies a local file to a line printer connected to a remote system.
First, the line must be made available.
1. After you have logged on, at the MPE colon prompt (:) type DSLINE
nodename
to open the line.
2. Log on to the remote system by typing REMOTE HELLO
user.account
at the prompt,
as follows:
DSLINE
nodename
REMOTE HELLO
user.account
3. Then type the following commands:
FILE OUTPUT;DEV=
nodename
# LP
FCOPY FROM=
diskfile
;TO=*OUTPUT