| Type: | batch macro |
| See: | %R3CONNE |
%r3connc(CCONN=IDES, USR=USER1, PWD=D27A927AD9E768,
CLI=800, LNG=EN, HST=HostName1, SYS=02,
CPICUSR=CPICUSER, CPICPWD=6FD3E4BAC4);In
this example, USER1 is connecting to an R/3 system on an application
server named HostName1 with a system number of 02.%r3connc(CCONN=IDES, USR=USER1, PWD=D27A927AD9E768, CLI=800, LNG=EN,
HOST=HostName2, PORT=6998,
HST=HostName1, SYS=02,
CPICUSR=CPICUSER, CPICPWD=6FD3E4BAC4);In
this example, SAS connects to an R/3 application server (HostName1)
with system number 02 and a SAS RFC Server running on a separate host
(HOSTNAME2) on port 6998.%r3connc(CCONN=IDES, USR=USER1, PWD=D27A927AD9E768,
CLI=800, LNG=EN, DST=SYSTEM1,
CPICUSR=CPICUSER, CPICPWD=6FD3E4BAC4);In this
example, USER1 is connecting to an R/3 system. The R/3 system is identified
by a logical destination (SYSTEM1), and the connection information
is defined in the SIDEINFO file.