SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 13141: Member .ITRM.CPMISC(R3CONN) contains a typographical error

DetailsHotfixAboutRate It
In the member <install path>.ITRM.CPMISC(R3CONN), there is a
typographical error in the INSERT INTO section of the code:

   PROC SQL;
      %if %sysfunc(exist(&dsname)) %then;
      .
      .
      .

      INSERT INTO &dsname
      /* Insert values for SAP R/3 System */
      VALUES
       ("&profile"                       /* Profile Name */
       ,"&connid"                        /* Connection Id */
       ,"&cclient"                       /* CPI-C Client */
       ,"&cdest"                         /* CPI-C Destination */
       ,"&cform"                         /* CPI-C Form */
       ,"&clang"                         /* CPI-C Language */
       ,"&cpwd"                          /* CPI-C Password */
       ,"&cuser"                         /* CPI-C User */
       ,"&remote"                        /* Remote Session Id */
       ,"&rclient"                       /* RFC Client */
       ,"&rdest"                         /* RFC Destination */
       ,"&rfunc"                         /* RFC Function Module *
       ,"&rgwhost"                       /* RFC Gateway Host */
       ,"&rgwserv"                       /* RFC Gateway Service */
       ,"&rhost"                         /* RFC Host */
       ,"&rlang"                         /* RFC Language */
       ,"&rpwd"                          /* RFC Password */
       ,"&rsysno"                        /* RFC System Number */
       ,"&ruser"                         /* RFC User */
       ,"&rhost"                         /* TCP/IP Host */
       ,"&rport"                         /* TCP/IP Port */
       ,"&desc")                         /* Description */
       ;
    QUIT;

 These references

    ,"&rhost"                            /* TCP/IP Host */
    ,"&rport"                            /* TCP/IP Port */

 should be changed to &thost and &tport respectively.


A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:

http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#013141

For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#013141


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS IT Management Adapter for SAPz/OS9.1 TS1M39.1 TS1M3 SP2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.