Exchange/RJE Manual
CONNECT Command
Exchange/RJE Commands
104698 Tandem Computers Incorporated 3–13
The line server’s mode of operation (2780 or 3780) is determined by the emulation
type, BLOCKSIZE, and BLOCKING parameters. Note, however, that the emulation
type is ignored if you specify BLOCKSIZE and BLOCKING OFF in either the RJECIR
or SET command.
If you specify BLOCKING ON in either the RJECIR or SET command, you must also
specify BLOCKSIZE; otherwise, an error occurs when you issue a CONNECT
command.
Examples 1. This example shows the simplest form of the CONNECT command, which starts a
temporary line server on the local system.
>SET line $rje3
>connect 3780
RJCI25 SERVER '$Y452' ( 7, 61) CREATED ON SYSTEM \SNAX
RJCI61 SEND/RECEIVE SERVER '$Y453' ( 7, 58) HAS BEEN CREATED
RJCI28 COMMUNICATION LINK HAS BEEN ESTABLISHED WITH LINE '$RJE3'
2. This example shows the use of the LOGON parameter in the CONNECT
command. This CONNECT command also starts a temporary line server on the
local system.
>SET LINE $rje3
>CONNECT 3780,LOGON log3780
RJCI25 SERVER '$Y285' ( 9, 27) CREATED ON SYSTEM \SNAX
RJCI61 SEND/RECEIVE SERVER '$Y286' ( 9, 43) HAS BEEN CREATED
RJCI28 COMMUNICATION LINK HAS BEEN ESTABLISHED WITH LINE '$RJE3'
RJSR09W FILE RECORD SIZE (144) GREATER THAN LINE RECORD SIZE (80)
RJSR00 FILE '$DATA3.TEST9135.LOG3780' IS BEING SENT TO
RJSR00* '$Y285' AT 8:57:16 ON 6/09/91
RJSR14 FILE TRANSMISSION HAS BEEN COMPLETED
RJSR07 RECORDS 1, SIZE 22: 22: 22, TIME 0:00:00, RATE 50.0
RJSR07* TRUNCATED 0
3. This example shows the use of the DIAL parameter in the CONNECT command.
This CONNECT command connects to an existing line server, which requires that
an existing line server be specified in the SERVER configuration parameter (in
either the RJECIR command that started the command interpreter or a SET
command) before the CONNECT command is issued.
>SET SERVER $srv
>SET LINE $rje3, ACU $acu3
>CONNECT 3780, DIAL 415/555-1212
RJCI61 SEND/RECEIVE SERVER '$Y737' ( 2, 62) HAS BEEN CREATED
RJCI65 DIALING PHONE NUMBER '415/555-1212'
RJCI28 COMMUNICATION LINK HAS BEEN ESTABLISHED WITH LINE '$RJE3'