Solution : https://service.sap.com/sap/support/notes/1097997 (SAP Service marketplace login required)
Summary :
This SAP Note addresses the installation process for the SAP NW RFC SDK on System i. There are versions suitable for EBCDIC, ASCII, and Unicode environments. The EBCDIC ILE version can link with RPG programs, whereas the ASCII version supports DBCS character sets and requires specific environmental settings in System i. The PASE Unicode version, meant for linking with C or C++ applications compiled in AIX, involves using the SAPCAR tool and should be unpacked and installed in the QP2TERM environment with specified directories and library paths.
Key words :
call qp2term cd /<mypath> /<sapcar-path>/sapcar -xvf nwrfc_u_#-###, /<mypath>/nwrfcsdk/inst/nwrfcsdkinst /<mypath>/nwrfcsdk [<mylib>], - addenvvar 'qadrt_env_locale' '1'- addenvvar 'lang' '/qsys, - export libpath=/<mypath>/nwrfcsdk/lib, install sap nw rfc sdk, - cd '/r3710nwrfc'- chgcurlib r3710nwrfc installation, sap software download center, sap nw rfc sdk, -> sap nw rfc sdk, -> sap nw rfc sdk 7
Related Notes :
1056696 | Compiling and Linking RFC Programs with the SAP NW RFC SDK |
1025361 | Support and Availability of the SAP NetWeaver RFC Library |