SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63050: An error occurs when SAS/CONNECT® is not licensed and either a %SYSLPUT or %SYSRPUT statement (or both) is in the compiled code

DetailsHotfixAboutRate It

Starting in SAS® 9.4M5, an error occurs when SAS/CONNECT is not licensed and a %SYSLPUT or %SYSRPUT statement (or both statements) is compiled within your code. Even if a statement is conditionally executed and does not execute, an error still appears.

For example, if you have code that runs in multiple environments and one environment has SAS/CONNECT and another does not, you might use logic similar to the following:

%if &sysscpl=X64_8PRO %then %do;
    %syslput x=&x;
%end;

Even when the %IF statement is false and the %SYSLPUT statement does not execute, the following error message appears in your SAS log:

ERROR: %SYSLPUT and %SYSRPUT statements require that SAS/CONNECT be licensed.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SAS64-bit Enabled AIX9.1 TS1M3 SP49.4 TS1M4
Windows Vista for x649.1 TS1M3 SP4
Windows Vista9.1 TS1M3 SP4
Microsoft Windows XP Professional9.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP4
Microsoft Windows NT Workstation9.1 TS1M3 SP4
Microsoft Windows 2000 Professional9.1 TS1M3 SP4
Microsoft Windows 2000 Server9.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP4
Microsoft® Windows® for x649.1 TS1M3 SP49.4 TS1M4
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP4
Tru64 UNIX9.1 TS1M3 SP49.4 TS1M4
Solaris for x649.1 TS1M3 SP49.4 TS1M4
OpenVMS Alpha9.1 TS1M3 SP49.4 TS1M4
Linux on Itanium9.1 TS1M3 SP49.4 TS1M4
Linux for x649.1 TS1M3 SP49.4 TS1M4
Linux9.1 TS1M3 SP49.4 TS1M4
HP-UX IPF9.1 TS1M3 SP49.4 TS1M4
64-bit Enabled Solaris9.1 TS1M3 SP49.4 TS1M4
64-bit Enabled HP-UX9.1 TS1M3 SP49.4 TS1M4
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3 SP4
z/OS9.1 TS1M3 SP49.4 TS1M4
* 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.