Usage Note 40715: The macro function %SYSFUNC works only with Base SAS® functions, functions created with PROC FCMP, or SAS® Toolkit
The macro function %SYSFUNC works only with Base SAS functions*, functions that are created with PROC FCMP**, or functions that are created by SAS Toolkit. %SYSFUNC does not work with functions that are found only in SAS® Component Language (SCL). An attempt to use an SCL function with %SYSFUNC produces the following error:
ERROR: The [function-name] function referenced in the %SYSFUNC or
%QSYSFUNC macro function is not found.
If the SCL function does not have a DATA step equivalent, it cannot be used with %SYSFUNC.
* The following BASE SAS functions cannot be used with %SYSFUNC: ALLCOMB, ALLPERM, DIF, DIM HBOUND, IORCMSG, INPUT, LAG, LBOUND LEXCOMB, LEXCOMBI, LEXPERK, LEXPERM, MISSING, PUT, RESOLVE, SYMGET.
Note: Instead of INPUT and PUT, which are not available with %SYSFUNC and %QSYSFUNC, use INPUTN, INPUTC, PUTN, and PUTC.
** For information about %SYSFUNC and PROC FCMP, see
SAS Note 40702, "Using functions created with PROC FCMP within the %SYSFUNC macro function."
Operating System and Release Information
| SAS System | Base SAS | z/OS | 9.21 | | 9.2 TS2M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows XP 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft® Windows® for x64 | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 for x64 | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2008 for x64 | 9.21 | | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 9.21 | | 9.2 TS2M0 | |
| Windows Vista | 9.21 | | 9.2 TS2M0 | |
| Windows Vista for x64 | 9.21 | | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 9.21 | | 9.2 TS2M0 | |
| 64-bit Enabled HP-UX | 9.21 | | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 9.21 | | 9.2 TS2M0 | |
| HP-UX IPF | 9.21 | | 9.2 TS2M0 | |
| Linux | 9.21 | | 9.2 TS2M0 | |
| Linux for x64 | 9.21 | | 9.2 TS2M0 | |
| OpenVMS on HP Integrity | 9.21 | | 9.2 TS2M0 | |
| Solaris for x64 | 9.21 | | 9.2 TS2M0 | |
*
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.
The macro function %SYSFUNC works only with Base SAS functions, functions created with PROC FCMP or SAS Toolkit. %SYSFUNC does not work with SCL functions.
| Date Modified: | 2010-08-30 13:11:07 |
| Date Created: | 2010-08-27 14:40:10 |