Operands

NAme
Specifies the name of the IP session. The value must match the NAME operand's value that is specified in a DEFIPCS command.
Path A, B, C, D
This path sends requests to an IP session defined with DEFIPCS and a value of GOMRSGW for the APPL keyword.
COMmand SEND
Sends data from a file, operand, or REXX variable.
FN fn
Specifies the filename of the file to send.
FT ft
Specifies the filetype of the file to send.
FM fm
Specifies the filemode of the file to send. The default is any accessed CMS disk.
FILE fn ft fm
Specifies the filename, filetype, and filemode of the file to send. Values for fn and ft are required. If fm is omitted, the default is any accessed CMS disk.
DATA text
Specifies the text to send. If the text consists of only one word, the value may be entered without any single quotes. For example:
DATA jump
However, if the text contains two or more words, single quotes are required:
DATA 'jump ship'
REXXVAR varname
Specifies a REXX variable name containing the data to send.