HP-UX TN3270 Users Guide, March 1998

Table Of Contents
Chapter 5 161
Transferring Files
Transferring Files from the HP-UX Command Prompt
CICS only; you must specify either this option or the
ASCII option (JISCII instead of ASCII if you are
communicating with a Japanese host). This option
causes the file to be transferred without translation.
Specify this option only for binary files, not for text
files.
H\(nnn\)
Specifies the host (EBCDIC) code page for translation.
This option is valid only if the ASCII option (or JISCII
for a Japanese host) is used.
If ASCII or JISCII is specified but H(nnn) is not
specified, the default code page is the appropriate code
page for the host language you are using (defined by
the LANG environment variable). For more information
about host language selection and code pages, see
“Supported Code Pages”.
P\(nnn\)
Specifies the local (ASCII) code page the host should
use to translate the file received from the HP-UX
computer. P(nnn) is valid only if the ASCII option (or
JISCII for a Japanese host)is used.
If ASCII or JISCII is specified but P(nnn) is not
specified, the default code page is the appropriate code
page for the host language you are using (defined by
the LANG environment variable). For more information
about host language selection and code pages, see
“Supported Code Pages”.
CRLF
Causes the program to delete line-feed characters
before sending the file to the host or to add line-feed
characters when receiving the file from the host. CRLF
is normally required for text files. For CICS, you must
specify either this option or the NOCRLF option.
NOCRLF
CICS only; you must specify either this option or the
CRLF option. NOCRLF is the converse of CRLF, and
specifies that line-feed characters are not to be added
or deleted.
T\(nn\)