Exchange/RJE Manual

SEND Command
Exchange/RJE Commands
3–50 104698 Tandem Computers Incorporated
SEND Command The SEND command sends a file to the remote system.
SEN[D] [
send-file
] [
parameter
]...
send-file
is the name of the file to be sent to the remote system. The file you specify must
exist.
If you include the NOTRANSLATE parameter or the TRANSPARENT parameter
in the SEND command, the send file must contain fixed-length, 80-byte records.
If you omit the volume name, the default volume is your current default volume.
If you omit both the volume and subvolume names, the default volume and
subvolume are your current default volume and subvolume.
If you omit this parameter, the send file last specified in a SEND command is used.
If no send file has been specified in a previous SEND command, an error message
is displayed.
parameter
is one of the following terms:
C[OMPRESS] | NOC[OMPRESS]
controls compression of multiple blanks for 3780-emulation mode and block
mode with 3780 blocking. This parameter does not apply to 2780-emulation
mode, block mode with 2780 blocking, or block mode without blocking.
(2780-emulation mode does not support compression of multiple blanks.)
If you specify COMPRESS, groups of 2 to 63 consecutive blanks are replaced
by an IGS character (for EBCDIC data communications lines) or a GS character
(for ASCII data communications lines), followed by a space-count character
that specifies the number of blanks that were removed by the compression.
The remote system (provided it supports compression) replaces the IGS or GS
character and the space-count character by the number of blanks specified by
the space-count character.
If you specify both COMPRESS and TRUNCATE, trailing blanks are
truncated, not compressed.
If you specify NOCOMPRESS, no compression of blanks takes place and the
records are transmitted with consecutive blanks in place.
If you omit this parameter, the default value (for 3780-emulation mode and
block mode with 3780 blocking) is COMPRESS.
This parameter is ignored if you specify either NOTRANSLATE or
TRANSPARENT; transparent text does not allow blank compression.