Previous Topic: Transfer Files Using SNA/APPC Protocols

Next Topic: Transfer Files Using TCP/IP Protocols


How to Use SNA/APPC Protocols

Your computer and the remote CA XCOM Data Transport system must be configured for the appropriate SNA/APPC for you to use SNA/APPC protocols with CA XCOM Data Transport.

The choice of protocol to use is indicated by the PROTOCOL parameter. This can be specified at the command line, in a configuration file, or in the XCOM.GLB file, depending upon your installation’s needs. If the protocol is not specified at the command line, the defaults specified in the configuration file or in XCOM.GLB are used.

For further information about your platform’s SNA/APPC configuration, see your CA XCOM Data Transport for Windows Server/Professional Installation Guide and the SNA/APPC vendor documentation.

Note: For Windows, the remote system names in the following examples are the symbolic destination names from the CPI-C side information record.

Example 1:

In the following example, the XCOM62 command is used to queue a file for a send file transfer, using SNA/APPC protocols. The configuration file is MYCONFIG.CNF, the local file is named TESTA.AAA, and the remote file is named TESTB.BBB. The remote system is indicated by the value XCOMDEVT2 in the REMOTE_SYSTEM parameter. QUEUE is set to YES, so the transfer is queued. The protocol is determined by the value of the PROTOCOL parameter in the XCOM.GLB file, which should be set to SNA for an SNA/APPC transfer.

XCOM62 -c1 -f MYCONFIG.CNF LOCAL_FILE=TESTA.AAA REMOTE_FILE=TESTB.BBB REMOTE_SYSTEM=XCOMDEVT2 QUEUE=YES 

Note: The example above appears on more than one line here but is to be typed at the command prompt as a continuous command. Press Enter only after you have typed in all of your command information.

Example 2:

In the following example, the XCOM62 command is used to send a file directly, without sending it to the queue, using SNA/APPC protocols. The configuration file is MYCONFIG.CNF, the local file is named TESTA.AAA, and the remote file is named TESTB.BBB. The remote system is indicated by the value XCOMDEVT2 in the REMOTE_SYSTEM parameter. QUEUE is set to NO, so the transfer starts immediately after you press Enter. The choice of protocols is indicated by the value SNA in the PROTOCOL parameter. (If the default value in the configuration file or the XCOM.GLB file is SNA, you do not need to specify this value here.)

XCOM62 -c1 -f MYCONFIG.CNF LOCAL_FILE=TESTA.AAA REMOTE_FILE=TESTB.BBB REMOTE_SYSTEM=XCOMDEVT2 QUEUE=NO PROTOCOL=SNA 

Note: The example above appears on more than one line here but is to be typed at the command prompt as a continuous command. Press Enter only after you have typed in all of your command information.