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
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
SAS System | Base SAS | 64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Windows Vista for x64 | 9.1 TS1M3 SP4 | |
Windows Vista | 9.1 TS1M3 SP4 | |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |
Tru64 UNIX | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Solaris for x64 | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
OpenVMS Alpha | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Linux on Itanium | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Linux for x64 | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Linux | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
HP-UX IPF | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.4 TS1M4 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | |
z/OS | 9.1 TS1M3 SP4 | 9.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.
An error occurs when SAS/CONNECT® is not licensed and either the %SYSLPUT or %SYSRPUT statement (or both of the statements) occurs in your code. Even if a statement is conditionally executed and does not execute, an error is still issued.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2018-11-27 16:40:11 |
Date Created: | 2018-10-10 09:02:50 |