Now I am trying to send to the other machine. I try this
cpy obj('/home/rob/test5.txt') todir('/gdihqmount')
but it aborts with
CPFA098
Message . . . . : The CCSID of the target file could not be set to match
the
CCSID of the source file.
Cause . . . . . : The copy operation failed because the coded character
set
identifier (CCSID) of the target file could not be set to match the
CCSID of
the source file. This could happen for one of the following reasons:
-- The file system you are copying into does not support the setting
of
CCSIDs.
-- You are attempting to copy into a database file member (.MBR) and
the
member could not be created with the same CCSID as your source file.
This is
because members must have the same CCSID as the database file (.FILE)
they
are in. The database file's CCSID does not match that of your source
file.
Rob Berendt